Skip to content

Commit d7aa51c

Browse files
Merge pull request #400 from reprojection-calibration/readme-fix
Fix opencv example readme section
2 parents 94be783 + da10469 commit d7aa51c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,9 @@ Note that this library has no external dependencies. Most applications
136136
will require, at minimum, a method for acquiring images.
137137

138138
See example/opencv_demo.cc for an example of using AprilTag in C++ with OpenCV.
139-
This example application can be built by executing the following:
139+
After building the repository you can run the example opencv application with:
140140

141-
$ cd examples
142-
$ make opencv_demo
141+
$ ./build/opencv_demo
143142

144143
Image data in a cv::Mat object can be passed to AprilTag without creating
145144
a deep copy. Simply create an image_u8_t header for the cv::Mat data buffer:

0 commit comments

Comments
 (0)