C# Class Emgu.CV.Features2D.FastDetector

Mostrar archivo Open project: fajoy/RTSPExample Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FastDetector ( int threshold, bool nonmaxSupression ) : System

Create a fast detector with the specific parameters

Protected Methods

Method Description
DisposeObject ( ) : void

Release the unmanaged memory associated with this detector.

Method Details

DisposeObject() protected method

Release the unmanaged memory associated with this detector.
protected DisposeObject ( ) : void
return void

FastDetector() public method

Create a fast detector with the specific parameters
public FastDetector ( int threshold, bool nonmaxSupression ) : System
threshold int Threshold on difference between intensity of center pixel and pixels on circle around /// this pixel. Use 10 for default.
nonmaxSupression bool Specifiy if non-maximum supression should be used. Use true for default.
return System