Detect tags
venkathindusthani opened this issue · 3 comments
Hi,
Your cvdrone application is very useful to me in my project. I use your application code for reference. I liked the design how you developed.
I'm thinking to integrate April Tags detection libraries with this application. Can you help me on this, if you have already done similar kind of integration with your application?
Thank you so much in advance,
Hi,
Thank you for your comment.
I wrote a maker-based AR sample before.
https://github.com/puku0x/cvdrone/blob/master/samples/sample_marker_based_ar.cpp
The sample uses this kind of marker, similar to April Tags..
One more thing !
Recently, CV Drone bundled OpeCV3.1 with extra modules .
You can also use the OpenCV's ArUco integration.
http://docs.opencv.org/master/d5/dae/tutorial_aruco_detection.html#gsc.tab=0
https://github.com/Itseez/opencv_contrib/blob/master/modules/aruco/samples/detect_markers.cpp
Thank you so much,
I will explore into the topics u mentioned