public class ORB extends Feature2D
Modifier and Type | Field and Description |
---|---|
static int |
FAST_SCORE |
static int |
HARRIS_SCORE |
Modifier | Constructor and Description |
---|---|
protected |
ORB(long addr) |
Modifier and Type | Method and Description |
---|---|
static ORB |
__fromPtr__(long addr) |
static ORB |
create() |
static ORB |
create(int nfeatures) |
static ORB |
create(int nfeatures,
float scaleFactor) |
static ORB |
create(int nfeatures,
float scaleFactor,
int nlevels) |
static ORB |
create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold) |
static ORB |
create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel) |
static ORB |
create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K) |
static ORB |
create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K,
int scoreType) |
static ORB |
create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K,
int scoreType,
int patchSize) |
static ORB |
create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K,
int scoreType,
int patchSize,
int fastThreshold) |
protected void |
finalize() |
java.lang.String |
getDefaultName() |
int |
getEdgeThreshold() |
int |
getFastThreshold() |
int |
getFirstLevel() |
int |
getMaxFeatures() |
int |
getNLevels() |
int |
getPatchSize() |
double |
getScaleFactor() |
int |
getScoreType() |
int |
getWTA_K() |
void |
setEdgeThreshold(int edgeThreshold) |
void |
setFastThreshold(int fastThreshold) |
void |
setFirstLevel(int firstLevel) |
void |
setMaxFeatures(int maxFeatures) |
void |
setNLevels(int nlevels) |
void |
setPatchSize(int patchSize) |
void |
setScaleFactor(double scaleFactor) |
void |
setScoreType(int scoreType) |
void |
setWTA_K(int wta_k) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
clear, getNativeObjAddr, save
public static final int HARRIS_SCORE
public static final int FAST_SCORE
public static ORB __fromPtr__(long addr)
public int getScoreType()
public static ORB create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType, int patchSize, int fastThreshold)
public static ORB create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType, int patchSize)
public static ORB create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType)
public static ORB create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K)
public static ORB create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel)
public static ORB create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold)
public static ORB create(int nfeatures, float scaleFactor, int nlevels)
public static ORB create(int nfeatures, float scaleFactor)
public static ORB create(int nfeatures)
public static ORB create()
public java.lang.String getDefaultName()
getDefaultName
in class Feature2D
public double getScaleFactor()
public int getEdgeThreshold()
public int getFastThreshold()
public int getFirstLevel()
public int getMaxFeatures()
public int getNLevels()
public int getPatchSize()
public int getWTA_K()
public void setEdgeThreshold(int edgeThreshold)
public void setFastThreshold(int fastThreshold)
public void setFirstLevel(int firstLevel)
public void setMaxFeatures(int maxFeatures)
public void setNLevels(int nlevels)
public void setPatchSize(int patchSize)
public void setScaleFactor(double scaleFactor)
public void setScoreType(int scoreType)
public void setWTA_K(int wta_k)
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0