CvFilter2D Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberFilter2D(CvArr, CvArr, CvMat)
Applies arbitrary linear filter to the image. In-place operation is supported. When the aperture is partially outside the image, the function interpolates outlier pixel values from the nearest pixels that is inside the image.
Public methodStatic memberFilter2D(CvArr, CvArr, CvMat, CvPoint)
Applies arbitrary linear filter to the image. In-place operation is supported. When the aperture is partially outside the image, the function interpolates outlier pixel values from the nearest pixels that is inside the image.
Top
See Also

Reference