C# Class BuildIt.CognitiveServices.XForms.UserControls.FacialRecognitionImage

Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

Méthode Description
DrawRectangle ( List rectangle, string imageUri, double imageWidth, double imageHeight ) : void

Draw rectangle on face

FacialRecognitionImage ( ) : System.Collections.Generic

Method Details

DrawRectangle() public méthode

Draw rectangle on face
public DrawRectangle ( List rectangle, string imageUri, double imageWidth, double imageHeight ) : void
rectangle List /// X, Y width and hight value of face ///
imageUri string /// Pass imageUri to display image ///
imageWidth double /// Width of image ///
imageHeight double /// Height of image ///
Résultat void

FacialRecognitionImage() public méthode

public FacialRecognitionImage ( ) : System.Collections.Generic
Résultat System.Collections.Generic