基於opencv圖像的基本操作

#include"cv.h" #include "highgui.h" void example2_4(IplImage* image); IplImage* doPyrDown(IplImage* image_input); IplImage* doCanny(IplImage* image_input, double lowThresh, double highThresh, double a
相關文章
相關標籤/搜索