フィルターのクリア

how to calculate the area size of each spot in the image of ROI (pixels) in Matlab

1 回表示 (過去 30 日間)
chihyu
chihyu 2021 年 9 月 18 日
コメント済み: chihyu 2021 年 9 月 19 日
I have a spot pattern (similar to the picture of rice grains below). I want to calculate the area of each rice grain in the image ROI. But no relevant discussions were found
clc;close
I=imread('rice.png');
imshow(I);
height = 200;
width = 200;
roi = images.roi.Rectangle(gca,'Position',[10,10,width,height],'StripeColor','r');

採用された回答

Image Analyst
Image Analyst 2021 年 9 月 18 日
See my Image Segmentation Tutorial and adapt as needed:
If you need to background correct your image, see my attached demo.

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by