C# Класс Emgu.CV.Features2D.FastDetector

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
FastDetector ( int threshold, bool nonmaxSupression ) : System

Create a fast detector with the specific parameters

Защищенные методы

Метод Описание
DisposeObject ( ) : void

Release the unmanaged memory associated with this detector.

Описание методов

DisposeObject() защищенный Метод

Release the unmanaged memory associated with this detector.
protected DisposeObject ( ) : void
Результат void

FastDetector() публичный Метод

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.
Результат System