Table of Contents

Class CudaFastFeatureDetector

Namespace
Emgu.CV.Cuda
Assembly
Emgu.CV.dll

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 int

Threshold on difference between intensity of center pixel and pixels on circle around this pixel. Use 10 for default.

nonmaxSupression bool

Specify if non-maximum supression should be used.

type FastFeatureDetector.DetectorType

The detector type

maxNKeypoints int

The maximum number of keypoints to be extracted.

Methods

DisposeObject()

Release the unmanaged resource associate to the Detector

protected override void DisposeObject()