EdgeDrawingParams class

Inheritance

Constructors

EdgeDrawingParams({int AnchorThresholdValue = 0, int EdgeDetectionOperator = PREWITT, int GradientThresholdValue = 20, double LineFitErrorThreshold = 1.0, double MaxDistanceBetweenTwoLines = 6.0, double MaxErrorThreshold = 1.3, int MinLineLength = -1, int MinPathLength = 10, bool NFAValidation = true, bool PFmode = false, int ScanInterval = 1, double Sigma = 1.0, bool SumFlag = true})
factory
EdgeDrawingParams.fromPointer(Pointer<EdgeDrawingParams> ptr, [bool attach = true])

Properties

AnchorThresholdValue int
getter/setter pair
EdgeDetectionOperator int
getter/setter pair
GradientThresholdValue int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
LineFitErrorThreshold double
getter/setter pair
MaxDistanceBetweenTwoLines double
getter/setter pair
MaxErrorThreshold double
getter/setter pair
MinLineLength int
getter/setter pair
MinPathLength int
getter/setter pair
NFAValidation bool
getter/setter pair
PFmode bool
getter/setter pair
props List<Object?>
no setteroverride
ptr Pointer<EdgeDrawingParams>
getter/setter pairinherited
ref → EdgeDrawingParams
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ScanInterval int
getter/setter pair
Sigma double
getter/setter pair
SumFlag bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

finalizer NativeFinalizer
final

Constants

LSD → const int
PREWITT → const int
SCHARR → const int
SOBEL → const int