Pixel center convention not documented #3896
Labels
😤 annoying
Something in the UI / SDK is annoying to use
📖 documentation
Improvements or additions to documentation
🏎️ Quick Issue
Can be fixed in a few hours or less
Describe the annoyance
I believe Rerun assumes the pixel center to be at
0.5, 0.5
. OpenCV (mostly?) uses0.0, 0.0
, Matlab uses1.0, 1.0
(see e.g., https://se.mathworks.com/help/vision/ref/cameraintrinsicstoopencv.html). It would be nice to document this fact in a few places where it could be relevant. Such as when logging any 2D primitive, images, and pinhole projections. Especially in the latter case the pinhole projection comes with some convention based on how the calibration was performed.The text was updated successfully, but these errors were encountered: