@Namespace(value="cv") @Properties(inherit=opencv_features2d.class) public class FastFeatureDetector extends Feature2D
\addtogroup features2d_main \{
/** \brief Wrapping class for feature detection using the FAST method. :
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
FAST_N
enum cv::FastFeatureDetector::
|
static int |
NONMAX_SUPPRESSION
enum cv::FastFeatureDetector::
|
static int |
THRESHOLD
enum cv::FastFeatureDetector::
|
static int |
TYPE_5_8
enum cv::FastFeatureDetector::DetectorType
|
static int |
TYPE_7_12
enum cv::FastFeatureDetector::DetectorType
|
static int |
TYPE_9_16
enum cv::FastFeatureDetector::DetectorType
|
| Constructor and Description |
|---|
FastFeatureDetector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FastFeatureDetector |
create() |
static FastFeatureDetector |
create(int threshold,
boolean nonmaxSuppression,
int type) |
BytePointer |
getDefaultName()
Returns the algorithm string identifier.
|
boolean |
getNonmaxSuppression() |
int |
getThreshold() |
int |
getType() |
void |
setNonmaxSuppression(boolean f) |
void |
setThreshold(int threshold) |
void |
setType(int type) |
compute, compute, compute, compute, compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, empty, position, read, read, read, write, write, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final int TYPE_5_8
public static final int TYPE_7_12
public static final int TYPE_9_16
public static final int THRESHOLD
public static final int NONMAX_SUPPRESSION
public static final int FAST_N
public FastFeatureDetector(Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static FastFeatureDetector create(int threshold, @Cast(value="bool") boolean nonmaxSuppression, @Cast(value="cv::FastFeatureDetector::DetectorType") int type)
@opencv_core.Ptr public static FastFeatureDetector create()
public void setThreshold(int threshold)
public int getThreshold()
@opencv_core.Str public BytePointer getDefaultName()
AlgorithmgetDefaultName in class Feature2DCopyright © 2020. All rights reserved.