Detect marker with opencv and python

Posted by Mitch on Stack Overflow See other posts from Stack Overflow or by Mitch
Published on 2010-04-09T15:27:15Z Indexed on 2010/05/01 3:27 UTC
Read the original article Hit count: 426

Filed under:
|
|
|
|

Hi

im trying to detect a marker in a webcam video feed and overlay it with a 3d object - pretty much exactly like this: http://www.morethantechnical.com/2009/06/28/augmented-reality-with-nyartoolkit-opencv-opengl/

i know artoolkit is the best module for this, but i was hoping to just use opencv in python since i dont know nearly enough c/c++ to be able to use artoolkit. im hoping someone will be able to get me on the right track towards detecting the marker and determining its location and orientation etc since i have no idea how best to go about this or what functions i should be using

thanks

mitch

© Stack Overflow or respective owner

Related posts about python

Related posts about opencv