Method | Description | |
---|---|---|
AddScreen ( MotionTrackingScreen screen ) : void | ||
GetImageSourceForScreen ( MotionTrackingScreen screen ) : System.Windows.Media.ImageSource | ||
ImageProcessor ( DirectCanvas.Misc.Size ImageSize ) : System | ||
ImageToImageSource ( DepthFrame frame ) : System.Windows.Media.ImageSource | ||
InitLayers ( DirectCanvas.Misc.Size ImageSize ) : void | ||
ProcessDepthSessions ( Image depthImage, MotionTrackingDevice>.Dictionary |
||
RemoveScreen ( MotionTrackingScreen screen ) : void |
Method | Description | |
---|---|---|
UpdateScreenVisualization ( MotionTrackingDevice>.Dictionary |
public AddScreen ( MotionTrackingScreen screen ) : void | ||
screen | MotionTrackingScreen | |
return | void |
public GetImageSourceForScreen ( MotionTrackingScreen screen ) : System.Windows.Media.ImageSource | ||
screen | MotionTrackingScreen | |
return | System.Windows.Media.ImageSource |
public ImageProcessor ( DirectCanvas.Misc.Size ImageSize ) : System | ||
ImageSize | DirectCanvas.Misc.Size | |
return | System |
public ImageToImageSource ( DepthFrame frame ) : System.Windows.Media.ImageSource | ||
frame | DepthFrame | |
return | System.Windows.Media.ImageSource |
public InitLayers ( DirectCanvas.Misc.Size ImageSize ) : void | ||
ImageSize | DirectCanvas.Misc.Size | |
return | void |
public ProcessDepthSessions ( Image depthImage, MotionTrackingDevice>.Dictionary |
||
depthImage | Image | |
devices | MotionTrackingDevice>.Dictionary | |
max | ushort | |
min | ushort | |
return | void |
public RemoveScreen ( MotionTrackingScreen screen ) : void | ||
screen | MotionTrackingScreen | |
return | void |