C# Класс XEDParser.MainWindow

Interaction logic for MainWindow.xaml
Наследование: System.Windows.Window
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ColorFrameList byte>>.List
DepthFrameList byte>>.List
Is_running bool
PreColorFrameNumber int
PreDepthFrameNumber int
all_finished bool
current_color_frame_no int
current_depth_frame_no int
current_depth_frame_number_for_stop int
current_frame_number_for_stop int
current_skeleton_frame_no int
current_skeleton_frame_number_for_stop int
file_IsReady bool
first_skeleton_frame_number int
frame_thread_isrunning bool
kinect_current_color_frame_number int
kinect_current_depth_frame_number int
kinect_current_skeleton_frame_number int
old_color_frame_no int
old_depth_frame_no int
old_depth_frame_number_for_stop int
old_frame_number_for_stop int
old_skeleton_frame_no int
old_skeleton_frame_number_for_stop int

Открытые методы

Метод Описание
ExecuteAsync ( System.Action action, int timeoutInMilliseconds ) : void
MainWindow ( ) : Microsoft.Kinect
timer_Elapsed ( object sender, System e ) : void

Приватные методы

Метод Описание
CloseAllWriter ( ) : void
GenerateSkeletonArgs ( Microsoft.Kinect.Skeleton s ) : string
GetRealCurrentFrame ( long tsOffset ) : int
SensorChooserOnKinectChanged ( object sender, Microsoft.Kinect.Toolkit.KinectChangedEventArgs args ) : void
SkeletonPointToScreen ( Microsoft.Kinect.SkeletonPoint skelpoint ) : Point
Window_Closing ( object sender, CancelEventArgs e ) : void
btn_Connect_Kinect ( object sender, RoutedEventArgs e ) : void
btn_Folder ( object sender, RoutedEventArgs e ) : void
btn_Start_Click ( object sender, RoutedEventArgs e ) : void
btn_Start_Kinect ( object sender, RoutedEventArgs e ) : void
btn_end_Click ( object sender, RoutedEventArgs e ) : void
color_FrameReady ( object sender, Microsoft.Kinect.ColorImageFrameReadyEventArgs e ) : void
depth_FrameReady ( object sender, Microsoft.Kinect.DepthImageFrameReadyEventArgs e ) : void
frame_threading ( ) : void
skele_FrameReady ( object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void

Описание методов

ExecuteAsync() публичный Метод

public ExecuteAsync ( System.Action action, int timeoutInMilliseconds ) : void
action System.Action
timeoutInMilliseconds int
Результат void

MainWindow() публичный Метод

public MainWindow ( ) : Microsoft.Kinect
Результат Microsoft.Kinect

timer_Elapsed() публичный Метод

public timer_Elapsed ( object sender, System e ) : void
sender object
e System
Результат void

Описание свойств

ColorFrameList публичное свойство

public List> ColorFrameList
Результат byte>>.List

DepthFrameList публичное свойство

public List> DepthFrameList
Результат byte>>.List

Is_running публичное свойство

public bool Is_running
Результат bool

PreColorFrameNumber публичное свойство

public int PreColorFrameNumber
Результат int

PreDepthFrameNumber публичное свойство

public int PreDepthFrameNumber
Результат int

all_finished публичное свойство

public bool all_finished
Результат bool

current_color_frame_no публичное свойство

public int current_color_frame_no
Результат int

current_depth_frame_no публичное свойство

public int current_depth_frame_no
Результат int

current_depth_frame_number_for_stop публичное свойство

public int current_depth_frame_number_for_stop
Результат int

current_frame_number_for_stop публичное свойство

public int current_frame_number_for_stop
Результат int

current_skeleton_frame_no публичное свойство

public int current_skeleton_frame_no
Результат int

current_skeleton_frame_number_for_stop публичное свойство

public int current_skeleton_frame_number_for_stop
Результат int

file_IsReady публичное свойство

public bool file_IsReady
Результат bool

first_skeleton_frame_number публичное свойство

public int first_skeleton_frame_number
Результат int

frame_thread_isrunning публичное свойство

public bool frame_thread_isrunning
Результат bool

kinect_current_color_frame_number публичное свойство

public int kinect_current_color_frame_number
Результат int

kinect_current_depth_frame_number публичное свойство

public int kinect_current_depth_frame_number
Результат int

kinect_current_skeleton_frame_number публичное свойство

public int kinect_current_skeleton_frame_number
Результат int

old_color_frame_no публичное свойство

public int old_color_frame_no
Результат int

old_depth_frame_no публичное свойство

public int old_depth_frame_no
Результат int

old_depth_frame_number_for_stop публичное свойство

public int old_depth_frame_number_for_stop
Результат int

old_frame_number_for_stop публичное свойство

public int old_frame_number_for_stop
Результат int

old_skeleton_frame_no публичное свойство

public int old_skeleton_frame_no
Результат int

old_skeleton_frame_number_for_stop публичное свойство

public int old_skeleton_frame_number_for_stop
Результат int