public class HarrisLaplaceFeatureDetector extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
HarrisLaplaceFeatureDetector(long addr) |
Modifier and Type | Method and Description |
---|---|
static HarrisLaplaceFeatureDetector |
__fromPtr__(long addr) |
static HarrisLaplaceFeatureDetector |
create() |
static HarrisLaplaceFeatureDetector |
create(int numOctaves) |
static HarrisLaplaceFeatureDetector |
create(int numOctaves,
float corn_thresh) |
static HarrisLaplaceFeatureDetector |
create(int numOctaves,
float corn_thresh,
float DOG_thresh) |
static HarrisLaplaceFeatureDetector |
create(int numOctaves,
float corn_thresh,
float DOG_thresh,
int maxCorners) |
static HarrisLaplaceFeatureDetector |
create(int numOctaves,
float corn_thresh,
float DOG_thresh,
int maxCorners,
int num_layers) |
protected void |
finalize() |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
clear, getNativeObjAddr, save
public static HarrisLaplaceFeatureDetector __fromPtr__(long addr)
public static HarrisLaplaceFeatureDetector create(int numOctaves, float corn_thresh, float DOG_thresh, int maxCorners, int num_layers)
public static HarrisLaplaceFeatureDetector create(int numOctaves, float corn_thresh, float DOG_thresh, int maxCorners)
public static HarrisLaplaceFeatureDetector create(int numOctaves, float corn_thresh, float DOG_thresh)
public static HarrisLaplaceFeatureDetector create(int numOctaves, float corn_thresh)
public static HarrisLaplaceFeatureDetector create(int numOctaves)
public static HarrisLaplaceFeatureDetector create()
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0