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, 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)
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 Fri Dec 21 2018 18:02:43 UTC / OpenCV 3.4.5