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()
Creates a new implementation instance.
|
static HarrisLaplaceFeatureDetector |
create(int numOctaves)
Creates a new implementation instance.
|
static HarrisLaplaceFeatureDetector |
create(int numOctaves,
float corn_thresh)
Creates a new implementation instance.
|
static HarrisLaplaceFeatureDetector |
create(int numOctaves,
float corn_thresh,
float DOG_thresh)
Creates a new implementation instance.
|
static HarrisLaplaceFeatureDetector |
create(int numOctaves,
float corn_thresh,
float DOG_thresh,
int maxCorners)
Creates a new implementation instance.
|
static HarrisLaplaceFeatureDetector |
create(int numOctaves,
float corn_thresh,
float DOG_thresh,
int maxCorners,
int num_layers)
Creates a new implementation instance.
|
protected void |
finalize() |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, writeclear, getNativeObjAddr, savepublic static HarrisLaplaceFeatureDetector __fromPtr__(long addr)
public static HarrisLaplaceFeatureDetector create(int numOctaves, float corn_thresh, float DOG_thresh, int maxCorners, int num_layers)
numOctaves - the number of octaves in the scale-space pyramidcorn_thresh - the threshold for the Harris cornerness measureDOG_thresh - the threshold for the Difference-of-Gaussians scale selectionmaxCorners - the maximum number of corners to considernum_layers - the number of intermediate scales per octavepublic static HarrisLaplaceFeatureDetector create(int numOctaves, float corn_thresh, float DOG_thresh, int maxCorners)
numOctaves - the number of octaves in the scale-space pyramidcorn_thresh - the threshold for the Harris cornerness measureDOG_thresh - the threshold for the Difference-of-Gaussians scale selectionmaxCorners - the maximum number of corners to considerpublic static HarrisLaplaceFeatureDetector create(int numOctaves, float corn_thresh, float DOG_thresh)
numOctaves - the number of octaves in the scale-space pyramidcorn_thresh - the threshold for the Harris cornerness measureDOG_thresh - the threshold for the Difference-of-Gaussians scale selectionpublic static HarrisLaplaceFeatureDetector create(int numOctaves, float corn_thresh)
numOctaves - the number of octaves in the scale-space pyramidcorn_thresh - the threshold for the Harris cornerness measurepublic static HarrisLaplaceFeatureDetector create(int numOctaves)
numOctaves - the number of octaves in the scale-space pyramidpublic static HarrisLaplaceFeatureDetector create()
Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2