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
Wrapping class for feature detection using the FAST method. :
-
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)static FastFeatureDetectorcreate(int threshold, boolean nonmaxSuppression)static FastFeatureDetectorcreate(int threshold, boolean nonmaxSuppression, int type)protected voidfinalize()StringgetDefaultName()Returns the algorithm string identifier.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
-
THRESHOLD
- See Also:
- Constant Field Values
-
NONMAX_SUPPRESSION
- See Also:
- Constant Field Values
-
FAST_N
- See Also:
- Constant Field Values
-
TYPE_5_8
- See Also:
- Constant Field Values
-
TYPE_7_12
- See Also:
- Constant Field Values
-
TYPE_9_16
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
__fromPtr__
-
create
-
create
-
create
-
create
-
setThreshold
-
getThreshold
-
setNonmaxSuppression
-
getNonmaxSuppression
-
setType
-
getType
-
getDefaultName
Description copied from class:AlgorithmReturns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string.- Overrides:
getDefaultNamein classFeature2D- Returns:
- automatically generated
-
finalize
-