C# 클래스 EmotionAPI_WPF_Samples.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK

공개 메소드들

메소드 설명
DrawFaceRectangle ( Image image, BitmapImage bitmapSource, Emotion emotionResult ) : void
ListEmotionResult ( Uri imageUri, System.Windows.Controls.ListBox resultListBox, Emotion emotionResult ) : void
ListVideoEmotionResult ( System.Windows.Controls.ListBox resultListBox, VideoAggregateEvent aggregateEvent ) : void
Log ( string message ) : void
LogEmotionResult ( Emotion emotionResult ) : void
MainWindow ( ) : System

비공개 메소드들

메소드 설명
CompareDisplayResults ( EmotionResultDisplay result1, EmotionResultDisplay result2 ) : int

메소드 상세

DrawFaceRectangle() 공개 메소드

public DrawFaceRectangle ( Image image, BitmapImage bitmapSource, Emotion emotionResult ) : void
image Image
bitmapSource System.Windows.Media.Imaging.BitmapImage
emotionResult Microsoft.ProjectOxford.Emotion.Contract.Emotion
리턴 void

ListEmotionResult() 공개 메소드

public ListEmotionResult ( Uri imageUri, System.Windows.Controls.ListBox resultListBox, Emotion emotionResult ) : void
imageUri System.Uri
resultListBox System.Windows.Controls.ListBox
emotionResult Microsoft.ProjectOxford.Emotion.Contract.Emotion
리턴 void

ListVideoEmotionResult() 공개 메소드

public ListVideoEmotionResult ( System.Windows.Controls.ListBox resultListBox, VideoAggregateEvent aggregateEvent ) : void
resultListBox System.Windows.Controls.ListBox
aggregateEvent Microsoft.ProjectOxford.Emotion.Contract.VideoAggregateEvent
리턴 void

Log() 공개 메소드

public Log ( string message ) : void
message string
리턴 void

LogEmotionResult() 공개 메소드

public LogEmotionResult ( Emotion emotionResult ) : void
emotionResult Microsoft.ProjectOxford.Emotion.Contract.Emotion
리턴 void

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System