初學opencv-Sobel微分算子

#include<stdio.h> #include<cv.h> #include<highgui.h> /* 最基本的卷積是導數的計算,表達微分最經常使用的是Sobel微分算子,可是缺點是對於小一點的核,精度比較低 cvSobel(const CvArr*src,CvArr* dst,int xorder,int yorder,int aperture_size) xorder和yo
相關文章
相關標籤/搜索