Package org.opencv.features2d
Class SimpleBlobDetector_Params
java.lang.Object
org.opencv.features2d.SimpleBlobDetector_Params
public class SimpleBlobDetector_Params extends Object
-
Field Summary
Fields Modifier and Type Field Description protected long
nativeObj
-
Constructor Summary
Constructors Modifier Constructor Description SimpleBlobDetector_Params()
protected
SimpleBlobDetector_Params(long addr)
-
Method Summary
Modifier and Type Method Description static SimpleBlobDetector_Params
__fromPtr__(long addr)
protected void
finalize()
boolean
get_filterByArea()
boolean
get_filterByCircularity()
boolean
get_filterByColor()
boolean
get_filterByConvexity()
boolean
get_filterByInertia()
float
get_maxArea()
float
get_maxCircularity()
float
get_maxConvexity()
float
get_maxInertiaRatio()
float
get_maxThreshold()
float
get_minArea()
float
get_minCircularity()
float
get_minConvexity()
float
get_minDistBetweenBlobs()
float
get_minInertiaRatio()
long
get_minRepeatability()
float
get_minThreshold()
float
get_thresholdStep()
long
getNativeObjAddr()
void
set_filterByArea(boolean filterByArea)
void
set_filterByCircularity(boolean filterByCircularity)
void
set_filterByColor(boolean filterByColor)
void
set_filterByConvexity(boolean filterByConvexity)
void
set_filterByInertia(boolean filterByInertia)
void
set_maxArea(float maxArea)
void
set_maxCircularity(float maxCircularity)
void
set_maxConvexity(float maxConvexity)
void
set_maxInertiaRatio(float maxInertiaRatio)
void
set_maxThreshold(float maxThreshold)
void
set_minArea(float minArea)
void
set_minCircularity(float minCircularity)
void
set_minConvexity(float minConvexity)
void
set_minDistBetweenBlobs(float minDistBetweenBlobs)
void
set_minInertiaRatio(float minInertiaRatio)
void
set_minRepeatability(long minRepeatability)
void
set_minThreshold(float minThreshold)
void
set_thresholdStep(float thresholdStep)
-
Field Details
-
Constructor Details
-
Method Details
-
getNativeObjAddr
-
__fromPtr__
-
get_thresholdStep
-
set_thresholdStep
-
get_minThreshold
-
set_minThreshold
-
get_maxThreshold
-
set_maxThreshold
-
get_minRepeatability
-
set_minRepeatability
-
get_minDistBetweenBlobs
-
set_minDistBetweenBlobs
-
get_filterByColor
-
set_filterByColor
-
get_filterByArea
-
set_filterByArea
-
get_minArea
-
set_minArea
-
get_maxArea
-
set_maxArea
-
get_filterByCircularity
-
set_filterByCircularity
-
get_minCircularity
-
set_minCircularity
-
get_maxCircularity
-
set_maxCircularity
-
get_filterByInertia
-
set_filterByInertia
-
get_minInertiaRatio
-
set_minInertiaRatio
-
get_maxInertiaRatio
-
set_maxInertiaRatio
-
get_filterByConvexity
-
set_filterByConvexity
-
get_minConvexity
-
set_minConvexity
-
get_maxConvexity
-
set_maxConvexity
-
finalize
-