Hi, I use matlab for image segmentation.I am currently trying to do the same in julia. How can regionproperties be implemented in julia to get the bounding box.
How can this be done in julia? BW = imgHSV(:,:,1) < 0.05 | imgHSV(:,:,1) > 0.15; Regards
Hi, I use matlab for image segmentation.I am currently trying to do the same in julia. How can regionproperties be implemented in julia to get the bounding box.
How can this be done in julia? BW = imgHSV(:,:,1) < 0.05 | imgHSV(:,:,1) > 0.15; Regards