Tagged Questions
0
votes
0answers
119 views
Image Manipulation ( BitmapImage )
I am having trouble implementing the Zoom in/out function with my Kinect
I am supposed to do a zoom in/out when I say the word forward
Any idea on how to proceed from there ??
case "FORWARD":
...
0
votes
1answer
1k views
Adding zooming and panning functionality in SlideShowGestures-WPF Kinect sample
This is the code from the SlideshowGestures-WPF sample that can be used to recognize swipe gestures. I've used Fizbin's ...
3
votes
1answer
447 views
Image manipulation with Kinect
I'm trying to create an application that zooms in and out of an image and rotates it via Kinect. So far it works but for either or the cases. What I would like is that if I have rotated the image, ...