public class VGG extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
VGG(long addr) |
Modifier and Type | Method and Description |
---|---|
static VGG |
__fromPtr__(long addr) |
static VGG |
create() |
static VGG |
create(int desc) |
static VGG |
create(int desc,
float isigma) |
static VGG |
create(int desc,
float isigma,
boolean img_normalize) |
static VGG |
create(int desc,
float isigma,
boolean img_normalize,
boolean use_scale_orientation) |
static VGG |
create(int desc,
float isigma,
boolean img_normalize,
boolean use_scale_orientation,
float scale_factor) |
static VGG |
create(int desc,
float isigma,
boolean img_normalize,
boolean use_scale_orientation,
float scale_factor,
boolean dsc_normalize) |
protected void |
finalize() |
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, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
clear, getNativeObjAddr, save
public static VGG __fromPtr__(long addr)
public static VGG create(int desc, float isigma, boolean img_normalize, boolean use_scale_orientation, float scale_factor, boolean dsc_normalize)
public static VGG create(int desc, float isigma, boolean img_normalize, boolean use_scale_orientation, float scale_factor)
public static VGG create(int desc, float isigma, boolean img_normalize, boolean use_scale_orientation)
public static VGG create(int desc, float isigma, boolean img_normalize)
public static VGG create(int desc, float isigma)
public static VGG create(int desc)
public static VGG create()
public boolean getUseNormalizeDescriptor()
public boolean getUseNormalizeImage()
public boolean getUseScaleOrientation()
public float getScaleFactor()
public float getSigma()
public void setScaleFactor(float scale_factor)
public void setSigma(float isigma)
public void setUseNormalizeDescriptor(boolean dsc_normalize)
public void setUseNormalizeImage(boolean img_normalize)
public void setUseScaleOrientation(boolean use_scale_orientation)
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0