C# Class FaceSpot.FaceClassifier

Datei anzeigen Open project: kanitw/facespot

Public Methods

Method 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

Method Description
Classify ( Face face ) : void
LoadEigenRecognizer ( ) : bool
LoadResource ( ) : void
LoadTrainedNetwork ( ) : bool

Method Details

AnalyseNetworkOutput() public method

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 ///
return string

WriteEigenValueFile() public static method

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 ///
return void