You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cursor smoothing
About this tag
Cursor smoothing is a technique used to stabilize mouse cursor movement, often applied in gesture-based control systems like the Microsoft Kinect. In a thread about Kinect v2 mouse control, a developer discusses creating an application that uses hand gestures to move the cursor, where smoothing algorithms help reduce jitter and improve accuracy. The topic involves Windows-based development, hardware integration, and user interface optimization. While the specific implementation details vary, cursor smoothing generally filters raw input data to produce fluid, predictable cursor behavior, enhancing the user experience in applications ranging from accessibility tools to interactive installations.
Friend of the Gallery and newly minted Microsoft Kinect MVP (Congrats!) Tango Chen is back with an extremely common request, using the Kinect to control a mouse (with source!)
Kinect v2 Mouse Control w/ Source Code
A mouse control application for Kinect v2, including a couple of options for...