Class CudaFastFeatureDetector
A FAST detector using Cuda
public class CudaFastFeatureDetector : FastFeatureDetector, IDisposable, IAlgorithm, IFeature2DAsync
- Inheritance
-
CudaFastFeatureDetector
- Implements
- Inherited Members
- Extension Methods
Constructors
CudaFastFeatureDetector(int, bool, DetectorType, int)
Create a fast detector with the specific parameters
public CudaFastFeatureDetector(int threshold = 10, bool nonmaxSupression = true, FastFeatureDetector.DetectorType type = DetectorType.Type9_16, int maxNKeypoints = 5000)
Parameters
threshold
intThreshold on difference between intensity of center pixel and pixels on circle around this pixel. Use 10 for default.
nonmaxSupression
boolSpecify if non-maximum supression should be used.
type
FastFeatureDetector.DetectorTypeThe detector type
maxNKeypoints
intThe maximum number of keypoints to be extracted.
Methods
DisposeObject()
Release the unmanaged resource associate to the Detector
protected override void DisposeObject()