Struct CvEdgeDrawingParams
- Namespace
- OpenCvSharp.Internal
- Assembly
- OpenCvSharp.dll
Blittable P/Invoke representation of EdgeDrawing::Params.
Bool fields use int (0/1) to match the C++ CvEdgeDrawingParams struct layout exactly.
This type is internal; use OpenCvSharp.XImgProc.EdgeDrawingParams in consumer code.
public struct CvEdgeDrawingParams
- Inherited Members
Fields
AnchorThresholdValue
public int AnchorThresholdValue
Field Value
EdgeDetectionOperator
public int EdgeDetectionOperator
Field Value
GradientThresholdValue
public int GradientThresholdValue
Field Value
LineFitErrorThreshold
public double LineFitErrorThreshold
Field Value
MaxDistanceBetweenTwoLines
public double MaxDistanceBetweenTwoLines
Field Value
MaxErrorThreshold
public double MaxErrorThreshold
Field Value
MinLineLength
public int MinLineLength
Field Value
MinPathLength
public int MinPathLength
Field Value
NFAValidation
public int NFAValidation
Field Value
PFmode
public int PFmode
Field Value
ScanInterval
public int ScanInterval
Field Value
Sigma
public float Sigma
Field Value
SumFlag
public int SumFlag