@Namespace(value="cv::xfeatures2d") @Properties(inherit=opencv_xfeatures2d.class) public class VGG extends Feature2D
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
VGG_120
enum cv::xfeatures2d::VGG::
|
static int |
VGG_48
enum cv::xfeatures2d::VGG::
|
static int |
VGG_64
enum cv::xfeatures2d::VGG::
|
static int |
VGG_80
enum cv::xfeatures2d::VGG::
|
Constructor and Description |
---|
VGG(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static VGG |
create() |
static VGG |
create(int desc,
float isigma,
boolean img_normalize,
boolean use_scale_orientation,
float scale_factor,
boolean dsc_normalize) |
float |
getScaleFactor() |
float |
getSigma() |
boolean |
getUseNormalizeDescriptor() |
boolean |
getUseNormalizeImage() |
boolean |
getUseScaleOrientation() |
void |
setScaleFactor(float scale_factor) |
void |
setSigma(float isigma) |
void |
setUseNormalizeDescriptor(boolean dsc_normalize) |
void |
setUseNormalizeImage(boolean img_normalize) |
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, 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 VGG_120
public static final int VGG_80
public static final int VGG_64
public static final int VGG_48
public VGG(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr public static VGG create(int desc, float isigma, @Cast(value="bool") boolean img_normalize, @Cast(value="bool") boolean use_scale_orientation, float scale_factor, @Cast(value="bool") boolean dsc_normalize)
@opencv_core.Ptr public static VGG create()
public void setSigma(float isigma)
public float getSigma()
public void setUseNormalizeImage(@Cast(value="const bool") boolean img_normalize)
public void setUseScaleOrientation(@Cast(value="const bool") boolean use_scale_orientation)
public void setScaleFactor(float scale_factor)
public float getScaleFactor()
public void setUseNormalizeDescriptor(@Cast(value="const bool") boolean dsc_normalize)
Copyright © 2020. All rights reserved.