Hi,
I have imported the scan of blk 360 into recap pro and want to export the image file for my research work.
There is a `sourcedata` folder in the project directory and the folder contains a json file for and several raw image files.
Here is what I get now:
- I am able to import the raw file into the photoshop.
- In the raw file, I have some 4x4 calibration matrix (but I don't quite know the meaning)
I would like to ask, what is the mearning of the calibration matrix, e.g. what is the math of a point in 3D and the pixel in the specific image. I have attached the information for one image as below.
{
"calibration": [
-0.00638196896761656,
0.819123029708862,
-0.573582708835602,
0,
-0.999870777130127,
0.00324099999852479,
0.0157524645328522,
0,
0.014762157574296,
0.573608994483948,
0.818996131420135,
0,
0.00127003085799515,
-0.0307180006057024,
-0.0448477603495121,
1
],
"format": "rgb",
"height": 1816,
"sourceURI": "/projects/colibri-7A3D07BB-B764-4AF5-94C6-65D5A22E48F1/scans/067F38AA-68D7-46B8-A1D1-9AFD50441178/photos/0",
"width": 2464
},
Han