Method Create
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Create(int, bool)
Constructs FastFeatureDetector
public static FastFeatureDetector Create(int threshold = 10, bool nonmaxSuppression = true)
Parameters
thresholdintthreshold on difference between intensity of the central pixel and pixels of a circle around this pixel.
nonmaxSuppressionboolif true, non-maximum suppression is applied to detected corners (keypoints).