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,
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()
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 Wed Jul 4 2018 14:01:58 UTC / OpenCV 3.4.2