Skip to content

Releases: ThomasLengeling/KinectPV2

0.7.5

15 Aug 15:58
Compare
Choose a tag to compare

Skeleton and face detection now returns an ArrayList of users detected.
Faster face detector.
New point cloud recording example

0.7.4

04 Aug 00:04
Compare
Choose a tag to compare

Updated examples to working with the latest Processing 3.11a

0.7.3

09 Jul 22:40
Compare
Choose a tag to compare

change structure of the code, fixed depth and raw data capture

0.7.2

01 Jun 04:47
Compare
Choose a tag to compare

Install: Just copy the KinectPV2 folder into your library processing folder.

Examples

  • HDColor, color image (RGB) 1920 x 1080.
  • DepthTest, obtain depth information frame.
  • MaskTest, get only the contour image of the users (bodyIndex).
  • PointCloudColor, extract point cloud mapped to the color frame.
  • PointCloudOGL, point cloud render using openGL.
  • PointCloudDepth, obtain the point cloud as a deph Image useful for distance information and distance threshold, also access the depth information as a [] array.
  • MapDepthToColor, Map Depth to Color
  • SimpleFaceTracking, simple face tracking up-to 6 users.
  • Skeleton3d, 3d skeleton tracking.
  • SkeletonColor, map color frame to skeleton.
  • SkeletonMaskDepth, map depth frame and mask frame to skeleton.
  • SkeletonTest, simple 6 users skeleton.
  • depthInfraredColor, various images frame test.
  • CoordinateMapperRGBDepth, RGB+Depth map
  • HDFaceVertex. HDFace tracking vertex Points
  • openCV Examples
    • Simple Live Capture
    • Contour finder from either the bodyIndex frame or from the depth Image threshold.

Color Point cloud, Contour finder

24 Dec 00:46
Compare
Choose a tag to compare

RGB+Depth, HDFace

25 Nov 07:15
Compare
Choose a tag to compare
0.7

Update README.md

0.6 Point Cloud Depth

12 Oct 22:14
Compare
Choose a tag to compare

Add functions to obtain the points of the depth of the point cloud more easily

0.5 Face tracking

22 Sep 02:10
Compare
Choose a tag to compare
0.5 Face tracking Pre-release
Pre-release
update

0.41 Processing library only

24 Jul 00:02
Compare
Choose a tag to compare
Pre-release
Update README.md

0.4 Beta

23 Jul 20:25
Compare
Choose a tag to compare
0.4 Beta Pre-release
Pre-release
Update README.md