How to calculate the area of an input image?

1 次查看(过去 30 天)
How can I calculate the area of an input image with .jpg extension? If someone could explain please, it´s for a school project. And its suposed to be done using a scanner.
  2 个评论
KSSV
KSSV 2020-6-21
What you have in image? How you can calculate the area of image? You want to find the dimensions of an image?
Mara Pereira
Mara Pereira 2020-6-21
编辑:Mara Pereira 2020-6-21
It will be this image, for example.
It is to calculate the area of the green part.

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2020-6-21
  1. Use imsplit() to get the red, green, and blue channel.
  2. The leaf will be dark in the blue channel. Threshold the blue channel to get a mask = blueChannel < 200.
  3. Call bwarea() on the resulting mask.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by