키넥트 카메라 캘리브레이션
http://sune.tistory.com/330
Aug 18, 2015
Aug 17, 2015
Aug 11, 2015
[Link] Hand Curve Tracking
Curve tracking with a Heap&Hogg's Particle Filters
http://www.morethantechnical.com/2013/03/16/curve-tracking-with-a-heaphoggs-particle-filters-w-code-opencv/
Extending the hand tracker with snakes and optimizations
http://www.morethantechnical.com/2013/05/26/extending-the-hand-tracker-with-snakes-and-optimizations-w-code-opencv/
http://www.morethantechnical.com/2013/03/16/curve-tracking-with-a-heaphoggs-particle-filters-w-code-opencv/
Extending the hand tracker with snakes and optimizations
http://www.morethantechnical.com/2013/05/26/extending-the-hand-tracker-with-snakes-and-optimizations-w-code-opencv/
Aug 10, 2015
Aug 7, 2015
[OpenCV] CV_16U to CV_8U
[0, 255] 범위를 넘어가는 value는 흰색, 검정색으로 나오기때문에
convertTo function에 범위를 재지정 해준다.
ex : A.convertTo(B,CV_8U,255.0/(Max-Min),-255.0/Min);
[Link]
Change type of Mat object from CV_32F to CV_8U
http://stackoverflow.com/questions/14539498/change-type-of-mat-object-from-cv-32f-to-cv-8u
convertTo function에 범위를 재지정 해준다.
ex : A.convertTo(B,CV_8U,255.0/(Max-Min),-255.0/Min);
[Link]
Change type of Mat object from CV_32F to CV_8U
http://stackoverflow.com/questions/14539498/change-type-of-mat-object-from-cv-32f-to-cv-8u
Aug 6, 2015
[Link] Augment Reality in OpenCV
OpenCV 마커인식을 사용한 증강현실(augmented reality) 구현
http://blog.daum.net/pg365/217
20-lines AR in OpenCV
http://www.morethantechnical.com/2010/11/10/20-lines-ar-in-opencv-wcode/
http://blog.daum.net/pg365/217
20-lines AR in OpenCV
http://www.morethantechnical.com/2010/11/10/20-lines-ar-in-opencv-wcode/
[Link] glReadPixels, OpenGL Draw -> OpenCV
OpenCV 이미지에 OpenGL 도형 표시하기
http://blog.daum.net/pg365/188
OpenGL로 그린 장면을 OpenCV 윈도우에 표시
http://babytiger.tistory.com/entry/OpenGL%EB%A1%9C-%EA%B7%B8%EB%A6%B0-%EC%9E%A5%EB%A9%B4%EC%9D%84-OpenCV-%EC%9C%88%EB%8F%84%EC%9A%B0%EC%97%90-%ED%91%9C%EC%8B%9C
http://blog.daum.net/pg365/188
OpenGL로 그린 장면을 OpenCV 윈도우에 표시
http://babytiger.tistory.com/entry/OpenGL%EB%A1%9C-%EA%B7%B8%EB%A6%B0-%EC%9E%A5%EB%A9%B4%EC%9D%84-OpenCV-%EC%9C%88%EB%8F%84%EC%9A%B0%EC%97%90-%ED%91%9C%EC%8B%9C
Aug 5, 2015
Aug 4, 2015
[Link] OpenCV + OpenGL
Rendering to OpenCV window
http://yango.tistory.com/101
실시간 카메라 입력 영상 위에 OpenGL 그래픽 합성하기
http://metacups.blogspot.kr/2010/05/%EC%8B%A4%EC%8B%9C%EA%B0%84-%EC%B9%B4%EB%A9%94%EB%9D%BC-%EC%9E%85%EB%A0%A5-%EC%98%81%EC%83%81-%EC%9C%84%EC%97%90-opengl-%EA%B7%B8%EB%9E%98%ED%94%BD-%ED%95%A9%EC%84%B1%ED%95%98%EA%B8%B0.html
OpenCV로 생성한 영상을 OpenGL 윈도우에 표시
http://babytiger.tistory.com/entry/OpenCV%EB%A1%9C-%EC%83%9D%EC%84%B1%ED%95%9C-%EC%98%81%EC%83%81%EC%9D%84-OpenGL-%EC%9C%88%EB%8F%84%EC%9A%B0%EC%97%90-%ED%91%9C%EC%8B%9C
http://yango.tistory.com/101
실시간 카메라 입력 영상 위에 OpenGL 그래픽 합성하기
http://metacups.blogspot.kr/2010/05/%EC%8B%A4%EC%8B%9C%EA%B0%84-%EC%B9%B4%EB%A9%94%EB%9D%BC-%EC%9E%85%EB%A0%A5-%EC%98%81%EC%83%81-%EC%9C%84%EC%97%90-opengl-%EA%B7%B8%EB%9E%98%ED%94%BD-%ED%95%A9%EC%84%B1%ED%95%98%EA%B8%B0.html
OpenCV로 생성한 영상을 OpenGL 윈도우에 표시
http://babytiger.tistory.com/entry/OpenCV%EB%A1%9C-%EC%83%9D%EC%84%B1%ED%95%9C-%EC%98%81%EC%83%81%EC%9D%84-OpenGL-%EC%9C%88%EB%8F%84%EC%9A%B0%EC%97%90-%ED%91%9C%EC%8B%9C
Aug 3, 2015
[Link] Kinect + OpenNI
kinect-mssdk-openni-bridge
https://code.google.com/p/kinect-mssdk-openni-bridge/downloads/list
Kinect for Windows & OpenNI 동시 설치 및 사용하기
http://sijoo.tistory.com/92
http://talkingaboutme.tistory.com/181
How to Install OpenNI 2.2 + Nite 2.2 + Kinect SDK 1.8 + (windows 7/8) 32/64 bit
https://www.youtube.com/watch?v=m5uTH3S9P9g
https://code.google.com/p/kinect-mssdk-openni-bridge/downloads/list
Kinect for Windows & OpenNI 동시 설치 및 사용하기
http://sijoo.tistory.com/92
http://talkingaboutme.tistory.com/181
How to Install OpenNI 2.2 + Nite 2.2 + Kinect SDK 1.8 + (windows 7/8) 32/64 bit
https://www.youtube.com/watch?v=m5uTH3S9P9g
Aug 1, 2015
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
May 3, 2015
Difference between ' const int* ' and ' int* const '
<const meaning of location>
const int* ptr; (value locked) - generally use
++*ptr; (X) ------> cannot change value
++ptr; (O)
---------------------------------------------------
int* const p; ------> int* p(address locked)
++*p; (O) ------> can change value
++p; (X) ------> cannot move address
----------------------------------------------------
const int* const pp = ar; (value and address locked)
++*pp; (X) ------> cannot change value
++pp; (X) ------> cannot move address
-----------------------------------------------------
(+)
http://stackoverflow.com/questions/1143262/what-is-the-difference-between-const-int-const-int-const-and-int-const
const int* ptr; (value locked) - generally use
++*ptr; (X) ------> cannot change value
++ptr; (O)
---------------------------------------------------
int* const p; ------> int* p(address locked)
++*p; (O) ------> can change value
++p; (X) ------> cannot move address
----------------------------------------------------
const int* const pp = ar; (value and address locked)
++*pp; (X) ------> cannot change value
++pp; (X) ------> cannot move address
-----------------------------------------------------
(+)
http://stackoverflow.com/questions/1143262/what-is-the-difference-between-const-int-const-int-const-and-int-const
Apr 30, 2015
NULL vs '\0'
NULL : Pointer
'\0' : char value
sizeof(NULL) : 4 byte
sizeof('\0') : 1 byte
'\0' : char value
sizeof(NULL) : 4 byte
sizeof('\0') : 1 byte
Mar 13, 2015
P vs NP Problem
Polynomial vs Nondeterministic Polynomial
http://en.wikipedia.org/wiki/P_versus_NP_problem
(English)
http://navercast.naver.com/contents.nhn?rid=22&contents_id=2260
(Korean)
http://en.wikipedia.org/wiki/P_versus_NP_problem
(English)
http://navercast.naver.com/contents.nhn?rid=22&contents_id=2260
(Korean)
Mar 12, 2015
Book lists
<ETC>
Code: The Hidden Language of Computer Hardware and Software - by Charles Petzold
<Algorithms>
Introduction to Algorithms - by Thomas H. Cormen and Charles E. Leiserson
The Art of Computer Programming - by Donald E. Knuth
-> Volumes 1-4
뇌를 자극하는 알고리즘 - by 박상현
-> focused on Data Structures
<Computer Structures>
Computer Organization and Design - by David A. Patterson and John L. Hennessy
컴퓨터 아키텍쳐 - by 우종정
<OS>
Operating System Concepts - by Abraham Silberschatz and Peter B. Galvin
운영체제 : 그림으로 배우는 원리와 구조 - by 구현회
<API>
Programming Windows, 5th Edition - by Charles Petzold
-> An oldie but a goodie. enough explanations and examples
윈도우즈 API 정복 - by 김상형
-> Volumes 1-2. Volume 2: References
Code: The Hidden Language of Computer Hardware and Software - by Charles Petzold
<Algorithms>
Introduction to Algorithms - by Thomas H. Cormen and Charles E. Leiserson
The Art of Computer Programming - by Donald E. Knuth
-> Volumes 1-4
뇌를 자극하는 알고리즘 - by 박상현
-> focused on Data Structures
<Computer Structures>
Computer Organization and Design - by David A. Patterson and John L. Hennessy
컴퓨터 아키텍쳐 - by 우종정
<OS>
Operating System Concepts - by Abraham Silberschatz and Peter B. Galvin
운영체제 : 그림으로 배우는 원리와 구조 - by 구현회
<API>
Programming Windows, 5th Edition - by Charles Petzold
-> An oldie but a goodie. enough explanations and examples
윈도우즈 API 정복 - by 김상형
-> Volumes 1-2. Volume 2: References
Subscribe to:
Posts (Atom)