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 StarDetectorStarDetector. __fromPtr__(long addr)static StarDetectorStarDetector. create()static StarDetectorStarDetector. create(int maxSize)static StarDetectorStarDetector. create(int maxSize, int responseThreshold)static StarDetectorStarDetector. create(int maxSize, int responseThreshold, int lineThresholdProjected)static StarDetectorStarDetector. create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized)static StarDetectorStarDetector. create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize)
-