Module opencv::face[][src]

Expand description

Face Analysis

  • @ref face_changelog
  • @ref tutorial_face_main

Modules

Structs

\brief Optional parameter for fitting process.

\brief Data container for the facemark::getData function

\brief The model of AAM Algorithm

Default predict collector

Traits

Implementation of bio-inspired features (BIF) from the paper: Guo, Guodong, et al. “Human age estimation using bio-inspired features.” Computer Vision and Pattern Recognition, 2009. CVPR 2009.

Abstract base class for all face recognition models

Abstract base class for all facemark models

\brief Optional parameter for fitting process.

\brief Data container for the facemark::getData function

\brief The model of AAM Algorithm

Abstract base class for trainable facemark models

Minimum Average Correlation Energy Filter useful for authentication with (cancellable) biometrical features. (does not need many positives to train (10-50), and no negatives at all, also robust to noise/salting)

Abstract base class for all strategies of prediction result handling

Default predict collector

Functions

construct an AAM facemark detector

construct a Kazemi facemark detector

construct an LBF facemark detector

Utility to draw the detected facial landmark points

Default face detector This function is mainly utilized by the implementation of a Facemark Algorithm. End users are advised to use function Facemark::getFaces which can be manually defined and circumvented to the algorithm by Facemark::setFaceDetector.

A utility to load list of paths to training image and annotation file.

A utility to load facial landmark information from a given file.

A utility to load facial landmark dataset from a single file.

A utility to load facial landmark information from the dataset.

This function extracts the data for training from .txt files which contains the corresponding image name and landmarks. The first file in each file should give the path of the image whose landmarks are being described in the file. Then in the subsequent lines there should be coordinates of the landmarks in the image i.e each line should be of the form x,y where x represents the x coordinate of the landmark and y represents the y coordinate of the landmark.

Type Definitions