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

Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
DrawRectangle ( List rectangle, string imageUri, double imageWidth, double imageHeight ) : void

Draw rectangle on face

FacialRecognitionImage ( ) : System.Collections.Generic

Method Details

DrawRectangle() public method

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 ///
return void

FacialRecognitionImage() public method

public FacialRecognitionImage ( ) : System.Collections.Generic
return System.Collections.Generic