C# Class FaceDetection.Model.Recognition.PreviewImage

Stores data for the preview image for the face detection
Afficher le fichier Open project: PkInfRemi/FaceDetectionApp

Méthodes publiques

Méthode Description
PreviewImage ( byte>.Image original, byte>.Image grayframe ) : Emgu.CV

Initializes a new instance of the PreviewImage class.

Method Details

PreviewImage() public méthode

Initializes a new instance of the PreviewImage class.
public PreviewImage ( byte>.Image original, byte>.Image grayframe ) : Emgu.CV
original byte>.Image The original.
grayframe byte>.Image The grayframe.
Résultat Emgu.CV