Detect ArUco Markers in an Image
8 views (last 30 days)
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 :)
0 Comments
Answers (1)
Benjamin Thompson
on 31 Jan 2022
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.
See Also
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!