GraphSegmentation class
Constructors
- GraphSegmentation.create({double sigma = 0.5, double k = 300, int minSize = 100})
-
https://docs.opencv.org/4.x/d5/df0/group__ximgproc__segmentation.html#gae067b832eee0d26aa30269a7ae423d2f
factory
-
GraphSegmentation.fromPointer(Pointer<
GraphSegmentation> ptr, [bool attach = true])
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- K ↔ double
-
getter/setter pair
- minSize ↔ int
-
getter/setter pair
-
props
→ List<
Object?> -
no setterinherited
-
ptr
↔ Pointer<
GraphSegmentation> -
getter/setter pairinherited
- ref → GraphSegmentation
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sigma ↔ double
-
getter/setter pair
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processImage(
Mat src) → Mat - Segment an image and store output in dst.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- finalizer → NativeFinalizer
-
final