函式原型:void cvLaplaceconst CvArr* src,CvArr* dst,int xorder,int yorder,int aperture_size = 3);;src 輸入圖像.dst 輸出圖像.xorder和yorder是求導的階數,aperture_size 核大小.函式。
Sobel導數有一個很好的性質,可以定義任意大小的核,並且這些核可以用快速且疊代的方式構造。大核對導數有更好的逼近,小核對噪聲更敏感。
相關詞條
-
cvSobel
cvSobel _cvLaplace。 cvLaplacecon
-
cvLaplace
.aperture_size 核大小 (與 cvSobel 中定義一樣).函式...: 類似於 cvSobel 函式,該函式也不作圖像的尺度變換,所支持的輸入、輸出圖像類型的組合和cvSobel一致。 ...
-
cvSmooth
圖像,並且支持8位到16位的轉換(與cvSobel和cvaplace相似...
各種方法的圖像平滑 平滑方法 中值濾波 中值濾波原理 高斯濾波 -
CornerMinEigenVal
Sobel 運算元的核尺寸(見 cvSobel). 當輸入圖像是浮點數格式時...
CornerMinEigenVal -
canny算法
cvSobel).函式 cvCanny 採用 CANNY 算法發現輸入...
算法概述 最優邊緣準則 算法的實現步驟 參數設定 OpenCV中的Canny函式 -
sobel[Sobel運算元]
void cvSobel( const CvArr* src, CvArr* dst, int xorder, int yorder, int...對 y-方向。函式 cvSobel 通過對圖像用相應的核心進行卷積操作來...
-
sobel
void cvSobel( const CvArr* src, CvArr* dst, int xorder, int yorder, int...對 y-方向。函式 cvSobel 通過對圖像用相應的核心進行卷積操作來...