public class FREAK extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
FREAK(long addr) |
Modifier and Type | Method and Description |
---|---|
static FREAK |
__fromPtr__(long addr) |
static FREAK |
create() |
static FREAK |
create(boolean orientationNormalized) |
static FREAK |
create(boolean orientationNormalized,
boolean scaleNormalized) |
static FREAK |
create(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale) |
static FREAK |
create(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale,
int nOctaves) |
static FREAK |
create(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale,
int nOctaves,
MatOfInt selectedPairs) |
protected void |
finalize() |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
clear, getNativeObjAddr, save
public static FREAK __fromPtr__(long addr)
public static FREAK create(boolean orientationNormalized, boolean scaleNormalized, float patternScale, int nOctaves, MatOfInt selectedPairs)
public static FREAK create(boolean orientationNormalized, boolean scaleNormalized, float patternScale, int nOctaves)
public static FREAK create(boolean orientationNormalized, boolean scaleNormalized, float patternScale)
public static FREAK create(boolean orientationNormalized, boolean scaleNormalized)
public static FREAK create(boolean orientationNormalized)
public static FREAK create()
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0