C# Class OpenCvSharp.FastFeatureDetector

Detects corners using FAST algorithm by E. Rosten
Inheritance: Feature2D
Mostra file Open project: shimat/opencvsharp

Private Properties

Property Type Description

Public Methods

Method Description
Create ( int threshold = 10, bool nonmaxSuppression = true ) : FastFeatureDetector

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases the resources

FastFeatureDetector ( IntPtr ptr ) : System

Method Details

Create() public static method

public static Create ( int threshold = 10, bool nonmaxSuppression = true ) : FastFeatureDetector
threshold int
nonmaxSuppression bool
return FastFeatureDetector

Dispose() protected method

Releases the resources
protected Dispose ( bool disposing ) : void
disposing bool /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. ///
return void

FastFeatureDetector() protected method

protected FastFeatureDetector ( IntPtr ptr ) : System
ptr System.IntPtr
return System