C# Class FaceSpot.FaceClassifier

Afficher le fichier Open project: kanitw/facespot

Méthodes publiques

Méthode Description
AnalyseNetworkOutput ( EigenValueTags eigenVTags, double f ) : string

Interpret an output from neural network in a form of label using tag in EigenValueTags class

WriteEigenValueFile ( EigenObjectRecognizer eigenRec, string savepath, string filename ) : void

Given savepath and filename, create a csv file containing set of eigen values. The csv is formatted according to WEKA classifer.

Private Methods

Méthode Description
Classify ( Face face ) : void
LoadEigenRecognizer ( ) : bool
LoadResource ( ) : void
LoadTrainedNetwork ( ) : bool

Method Details

AnalyseNetworkOutput() public méthode

Interpret an output from neural network in a form of label using tag in EigenValueTags class
public AnalyseNetworkOutput ( EigenValueTags eigenVTags, double f ) : string
eigenVTags EigenValueTags /// A ///
f double /// A ///
Résultat string

WriteEigenValueFile() public static méthode

Given savepath and filename, create a csv file containing set of eigen values. The csv is formatted according to WEKA classifer.
public static WriteEigenValueFile ( EigenObjectRecognizer eigenRec, string savepath, string filename ) : void
eigenRec Emgu.CV.EigenObjectRecognizer /// A ///
savepath string /// A ///
filename string /// A ///
Résultat void