ROI_3D_MAX_XY_SIZE-computethemaximumX/Ysizeofa3-dROIMAX_XY_SIZE=ROI_3D_MAX_XY_SIZE(CC,...)Givenastructureofregions-of-interestsuchasthatreturnedbyBWCONNCOMP,withfields'ImageSize'and'PixelIdxList',thisfunctionexaminesallZplanesandcomputesthearea(inpixels)ofeachROIinXandY(dimensions1and2).ThemaximumsuchvalueisreturnedinMAX_XY_SIZE(i),foreachROIinCC(igoesfrom1..numel(CC.PixelIdxList)).ThisfunctionalsotakesNAME/VALUEpairsthatmodifythebehavior:Parameter(default)|Description--------------------------------------------------------------------UseProgressBar(1)|Shouldweuseaprogressbar?(0/1)Example:% make a simple imageA=zeros(3,11);A(1,:)=1;A(2,1)=1;A(:,:,2)=0*A(:,:,1);A(1,1,2)=1;A,% view ACC=bwconncomp(A);max_xy_size=ROI_3d_max_xy_size(CC)