Detect ArUco Markers in an Image
Show older comments
Hello People,
I have to write a Code to detect ArUco Markers in an Image.
I already converted my Image into a binary image.
But now i dont know how to detect the markers on my Image.
Could need some quick ideas on that! thanks to all of u :)
Answers (1)
Benjamin Thompson
on 31 Jan 2022
0 votes
Convert to grayscale using rgb2gray, threshold to binary black/white using imbinarize, label the connected components using bwlabel, then process the results. Maybe using imfill to help set all the pixels for each marker to white so that you can ignore their internal differences first.
1 Comment
Lars Bußkamp
on 31 Jan 2022
Categories
Find more on 3-D Volumetric Image Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!