Overload List
Name | Description | |
---|---|---|
Filter2D(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.
| |
Filter2D(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.
|
See Also