初学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
相关文章
相关标签/搜索