puku0x / cvdrone

CV Drone (= OpenCV + AR.Drone)
https://github.com/puku0x/cvdrone/wiki/How-to-build
Other
202 stars 94 forks source link

Detect tags #38

Closed venkathindusthani closed 8 years ago

venkathindusthani commented 8 years ago

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,

puku0x commented 8 years ago

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.. ArUco Marker

puku0x commented 8 years ago

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

venkathindusthani commented 8 years ago

Thank you so much, I will explore into the topics u mentioned