C# Class FaceSpot.FaceDetector

Datei anzeigen Open project: kanitw/facespot

Public Methods

Method 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

Method Description
Resize ( Byte>.Image &image, double &ratio ) : void

Method Details

DetectFace() public static method

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 ///
return FaceSpot.FaceImagePos[]

DetectFace() public static method

public static DetectFace ( Photo photo ) : FaceSpot.FaceImagePos[]
photo FSpot.Photo
return FaceSpot.FaceImagePos[]

DetectFaceToPixbuf() public static method

public static DetectFaceToPixbuf ( Photo photo ) : FaceSpot.FacePixbufPos[]
photo FSpot.Photo
return FaceSpot.FacePixbufPos[]