Skip to content

0.7.2

Compare
Choose a tag to compare
@ThomasLengeling ThomasLengeling released this 01 Jun 04:47
· 87 commits to master since this release

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.