njanirudh / Aruco_Tracker

Aruco Markers for pose estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detecting other markers

ahmedsadman opened this issue · comments

Currently, the "aruco tracker.py" is detecting only the marker provided in the images. But it's not working for other markers. Can you please guide on how to detect other markers?

Can you please specify what do you mean by other types of markers?

It's only detecting the marker that is provided in the image folder. I am new to Aruco Marker concept, so please correct me if I am wrong

@ahmedsadman
https://docs.opencv.org/3.3.0/d5/dae/tutorial_aruco_detection.html
Read the part about Marker Creation

You will have to set type of aruco dictionary

I want to detect the marker shown in the image. But I am failing, again and again, I tried all the dictionaries in cv2.aruco but none of them detects it.

Link to Image: http://i66.tinypic.com/1zxr5v4.jpg

Can you help me with this? I read the article you provided but that didn't help me to solve this issue

@ahmedsadman , this is an incorrect marker, you probably use black background, which is overlapping with the black border.