public class StarDetector extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
StarDetector(long addr) |
Modifier and Type | Method and Description |
---|---|
static StarDetector |
__fromPtr__(long addr) |
static StarDetector |
create() |
static StarDetector |
create(int maxSize) |
static StarDetector |
create(int maxSize,
int responseThreshold) |
static StarDetector |
create(int maxSize,
int responseThreshold,
int lineThresholdProjected) |
static StarDetector |
create(int maxSize,
int responseThreshold,
int lineThresholdProjected,
int lineThresholdBinarized) |
static StarDetector |
create(int maxSize,
int responseThreshold,
int lineThresholdProjected,
int lineThresholdBinarized,
int suppressNonmaxSize) |
protected void |
finalize() |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
clear, getNativeObjAddr, save
public static StarDetector __fromPtr__(long addr)
public static StarDetector create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize)
public static StarDetector create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized)
public static StarDetector create(int maxSize, int responseThreshold, int lineThresholdProjected)
public static StarDetector create(int maxSize, int responseThreshold)
public static StarDetector create(int maxSize)
public static StarDetector create()
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0