C# 클래스 PredatorCV.Detectors.Eigen

상속: IDetector
파일 보기 프로젝트 열기: genecyber/PredatorCV

공개 메소드들

메소드 설명
Eigen ( string directory, int iterations ) : System

Setups this instance.

Process ( byte>.Image rawFrame, byte>.Image grayFrame ) : DetectorResult

Processes the specified raw frame.

비공개 메소드들

메소드 설명
GetImageFilesFromDirectory ( string directory ) : IEnumerable
GetLabels ( List files ) : List
MakeRecognizer ( int maxIteration ) : void

메소드 상세

Eigen() 공개 메소드

Setups this instance.
public Eigen ( string directory, int iterations ) : System
directory string
iterations int
리턴 System

Process() 공개 메소드

Processes the specified raw frame.
public Process ( byte>.Image rawFrame, byte>.Image grayFrame ) : DetectorResult
rawFrame byte>.Image The raw frame.
grayFrame byte>.Image The gray frame.
리턴 DetectorResult