C# 클래스 Emgu.CV.LatentSvmDetector

Laten SVM detector
상속: Emgu.Util.UnmanagedObject
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
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