C# 클래스 FaceSpot.FaceClassifier

파일 보기 프로젝트 열기: kanitw/facespot

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Classify ( Face face ) : void
LoadEigenRecognizer ( ) : bool
LoadResource ( ) : void
LoadTrainedNetwork ( ) : bool

메소드 상세

AnalyseNetworkOutput() 공개 메소드

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 ///
리턴 string

WriteEigenValueFile() 공개 정적인 메소드

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 ///
리턴 void