Thanks for the reply. Got it working this way

 imv = shareproperties(imhsv, [HSV(imhsv[i,j].h > 280, imhsv[i,j].s > 0.5, 
imhsv[i,j].v > 0.14) for i = 1:size(imhsv,1),j = 1:size(imhsv,2)])

Regards

On Thursday, May 28, 2015 at 3:10:53 PM UTC+2, [email protected] wrote:
>
> 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
>
>

Reply via email to