EdgeDetectionOperation class

Operation to apply edge detection to an image.

Inheritance

Constructors

EdgeDetectionOperation.new({int threshold1 = 100, int threshold2 = 200})
Creates a new EdgeDetectionOperation.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold1 int
The threshold1 parameter for Canny edge detection
final
threshold2 int
The threshold2 parameter for Canny edge detection
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPythonCode() String
Converts the operation to Python code.
override
toString() String
A string representation of this object.
inherited

Operators

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