Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
monado
Commits
be75fe82
Commit
be75fe82
authored
Jan 19, 2020
by
Jakob Bornecrantz
Committed by
Jakob Bornecrantz
Jan 26, 2020
Browse files
t/calib: Fix default asymmetrical circles rows values
parent
a80ef433
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xrt/auxiliary/tracking/t_tracking.h
View file @
be75fe82
...
...
@@ -404,7 +404,7 @@ t_calibration_params_default(struct t_calibration_params *p)
// Asymmetrical circles.
p
->
asymmetric_circles
.
cols
=
5
;
p
->
asymmetric_circles
.
rows
=
7
;
p
->
asymmetric_circles
.
rows
=
1
7
;
p
->
asymmetric_circles
.
diagonal_distance_meters
=
0
.
02
f
;
// Loading of images.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment