C# Class FaceSpot.FaceDetector

Afficher le fichier Open project: kanitw/facespot

Méthodes publiques

Méthode Description
DetectFace ( Byte>.Image image ) : FaceSpot.FaceImagePos[]

Detect faces in the given image and return an array of face images

DetectFace ( Photo photo ) : FaceSpot.FaceImagePos[]
DetectFaceToPixbuf ( Photo photo ) : FaceSpot.FacePixbufPos[]

Private Methods

Méthode Description
Resize ( Byte>.Image &image, double &ratio ) : void

Method Details

DetectFace() public static méthode

Detect faces in the given image and return an array of face images
public static DetectFace ( Byte>.Image image ) : FaceSpot.FaceImagePos[]
image Byte>.Image /// A ///
Résultat FaceSpot.FaceImagePos[]

DetectFace() public static méthode

public static DetectFace ( Photo photo ) : FaceSpot.FaceImagePos[]
photo FSpot.Photo
Résultat FaceSpot.FaceImagePos[]

DetectFaceToPixbuf() public static méthode

public static DetectFaceToPixbuf ( Photo photo ) : FaceSpot.FacePixbufPos[]
photo FSpot.Photo
Résultat FaceSpot.FacePixbufPos[]