Skip to content

Commit 90a1de7

Browse files
add transformation matrix to map color/depth
1 parent bcc2ec8 commit 90a1de7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

mapper/matrix.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"Description":"Transformation matrix to go from Color Coordinates to Depth Coordinates,\nwithout the need of MapColorFrameToDepthSpace from ICoordinateMapper.\nSee mapper.py for more information",
3+
"Transformation Matrix":[
4+
[
5+
0.3484838606185838,
6+
-0.00984636868469769,
7+
-87.72969068102957
8+
],
9+
[
10+
0.0036034106170969036,
11+
0.3451299052877123,
12+
15.888727547620928
13+
]
14+
]
15+
}

0 commit comments

Comments
 (0)