Skip to content

Commit

Permalink
addressed issue for circle target in camera calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
rehderj committed Aug 29, 2016
1 parent 2ce472f commit fd2ecfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self, targetConfig, cameraGeometry, showCorners=False, showReproj=F
options.showExtractionVideo = showCorners
options.useAsymmetricCirclegrid = targetParams['asymmetricGrid']

selfgrid = acv.GridCalibrationTargetCirclegrid(targetParams['targetRows'],
self.grid = acv.GridCalibrationTargetCirclegrid(targetParams['targetRows'],
targetParams['targetCols'],
targetParams['spacingMeters'],
options)
Expand Down

0 comments on commit fd2ecfd

Please sign in to comment.