@Namespace(value="cv::xfeatures2d") @Properties(inherit=opencv_xfeatures2d.class) public class TBMR extends AffineFeature2D
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TBMR(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static TBMR |
create() |
static TBMR |
create(int min_area,
float max_area_relative,
float scale_factor,
int n_scales) |
float |
getMaxAreaRelative() |
int |
getMinArea() |
int |
getNScales() |
float |
getScaleFactor() |
void |
setMaxAreaRelative(float maxArea) |
void |
setMinArea(int minArea) |
void |
setNScales(int n_scales) |
void |
setScaleFactor(float scale_factor) |
create, create, detect, detect, detect, detect, detect, detect, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndComputecompute, 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, getPointer, 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, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic TBMR(Pointer p)
Pointer(Pointer).@opencv_core.Ptr public static TBMR create(int min_area, float max_area_relative, float scale_factor, int n_scales)
@opencv_core.Ptr public static TBMR create()
public void setMinArea(int minArea)
public int getMinArea()
public void setMaxAreaRelative(float maxArea)
public float getMaxAreaRelative()
public void setScaleFactor(float scale_factor)
public float getScaleFactor()
public void setNScales(int n_scales)
public int getNScales()
Copyright © 2021. All rights reserved.