@Namespace(value="cv::cuda") @NoOffset @Properties(inherit=opencv_cudafeatures2d.class) public class ORB extends Feature2DAsync
cv::ORB
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
ANGLE_ROW |
static int |
OCTAVE_ROW |
static int |
RESPONSE_ROW |
static int |
ROWS_COUNT |
static int |
SIZE_ROW |
static int |
X_ROW |
static int |
Y_ROW |
Constructor and Description |
---|
ORB(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static int |
ANGLE_ROW() |
static ORB |
create() |
static ORB |
create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K,
int scoreType,
int patchSize,
int fastThreshold,
boolean blurForDescriptor) |
boolean |
getBlurForDescriptor() |
int |
getFastThreshold() |
static int |
OCTAVE_ROW() |
static int |
RESPONSE_ROW() |
static int |
ROWS_COUNT() |
void |
setBlurForDescriptor(boolean blurForDescriptor)
if true, image will be blurred before descriptors calculation
|
void |
setFastThreshold(int fastThreshold) |
static int |
SIZE_ROW() |
static int |
X_ROW() |
static int |
Y_ROW() |
computeAsync, computeAsync, computeAsync, computeAsync, computeAsync, computeAsync, convert, convert, convert, detectAndComputeAsync, detectAndComputeAsync, detectAndComputeAsync, detectAndComputeAsync, detectAndComputeAsync, detectAndComputeAsync, detectAsync, detectAsync, detectAsync, detectAsync, detectAsync, detectAsync
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, getDefaultName, position, read, read, read, write, write, write, write, write
address, 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, zero
public static final int X_ROW
public static final int Y_ROW
public static final int RESPONSE_ROW
public static final int ANGLE_ROW
public static final int OCTAVE_ROW
public static final int SIZE_ROW
public static final int ROWS_COUNT
public ORB(Pointer p)
Pointer.Pointer(Pointer)
.@MemberGetter public static int X_ROW()
@MemberGetter public static int Y_ROW()
@MemberGetter public static int RESPONSE_ROW()
@MemberGetter public static int ANGLE_ROW()
@MemberGetter public static int OCTAVE_ROW()
@MemberGetter public static int SIZE_ROW()
@MemberGetter public static int ROWS_COUNT()
@opencv_core.Ptr public static ORB create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType, int patchSize, int fastThreshold, @Cast(value="bool") boolean blurForDescriptor)
@opencv_core.Ptr public static ORB create()
public void setBlurForDescriptor(@Cast(value="bool") boolean blurForDescriptor)
public void setFastThreshold(int fastThreshold)
public int getFastThreshold()
Copyright © 2020. All rights reserved.