电脑技术:Dynamic 3D Gaussians(动态三维重建)
电脑技术:3D Gaussian Splatting(Windows版教程,适合于初学者)
创客:用Arduino结合加速度计实现哈利波特魔杖功能,隔空点亮台灯[转载]
电脑技术+人机交互:在Windows上可以用LeapMotion干很多事,这里有大量的应用程序
STEAM教育:一个还不错的创客小车——Omniduino智能小车 (yahboom.com)
电脑技术:Getting Started with Kinect and Processing[转载]
转载自:Getting Started with Kinect and Processing | Daniel Shiffman
Getting Started with Kinect and Processing
Kinect and Processing
The Microsoft Kinect sensor is a peripheral device (designed for XBox and windows PCs) that functions much like a webcam. However, in addition to providing an RGB image, it also provides a depth map. Meaning for every pixel seen by the sensor, the Kinect measures distance from the sensor. This makes a variety of computer vision problems like background removal, blob detection, and more easy and fun!
The Kinect sensor itself only measures color and depth. However, once that information is on your computer, lots more can be done like “skeleton” tracking (i.e. detecting a model of a person and tracking his/her movements). To do skeleton tracking you’ll need to use Thomas Lengling’s windows-only Kinect v2 processing libray. However, if you’re on a Mac and all you want is raw data from the Kinect, you are in luck! This library uses libfreenect and libfreenect2 open source drivers to access that data for Mac OS X (windows support coming soon).