i wanna find minimum boundingbox that can fit in qr code . i searched and i diidn't know how to implement it pleade help

 Réponse acceptée

Matt J
Matt J le 22 Déc 2021
Modifié(e) : Matt J le 22 Déc 2021
load Image
BW=bwareafilt( imclose(~Image,ones(25)) ,1);
reg=regionprops(BW,'BoundingBox')
reg = struct with fields:
BoundingBox: [428.5000 172.5000 322 321]
imshow(Image)
drawrectangle('Position',reg.BoundingBox,'Color','red');

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by