Feeds
已回答
how to calculate area of tumor in mm^2 from the segmented image??
[r,c]=size(image);%image =detected tumor count=0; for i=1:r for j=1:c if image(i,j)==1 count=...
how to calculate area of tumor in mm^2 from the segmented image??
[r,c]=size(image);%image =detected tumor count=0; for i=1:r for j=1:c if image(i,j)==1 count=...
5 years 前 | 0



