CvXImgProc Class |
Namespace: OpenCvSharp.XImgProc
The CvXImgProc type exposes the following members.
| Name | Description | |
|---|---|---|
| AnisotropicDiffusion |
Performs anisotropic diffusian on an image.
The function applies Perona-Malik anisotropic diffusion to an image.
| |
| CovarianceEstimation |
Computes the estimated covariance matrix of an image using the sliding window forumlation.
| |
| CreateEdgeBoxes |
Creates a EdgeBoxes
| |
| CreateFastLineDetector |
Creates a smart pointer to a FastLineDetector object and initializes it
| |
| CreateRFFeatureGetter |
Creates a RFFeatureGetter
| |
| CreateStructuredEdgeDetection |
Creates a StructuredEdgeDetection
| |
| FastHoughTransform |
Calculates 2D Fast Hough transform of an image.
| |
| HoughPoint2Line |
Calculates coordinates of line segment corresponded by point in Hough space.
| |
| NiblackThreshold |
Applies Niblack thresholding to input image.
| |
| Thinning |
Applies a binary blob thinning operation, to achieve a skeletization of the input image.
The function transforms a binary blob image into a skeletized form using the technique of Zhang-Suen.
| |
| WeightedMedianFilter |
Applies weighted median filter to an image.
|