openCV mit Kinect
hyunjin JANG zeigt openCV mit Kinect. Code ist im Anhang.
Video zu Source 1
Video zu Source 2
Source 1
#include “ofConstants.h” #include “ofTexture.h” #include “ofGraphics.h” #include “ofTypes.h”
#include “ofxThread.h”
#include #include “libfreenect.h”
class ofxKinect : public ofBaseVideo, protected ofxThread{
public :
ofxKinect(); virtual ~ofxKinect();
/// is the current frame new? bool isFrameNew() {return true;}
/// open the connection and start grabbing images bool open();
/// close the connection and stop grabbing images void close();
/// initialize resources, must be called before open() bool init(bool bTexture=true);
3D Zeichnen mit Kinect
Shawn Sims zeigt sein 3D Zeichnen mit Kinect. Code ist bei sy-lab erhältich.
[vimeo 17549587 490 400]
mehrProcessing Demo mano_oscg
karlos g liberal zeigt sein Demo mano_oscg. Er benutzte die Libs von Msavisuals
[vimeo 17540119 490 400]
mehrErste Kinect Kompatible Internetseite
Autoniks präsentiert die erste Internetseite die mit Kinect Steuerbar ist. Dürfte die Erste Weltweit sein.
mehr