Click or drag to resize

OpenCvSharp.XImgProc Namespace

 
Classes
  ClassDescription
Public classCvXImgProc
cv::ximgproc functions
Public classCvXImgProcSegmentation
Strategy for the selective search segmentation algorithm.
Public classEdgeBoxes
Class implementing EdgeBoxes algorithm from @cite ZitnickECCV14edgeBoxes
Public classFastLineDetector
Class implementing the FLD (Fast Line Detector) algorithm described in @cite Lee14.
Public classRFFeatureGetter
Helper class for training part of [P. Dollar and C. L. Zitnick. Structured Forests for Fast Edge Detection, 2013].
Public classStructuredEdgeDetection
Class implementing edge detection algorithm from @cite Dollar2013 :
Enumerations
  EnumerationDescription
Public enumerationAngleRangeOption
Specifies the part of Hough space to calculate
Public enumerationHoughDeskewOption
Specifies to do or not to do skewing of Hough transform image
Public enumerationHoughOP
Specifies binary operations.
Public enumerationRulesOption
Specifies the degree of rules validation.
Public enumerationThinningTypes
thinning algorithm
Public enumerationWMFWeightType
Specifies weight types of weighted median filter.