calibrateCamera does not work correctly with various parameters (Bug #716)
Description
Using an initial guess, the following parameters don't affect the output:
1. CV_CALIB_FIX_PRINCIPAL_POINT is ignored
2. CV_CALIB_FIX_ASPECT_RATIO is ignored
Associated revisions
Merge pull request #716 from asmorkalov:winrt
History
Updated by Kurt Konolige over 14 years ago
Other parameters are also ignored:
3. CV_CALIB_FIX_K3
4. CV_CALIB_ZERO_TANGENT_DIST
Updated by Kurt Konolige over 14 years ago
These errors occur with OpenCV trunk, so they're probably related to the switchover to the rational distortion model. By default, all the cal functions should probably use "1" for the denominator, so they act like the old functions.
Updated by Kurt Konolige over 14 years ago
- Status deleted (
Open)
Updated by Vadim Pisarevsky over 14 years ago
closing the bug, as it was the problem in the function call
- Status set to Done
- (deleted custom field) set to invalid
Updated by Andrey Kamaev about 13 years ago
- Category changed from android to calibration, 3d