OpenCV  3.1.0
Open Source Computer Vision
Classes | Functions
cv::face Namespace Reference

Classes

class  BasicFaceRecognizer
 
class  FaceRecognizer
 Abstract base class for all face recognition models. More...
 
class  LBPHFaceRecognizer
 
class  MinDistancePredictCollector
 default predict collector that trace minimal distance with treshhold checking (that is default behavior for most predict logic) More...
 
class  PredictCollector
 Abstract base class for all strategies of prediction result handling. More...
 

Functions

Ptr< BasicFaceRecognizercreateEigenFaceRecognizer (int num_components=0, double threshold=DBL_MAX)
 
Ptr< BasicFaceRecognizercreateFisherFaceRecognizer (int num_components=0, double threshold=DBL_MAX)
 
Ptr< LBPHFaceRecognizercreateLBPHFaceRecognizer (int radius=1, int neighbors=8, int grid_x=8, int grid_y=8, double threshold=DBL_MAX)