Detect ArUco Markers in an Image
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Benjamin Thompson
2022-1-31
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!