用cvPyrDowm()函數對圖像進行縮放,用cvCanny()函數對圖像進行邊緣檢測

1,代碼及註釋 #include "highgui.h" IplImage* doPyrDown(     IplImage* in,     int filter = CV_GAUSSIAN_5x5//filter卷積濾波器的類型,目前僅支持 CV_GAUSSIAN_5x5 ){     assert(in->width % 2 == 0 && in->height % 2 == 0);//如果
相關文章
相關標籤/搜索