프로그램 사용/kinect

kinect skeleton tracking

구차니 2022. 5. 2. 23:12

이래서 키넥트 게임이 인식이 구렸던 건가 -_-

뒤에 배경이 깔금하지 않고 거리가 많이 떨어지지 않은 것도 있긴 하지만

아무것도 없는 옷이나 배경에 사람으로 인식해버리니..

약 10년 전 기술이라 대단하면서도 어쩔수 없는 건가..

 

libfreenect는 저수준 드라이버라 고수준 드라이버 기능인 뼈대 추적 기능을 지원하지 않는 듯? 

Does libfreenect have any skeleton tracking feature?

  • Skeleton tracking is higher-level than drivers and libfreenect is basically a low-level driver within OpenKinect. The raw data is made available and a skeleton-tracking solution that takes data from libfreenect can be built. The project Roadmap calls for further developments as the focus should change at some point from low-level driver and API to higher level abstractions

[링크 : https://openkinect.org/wiki/FAQ#Does_libfreenect_have_any_skeleton_tracking_feature.3F]