Skip to content
Snippets Groups Projects
Commit be75fe82 authored by Jakob Bornecrantz's avatar Jakob Bornecrantz Committed by Jakob Bornecrantz
Browse files

t/calib: Fix default asymmetrical circles rows values

parent a80ef433
No related branches found
No related tags found
No related merge requests found
...@@ -404,7 +404,7 @@ t_calibration_params_default(struct t_calibration_params *p) ...@@ -404,7 +404,7 @@ t_calibration_params_default(struct t_calibration_params *p)
// Asymmetrical circles. // Asymmetrical circles.
p->asymmetric_circles.cols = 5; p->asymmetric_circles.cols = 5;
p->asymmetric_circles.rows = 7; p->asymmetric_circles.rows = 17;
p->asymmetric_circles.diagonal_distance_meters = 0.02f; p->asymmetric_circles.diagonal_distance_meters = 0.02f;
// Loading of images. // Loading of images.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment