mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
Multiple calibrateMultiview improvements.
- Added function overload for the simple case - Added CV_Bool type support for masks - `parallel_for_` for intrinsics calibration for faster inference - Homogenize parameters order with other calibrateXXX functions
This commit is contained in:
@@ -423,7 +423,7 @@ def calibrateFromPoints(
|
||||
# try:
|
||||
# [multiview_calib]
|
||||
rmse, Rs, Ts, Ks, distortions, rvecs0, tvecs0, errors_per_frame, output_pairs = \
|
||||
cv.calibrateMultiview(
|
||||
cv.calibrateMultiviewExtended(
|
||||
objPoints=pattern_points_all,
|
||||
imagePoints=image_points,
|
||||
imageSize=image_sizes,
|
||||
|
||||
Reference in New Issue
Block a user