Package | Description |
---|---|
org.opencv.features2d |
Modifier and Type | Method and Description |
---|---|
static AgastFeatureDetector |
AgastFeatureDetector.__fromPtr__(long addr) |
static AgastFeatureDetector |
AgastFeatureDetector.create() |
static AgastFeatureDetector |
AgastFeatureDetector.create(int threshold) |
static AgastFeatureDetector |
AgastFeatureDetector.create(int threshold,
boolean nonmaxSuppression) |
static AgastFeatureDetector |
AgastFeatureDetector.create(int threshold,
boolean nonmaxSuppression,
int type) |
Copyright © 2020. All rights reserved.