Table of Contents

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

int

EdgeDetectionOperator

public int EdgeDetectionOperator

Field Value

int

GradientThresholdValue

public int GradientThresholdValue

Field Value

int

LineFitErrorThreshold

public double LineFitErrorThreshold

Field Value

double

MaxDistanceBetweenTwoLines

public double MaxDistanceBetweenTwoLines

Field Value

double

MaxErrorThreshold

public double MaxErrorThreshold

Field Value

double

MinLineLength

public int MinLineLength

Field Value

int

MinPathLength

public int MinPathLength

Field Value

int

NFAValidation

public int NFAValidation

Field Value

int

PFmode

public int PFmode

Field Value

int

ScanInterval

public int ScanInterval

Field Value

int

Sigma

public float Sigma

Field Value

float

SumFlag

public int SumFlag

Field Value

int