http://cy-baek.tistory.com/66
http://aesire.tistory.com/26
Jul 31, 2015
[Link]Kinect Finger Detection
1. Kinect Finger-tip detection
MV : https://www.youtube.com/watch?v=6xI59YHA384
Code: https://code.google.com/p/kinect-apps-playground/source/browse/#svn%2Ftrunk%2Ffingertip-detect
2. kinect - fingertip detection
MV : https://www.youtube.com/watch?v=lCuItHQEgEQ
Code : http://dl.dropbox.com/u/5505209/FingertipTuio3d.zip
MV : https://www.youtube.com/watch?v=6xI59YHA384
Code: https://code.google.com/p/kinect-apps-playground/source/browse/#svn%2Ftrunk%2Ffingertip-detect
2. kinect - fingertip detection
MV : https://www.youtube.com/watch?v=lCuItHQEgEQ
Code : http://dl.dropbox.com/u/5505209/FingertipTuio3d.zip
Jul 28, 2015
#include gl.h -> not working
1) include windows.h
#include <windows.h>
OpenGL FAQ :
Also, note that you'll need to put an#include <windows.h>statement before the#include<GL/gl.h>. Microsoft requires system DLLs to use a specific calling convention that isn't the default calling convention for most Win32 C compilers, so they've annotated the OpenGL calls in gl.h with some macros that expand to nonstandard C syntax. This causes Microsoft's C compilers to use the system calling convention. One of the include files included by windows.h defines the macros.
Jul 24, 2015
[Link] Kinect Face Tracking Visualization
How To Use Kinect Face Tracking SDK
http://www.codeproject.com/Articles/394975/How-To-Use-Kinect-Face-Tracking-SDK
Face Tracking SDK in Kinect For Windows 1.5
https://nsmoly.wordpress.com/2012/05/21/face-tracking-sdk-in-kinect-for-windows-1-5/
github KinectFaces
https://github.com/samuchan/KinectFaces
http://www.codeproject.com/Articles/394975/How-To-Use-Kinect-Face-Tracking-SDK
Face Tracking SDK in Kinect For Windows 1.5
https://nsmoly.wordpress.com/2012/05/21/face-tracking-sdk-in-kinect-for-windows-1-5/
github KinectFaces
https://github.com/samuchan/KinectFaces
[link] Kinect Point Clouds
depthToRgbMap
Kinect SDK / C++ / OpenGL - Kinect Point Clouds
http://www.cs.princeton.edu/~edwardz/tutorials/kinect/kinect3.html
키넥트에서 Point Cloud 저장하기
http://blog.daum.net/goodgodgd/7
C로 만들어보는 뎁스 이미지 호출
http://talkingaboutme.tistory.com/308
Kinect For Windows V2 로 특정 좌표 깊이 가져오기
http://erutaso.tistory.com/141
-----------
[Matlab] 3-D Point Cloud Registration and Stitching
http://kr.mathworks.com/help/vision/examples/3-d-point-cloud-registration-and-stitching.html
Kinect SDK / C++ / OpenGL - Kinect Point Clouds
http://www.cs.princeton.edu/~edwardz/tutorials/kinect/kinect3.html
키넥트에서 Point Cloud 저장하기
http://blog.daum.net/goodgodgd/7
C로 만들어보는 뎁스 이미지 호출
http://talkingaboutme.tistory.com/308
Kinect For Windows V2 로 특정 좌표 깊이 가져오기
http://erutaso.tistory.com/141
-----------
[Matlab] 3-D Point Cloud Registration and Stitching
http://kr.mathworks.com/help/vision/examples/3-d-point-cloud-registration-and-stitching.html
Jul 23, 2015
[link] Kinect with OpenCV Depth, Color
[Kinect Depth]
근거리 필터가 있는 컬러영상 출력 http://rucaus.egloos.com/2341417
Depth Map http://egloos.zum.com/rucaus/v/2319708
Kinect Depth 영상출력 http://neoplanetz.blogspot.kr/2013/07/depth-c.html
손추출 생성/ 위치에 따른 음악 이펙터
http://blog.naver.com/kwh1990/100196617522
----------------
[Kinect Color]
http://potepotato.blogspot.kr/2014/08/kinectv1opencv.html
근거리 필터가 있는 컬러영상 출력 http://rucaus.egloos.com/2341417
Depth Map http://egloos.zum.com/rucaus/v/2319708
Kinect Depth 영상출력 http://neoplanetz.blogspot.kr/2013/07/depth-c.html
손추출 생성/ 위치에 따른 음악 이펙터
http://blog.naver.com/kwh1990/100196617522
----------------
[Kinect Color]
http://potepotato.blogspot.kr/2014/08/kinectv1opencv.html
Jul 21, 2015
[link] convexityDefects
ENG:
http://w3facility.org/question/calculating-convexitydefects-using-opencv-2-4-in-c/
http://answers.opencv.org/question/2461/convexity-defects-in-opencv-242/
http://stackoverflow.com/questions/18401438/find-point-of-convexity-defects-in-opencv-c-function
http://www.codeproject.com/Questions/288557/Finger-tracking-counting-using-openCv-convexity-de
KOR:
http://talkingaboutme.tistory.com/320
http://ocllos.tistory.com/95
http://w3facility.org/question/calculating-convexitydefects-using-opencv-2-4-in-c/
http://answers.opencv.org/question/2461/convexity-defects-in-opencv-242/
http://stackoverflow.com/questions/18401438/find-point-of-convexity-defects-in-opencv-c-function
http://www.codeproject.com/Questions/288557/Finger-tracking-counting-using-openCv-convexity-de
KOR:
http://talkingaboutme.tistory.com/320
http://ocllos.tistory.com/95
Subscribe to:
Posts (Atom)