Skip to content

Commit

Permalink
Issue #74 updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Sep 1, 2021
1 parent 518604a commit df79762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/02_2_Tracking_With_AuRcoTags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ OpenCV.

1. Try running the following, and check that the USB camera can track the reference marker
::
python sksurgerybard.py --config config/reference_only.json
python sksurgerybard.py --config config/example_config.json


When you place the reference marker (data/reference.pdf) in front of the webcam you should
see the tag pattern overlaid with spherical markers. Check that the webcam width and height
specified in the configuration file are the same as the images you performed calibration on.

The configuration file (config/reference_only.json) references a file data/reference.txt
The configuration file (config/example_config.json) references a file data/reference.txt
that defines a list of AruCo markers and their position in 3D space on the printed
reference marker. For tracking, OpenCV detects the markers in the image, and forms a
list of 2D image points, and their corresponding 3D coordinates on the reference marker.
Expand Down

0 comments on commit df79762

Please sign in to comment.