We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94be783 + da10469 commit d7aa51cCopy full SHA for d7aa51c
README.md
@@ -136,10 +136,9 @@ Note that this library has no external dependencies. Most applications
136
will require, at minimum, a method for acquiring images.
137
138
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:
+After building the repository you can run the example opencv application with:
140
141
- $ cd examples
142
- $ make opencv_demo
+ $ ./build/opencv_demo
143
144
Image data in a cv::Mat object can be passed to AprilTag without creating
145
a deep copy. Simply create an image_u8_t header for the cv::Mat data buffer:
0 commit comments