C# Class PredatorCV.Detectors.Eigen

Inheritance: IDetector
显示文件 Open project: genecyber/PredatorCV

Public Methods

Method Description
Eigen ( string directory, int iterations ) : System

Setups this instance.

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

Processes the specified raw frame.

Private Methods

Method Description
GetImageFilesFromDirectory ( string directory ) : IEnumerable
GetLabels ( List files ) : List
MakeRecognizer ( int maxIteration ) : void

Method Details

Eigen() public method

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

Process() public method

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.
return DetectorResult