@Namespace(value="cv::xfeatures2d") @Properties(inherit=opencv_xfeatures2d.class) public class BoostDesc extends Feature2D
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
BGM
enum cv::xfeatures2d::BoostDesc::
|
static int |
BGM_BILINEAR
enum cv::xfeatures2d::BoostDesc::
|
static int |
BGM_HARD
enum cv::xfeatures2d::BoostDesc::
|
static int |
BINBOOST_128
enum cv::xfeatures2d::BoostDesc::
|
static int |
BINBOOST_256
enum cv::xfeatures2d::BoostDesc::
|
static int |
BINBOOST_64
enum cv::xfeatures2d::BoostDesc::
|
static int |
LBGM
enum cv::xfeatures2d::BoostDesc::
|
| Constructor and Description |
|---|
BoostDesc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BoostDesc |
create() |
static BoostDesc |
create(int desc,
boolean use_scale_orientation,
float scale_factor) |
float |
getScaleFactor() |
boolean |
getUseScaleOrientation() |
void |
setScaleFactor(float scale_factor) |
void |
setUseScaleOrientation(boolean use_scale_orientation) |
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, 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 BGM
public static final int BGM_HARD
public static final int BGM_BILINEAR
public static final int LBGM
public static final int BINBOOST_64
public static final int BINBOOST_128
public static final int BINBOOST_256
public BoostDesc(Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static BoostDesc create(int desc, @Cast(value="bool") boolean use_scale_orientation, float scale_factor)
@opencv_core.Ptr public static BoostDesc create()
public void setUseScaleOrientation(@Cast(value="const bool") boolean use_scale_orientation)
public void setScaleFactor(float scale_factor)
public float getScaleFactor()
Copyright © 2020. All rights reserved.