Package org.opencv.features2d
Class FastFeatureDetector
java.lang.Object
org.opencv.core.Algorithm
org.opencv.features2d.Feature2D
org.opencv.features2d.FastFeatureDetector
public class FastFeatureDetector extends Feature2D
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedFastFeatureDetector(long addr) -
Method Summary
Modifier and Type Method Description static FastFeatureDetector__fromPtr__(long addr)static FastFeatureDetectorcreate()static FastFeatureDetectorcreate(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
-
TYPE_5_8
public static final int TYPE_5_8- See Also:
- Constant Field Values
-
TYPE_7_12
public static final int TYPE_7_12- See Also:
- Constant Field Values
-
TYPE_9_16
public static final int TYPE_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
-
FAST_N
public static final int FAST_N- See Also:
- Constant Field Values
-
-
Constructor Details
-
FastFeatureDetector
protected FastFeatureDetector(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
-