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() |
String |
getDefaultName()
Returns the algorithm string identifier.
|
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, 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 String getDefaultName()
Algorithm
getDefaultName
in class Feature2D
public void setSigma(float isigma)
public float getSigma()
public void setUseNormalizeImage(boolean img_normalize)
public boolean getUseNormalizeImage()
public void setUseScaleOrientation(boolean use_scale_orientation)
public boolean getUseScaleOrientation()
public void setScaleFactor(float scale_factor)
public float getScaleFactor()
public void setUseNormalizeDescriptor(boolean dsc_normalize)
public boolean getUseNormalizeDescriptor()
Copyright © 2024. All rights reserved.