C# Класс Emgu.CV.LatentSvmDetector

Laten SVM detector
Наследование: Emgu.Util.UnmanagedObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Detect ( Byte>.Image image, float overlapThreshold ) : Emgu.CV.Structure.MCvObjectDetection[]

Find rectangular regions in the given image that are likely to contain objects and corresponding confidence levels

LatentSvmDetector ( String fileName ) : System

Load the trained detector from file

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

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

Release the unmanaged memory associated with the LatenSvnDetector

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

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

Find rectangular regions in the given image that are likely to contain objects and corresponding confidence levels
public Detect ( Byte>.Image image, float overlapThreshold ) : Emgu.CV.Structure.MCvObjectDetection[]
image Byte>.Image The image to detect objects in
overlapThreshold float Threshold for the non-maximum suppression algorithm, Use default value of 0.5
Результат Emgu.CV.Structure.MCvObjectDetection[]

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

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

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

Load the trained detector from file
public LatentSvmDetector ( String fileName ) : System
fileName String The trained laten svm file
Результат System