mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
eb9b5fa9a5
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