C# Class PredatorCV.Detectors.Eigen

Inheritance: IDetector
Afficher le fichier Open project: genecyber/PredatorCV

Méthodes publiques

Méthode 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

Méthode Description
GetImageFilesFromDirectory ( string directory ) : IEnumerable
GetLabels ( List files ) : List
MakeRecognizer ( int maxIteration ) : void

Method Details

Eigen() public méthode

Setups this instance.
public Eigen ( string directory, int iterations ) : System
directory string
iterations int
Résultat System

Process() public méthode

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.
Résultat DetectorResult