Open
Description
There are a few different functions that would be nice to have.
- color_to_depth
- Various transformation matrices
- IR image x,y to Color x,y and back
- IR cloud xyz to color x,y and back
- Getting the intrinsic matrix
- I know there is Freenect2Device::ColorCameraParams, but for some reason once I put it into a matrix and called
cv::decomposeHomographyMat(H, K, rotations, translations, normals);
from OpenCV, none of the solutions have been projecting correctly for me. - There is that interesting predefined constant... does that matter in that case?
- I know there is Freenect2Device::ColorCameraParams, but for some reason once I put it into a matrix and called