menu
opencv_dart package
documentation
opencv_dart.dart
SimpleBlobDetectorParams
dispose method
dispose method
dark_mode
light_mode
dispose
method
void
dispose
(
)
Implementation
void
dispose() { finalizer.detach(
this
); calloc.free(ptr); }
opencv_dart package
documentation
opencv_dart
SimpleBlobDetectorParams
dispose method
SimpleBlobDetectorParams class
Constructors
new
empty
fromNative
fromPointer
Properties
blobColor
filterByArea
filterByCircularity
filterByColor
filterByConvexity
filterByInertia
hashCode
maxArea
maxCircularity
maxConvexity
maxInertiaRatio
maxThreshold
minArea
minCircularity
minConvexity
minDistBetweenBlobs
minInertiaRatio
minRepeatability
minThreshold
props
ptr
ref
runtimeType
thresholdStep
Methods
dispose
noSuchMethod
toString
Operators
operator ==
Static properties
finalizer