Click or drag to resize

CvXImgProc Class

cv::ximgproc functions
Inheritance Hierarchy
SystemObject
  OpenCvSharp.XImgProcCvXImgProc

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static class CvXImgProc

The CvXImgProc type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAnisotropicDiffusion
Performs anisotropic diffusian on an image. The function applies Perona-Malik anisotropic diffusion to an image.
Public methodStatic memberCovarianceEstimation
Computes the estimated covariance matrix of an image using the sliding window forumlation.
Public methodStatic memberCreateEdgeBoxes
Creates a EdgeBoxes
Public methodStatic memberCreateFastLineDetector
Creates a smart pointer to a FastLineDetector object and initializes it
Public methodStatic memberCreateRFFeatureGetter
Creates a RFFeatureGetter
Public methodStatic memberCreateStructuredEdgeDetection
Creates a StructuredEdgeDetection
Public methodStatic memberFastHoughTransform
Calculates 2D Fast Hough transform of an image.
Public methodStatic memberHoughPoint2Line
Calculates coordinates of line segment corresponded by point in Hough space.
Public methodStatic memberNiblackThreshold
Applies Niblack thresholding to input image.
Public methodStatic memberThinning
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.
Public methodStatic memberWeightedMedianFilter
Applies weighted median filter to an image.
Top
See Also