Guest User

Untitled

a guest
Dec 17th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. img = imread('img.jpg');
  2. bw = im2bw(img);
  3.  
  4. cc = bwconncomp(bw);
  5. stats = regionprops(cc, 'BoundingBox');
  6.  
  7. [36,50 37,50 29 29]
  8. [46,50 363,50 11 13]
  9. [60,50 135,50 10 8]
  10. [60,50 246,50 7 14]
  11. [155,50 42,50 8 14]
  12. [155,50 156,50 3 3]
  13. [155,50 260,50 5 8]
  14. [182,50 355,50 5 8]
  15. [259,50 48,50 7 8]
  16. [261,50 260,50 3 2]
  17. [261,50 366,50 5 8]
  18. [280,50 154,50 8 8]
  19. [365,50 151,50 8 8]
  20. [367,50 13,50 8 8]
  21. [373,50 262,50 2 3]
  22. [394,50 358,50 5 8]
Add Comment
Please, Sign In to add comment