OpenCV學習筆記-Sobel算子

該函數如下: Sobel 使用擴展 Sobel 算子計算一階、二階、三階或混合圖像差分 void cvSobel( const CvArr* src, CvArr* dst, int xorder, int yorder, int aperture_size=3 ); src 輸入圖像. dst 輸出圖像. xorder x 方向上的差分階數 yorder y 方向上的差分階數 aperture
相關文章
相關標籤/搜索