@Namespace(value="cv::cuda") @NoOffset @Properties(inherit=opencv_cudafeatures2d.class) public class FastFeatureDetector extends Feature2DAsync
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
FEATURE_SIZE |
static int |
LOCATION_ROW |
static int |
RESPONSE_ROW |
static int |
ROWS_COUNT |
| 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,
int max_npoints) |
static int |
FEATURE_SIZE() |
int |
getMaxNumPoints() |
static int |
LOCATION_ROW() |
static int |
RESPONSE_ROW() |
static int |
ROWS_COUNT() |
void |
setMaxNumPoints(int max_npoints) |
void |
setThreshold(int threshold) |
computeAsync, computeAsync, computeAsync, computeAsync, computeAsync, computeAsync, convert, convert, convert, detectAndComputeAsync, detectAndComputeAsync, detectAndComputeAsync, detectAndComputeAsync, detectAndComputeAsync, detectAndComputeAsync, detectAsync, detectAsync, detectAsync, detectAsync, detectAsync, detectAsynccompute, 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, getDefaultName, 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 LOCATION_ROW
public static final int RESPONSE_ROW
public static final int ROWS_COUNT
public static final int FEATURE_SIZE
public FastFeatureDetector(Pointer p)
Pointer.Pointer(Pointer).@MemberGetter public static int LOCATION_ROW()
@MemberGetter public static int RESPONSE_ROW()
@MemberGetter public static int ROWS_COUNT()
@MemberGetter public static int FEATURE_SIZE()
@opencv_core.Ptr public static FastFeatureDetector create(int threshold, @Cast(value="bool") boolean nonmaxSuppression, int type, int max_npoints)
@opencv_core.Ptr public static FastFeatureDetector create()
public void setThreshold(int threshold)
public void setMaxNumPoints(int max_npoints)
public int getMaxNumPoints()
Copyright © 2020. All rights reserved.