mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Fix Robertson Calibration NaN Bug * add epsilon value for numerical stability in robertson merge * update test to use range based for loop * add comment to test * move the epsilon * address test comments fix windows build warnings fix vector type for tests update tests make threshold float address test comments fix tests and move epsilon again * use scalar::all, move epsilon, and remove print