microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
479 stars 144 forks source link

Fix misalignment in depth<->RGB registration #104

Closed ignacio-rocco closed 2 years ago

ignacio-rocco commented 2 years ago
ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

ignacio-rocco commented 2 years ago

CC: @fbogo, @kysucix

ignacio-rocco commented 2 years ago

CC: @hferrone

kysucix commented 2 years ago

Thanks a lot ignacio, @taeinkwon confirmed that this is fixing the misalignment between depth and RGB.

kevinlaw31 commented 1 year ago

Hi @ignacio-rocco Would you mind elaborating a bit more about "Fixes misalignment in depth<->RGB registration produced by flipped sign in principal_point_x." According to the source code: width-principal_point[0], you actually change the principle point ox, I cannot understand this modification. Thanks in advance.