Skip to content

Commit

Permalink
Merge pull request #182 from wehlutyk/main
Browse files Browse the repository at this point in the history
Add missing projector* variables
  • Loading branch information
osnr authored Dec 6, 2024
2 parents 206c018 + ca71f41 commit 57a04a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions virtual-programs/calibrate/calibrate.folk
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,8 @@ Stereo RMSE [dict_getdef $calibration rmse (unavailable)]
set cameraWidth [dict get $calibration camera intrinsics width]
set cameraHeight [dict get $calibration camera intrinsics height]
set projectorIntrinsics [dict get $calibration projector intrinsics]
set projectorWidth [dict get $calibration projector intrinsics width]
set projectorHeight [dict get $calibration projector intrinsics height]
dict for {id det} [dict get $pose tags] {
# Look through all the projected tags that we detected on
# camera in this pose.
Expand Down

0 comments on commit 57a04a8

Please sign in to comment.