Skip to content

Access various projections and key matrices #508

Open
@ahundt

Description

@ahundt

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions