How to set Aruco DetectorParameters (markerBorderBits) [closed]

asked 2018-09-08 08:13:29 -0600

goeben gravatar image

Hi Folks,

I'm trying to detect some custom markers with a custom dictionary I wrote. That works fine with markers with a border width of 1 pixel.

I call the "aruco_test"-programm per command line:

aruco_test live -d /usr/share/aruco/custom.dict

Unfortunately, I have to detect my custom markers with a border width of 2 pixels and I don't know where to make this setting. I found this DetectorParameters attributes, gut have no idea how to use them: https://docs.opencv.org/3.2.0/d1/dcd/...

OS is an up-to-date Linux Manjaro, openCV installed via official repository, Aruco module installed via AUR.

Thank you for any hints!

With best regards

Andreas

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2018-09-09 03:42:07.968611

Comments

unless you are using opencv's aruco markers -- we cannot help you with it ! (your problem is about a different library)

berak gravatar imageberak ( 2018-09-09 03:40:41 -0600 )edit