Package org.opencv.features2d
Class AgastFeatureDetector
java.lang.Object
org.opencv.core.Algorithm
org.opencv.features2d.Feature2D
org.opencv.features2d.AgastFeatureDetector
public class AgastFeatureDetector extends Feature2D
-
Field Summary
Fields Modifier and Type Field Description static intAGAST_5_8static intAGAST_7_12dstatic intAGAST_7_12sstatic intNONMAX_SUPPRESSIONstatic intOAST_9_16static intTHRESHOLD -
Constructor Summary
Constructors Modifier Constructor Description protectedAgastFeatureDetector(long addr) -
Method Summary
Modifier and Type Method Description static AgastFeatureDetector__fromPtr__(long addr)static AgastFeatureDetectorcreate()static AgastFeatureDetectorcreate(int threshold, boolean nonmaxSuppression, int type)protected voidfinalize()StringgetDefaultName()booleangetNonmaxSuppression()intgetThreshold()intgetType()voidsetNonmaxSuppression(boolean f)voidsetThreshold(int threshold)voidsetType(int type)Methods inherited from class org.opencv.features2d.Feature2D
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
-
Field Details
-
AGAST_5_8
public static final int AGAST_5_8- See Also:
- Constant Field Values
-
AGAST_7_12d
public static final int AGAST_7_12d- See Also:
- Constant Field Values
-
AGAST_7_12s
public static final int AGAST_7_12s- See Also:
- Constant Field Values
-
OAST_9_16
public static final int OAST_9_16- See Also:
- Constant Field Values
-
THRESHOLD
public static final int THRESHOLD- See Also:
- Constant Field Values
-
NONMAX_SUPPRESSION
public static final int NONMAX_SUPPRESSION- See Also:
- Constant Field Values
-
-
Constructor Details
-
AgastFeatureDetector
protected AgastFeatureDetector(long addr)
-
-
Method Details
-
__fromPtr__
-
create
-
create
-
getDefaultName
- Overrides:
getDefaultNamein classFeature2D
-
getNonmaxSuppression
public boolean getNonmaxSuppression() -
getThreshold
public int getThreshold() -
getType
public int getType() -
setNonmaxSuppression
public void setNonmaxSuppression(boolean f) -
setThreshold
public void setThreshold(int threshold) -
setType
public void setType(int type) -
finalize
-