Package org.opencv.xfeatures2d
Class StarDetector
- java.lang.Object
- 
- org.opencv.core.Algorithm
- 
- org.opencv.features2d.Feature2D
- 
- org.opencv.xfeatures2d.StarDetector
 
 
 
- 
 public class StarDetector extends Feature2D The class implements the keypoint detector introduced by CITE: Agrawal08, synonym of StarDetector. :
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedStarDetector(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StarDetector__fromPtr__(long addr)static StarDetectorcreate()static StarDetectorcreate(int maxSize)static StarDetectorcreate(int maxSize, int responseThreshold)static StarDetectorcreate(int maxSize, int responseThreshold, int lineThresholdProjected)static StarDetectorcreate(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized)static StarDetectorcreate(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize)protected voidfinalize()- 
Methods inherited from class org.opencv.features2d.Feature2Dcompute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
 - 
Methods inherited from class org.opencv.core.Algorithmclear, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static StarDetector __fromPtr__(long addr) 
 - 
createpublic static StarDetector create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize) 
 - 
createpublic static StarDetector create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized) 
 - 
createpublic static StarDetector create(int maxSize, int responseThreshold, int lineThresholdProjected) 
 - 
createpublic static StarDetector create(int maxSize, int responseThreshold) 
 - 
createpublic static StarDetector create(int maxSize) 
 - 
createpublic static StarDetector create() 
 
- 
 
-