Uses of Class
org.opencv.xfeatures2d.StarDetector
-
Packages that use StarDetector Package Description org.opencv.xfeatures2d -
-
Uses of StarDetector in org.opencv.xfeatures2d
Methods in org.opencv.xfeatures2d that return StarDetector Modifier and Type Method Description static StarDetector
StarDetector. __fromPtr__(long addr)
static StarDetector
StarDetector. create()
static StarDetector
StarDetector. create(int maxSize)
static StarDetector
StarDetector. create(int maxSize, int responseThreshold)
static StarDetector
StarDetector. create(int maxSize, int responseThreshold, int lineThresholdProjected)
static StarDetector
StarDetector. create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized)
static StarDetector
StarDetector. create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize)
-