Community Profile

photo

meghna meghna


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer
  • Revival Level 1
  • Explorer
  • First Review

View badges

Feeds

View by

Answered
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=...

3 years ago | 0