fdcl-gwu / aruco-markers

Working examples/tutorial for detection and pose estimation of ArUco markers with C++, including instructions to build and install OpenCV from source.
BSD 3-Clause "New" or "Revised" License
239 stars 71 forks source link

Better support to work with video streams / custom dictionaries #4

Closed jgressmann closed 4 years ago

kanishkegb commented 4 years ago

Thank you for the added functionalities. I merged the pull request, and also added the instructions to run the command line options you added to the ReadMe. Also, I prefer not to use using namespace xxx because of the reasons mentioned here, so I removed them and updated the code to reflect this. All these changes are in our master branch.

I am just letting you know since if you make any pull request in the future, we might run into merge conflicts. Please consider merging our master branch to yours if you think you might push your future updates.

I really appreciate your contributions, and hope you continue to do so if you add more functionalities in the future. Cheers! :metal: :octocat: