The full constructor
obj = cv.StarDetector()
obj = cv.StarDetector(..., 'OptionName',optionValue, ...)
Options
- MaxSize maximum size of the features. The following values
are supported: 4, 6, 8, 11, 12, 16, 22, 23, 32, 45, 46, 64,
90, 128. In the case of a different value the result is
undefined. default 45
- ResponseThreshold threshold for the approximated laplacian,
used to eliminate weak features. The larger it is, the less
features will be retrieved. default 30
- LineThresholdProjected another threshold for the laplacian
to eliminate edges. default 10
- LineThresholdBinarized yet another threshold for the
feature size to eliminate edges. The larger the 2nd threshold,
the more points you get. default 8
- SuppressNonmaxSize default 5