Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys, i would like to convert Azure Kinect's skeleton positions (in meters) to -1 to 1.

For example :

meters :
X : 252, Y : 125, Z : 656

Converted (something like) :
X : 0.125, Y : 0.055, Z : 0,558 (i invented theses values)

is there a function for this ?

What I have tried:

Understanding Kinect Coordinate Mapping[^]
Posted
Updated 31-Oct-22 0:00am
Comments
[no name] 31-Oct-22 13:24pm    
If max is 656, then 1 = 656 and -1 = -656.

Therefore, X 252 = 252/656; y 125 = 125/656; Z 656 = 656/656.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900