C++
C++
Last Updated: 2025 年 9 月 4 日Examples Name Description skeleton_example.exe For demonstrating ways to use the LIPSense™ 3D Body Pose SDK to draw skeletons on RGB images and 3D coordination. skeleton_opencv.exe For demonstrating how does the LIPSense 3D Body Pose SDK work with OpenCV Prerequisites Build 2. Paste the files to the desired location. 3. Right click the skeleton_example folder and...
skeleton_example
Last Updated: 2025 年 9 月 4 日Overview This example shows how to use LIPSBodypose API to connect the camera, get and draw the skeletons on RGB images and 3D coordination. Tutorial File Function main.cpp The main process. It initializes the whole process, opens an OpenGL window and refreshes the whole process when necessary. GLUTWindow.cpp Build and refresh the windows. PoseResult.cpp Stores...
skeleton_opencv
Last Updated: 2025 年 9 月 4 日Overview The Skeleton Example (OpenCV) program demonstrates the results that LIPSense 3D Body Pose SDK working with OpenCV. Tutorial 1. Include header files to access the functions they provide. 2. Create a drawSkeleton function which contains the following part: 3. Create a colorizeDepthMap function which contains the following part: Segments Functions 1 Normalize depth values...
