C# 클래스 Emgu.CV.FisherFaceRecognizer

Fisher face recognizer
상속: FaceRecognizer
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
FisherFaceRecognizer ( int numComponents, double threshold ) : System

Create a FisherFaceRecognizer

메소드 상세

FisherFaceRecognizer() 공개 메소드

Create a FisherFaceRecognizer
public FisherFaceRecognizer ( int numComponents, double threshold ) : System
numComponents int The number of components, use 0 for default
threshold double The distance threshold
리턴 System