justadudewhohacks / justadudewhohacks/opencv4nodejs
cv.CalibrateCamera does not update cameraMatrix
Open
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 826
- PR merge metrics
- No merged PRs in 30d
Description
I _think_ this issue is similar to Issue #392
In calibrateCamera() the cameraMatrix is passed in as an input, and it is my understanding that openCV will update the value data and return the updated value.
It seems like cameraMatrix is not getting updated with the new values. Unless I'm misunderstanding how the cameraMatrix parameter is supposed to work.
Contributor guide
Assessment
This issue has not been assessed yet.