How to know an area of object using MATLAB

2 ビュー (過去 30 日間)
Gary
Gary 2014 年 4 月 18 日
コメント済み: Image Analyst 2014 年 5 月 9 日
I am currently stuck in this part. What I want to know is the area of an object that is highlighted in the YELLOW region above.
Please do assist me.

採用された回答

Image Analyst
Image Analyst 2014 年 4 月 18 日
The image segmentation algorithm that you used to get that binary image is poor. You should improve it. Only once you can get a good binary image can you call regionprops and get meaningful data out. You're not at that point yet. Go here for "car detection" algorithms: http://iris.usc.edu/Vision-Notes/bibliography/contents.html Sorry, we can't help with your algorithm selection or implementation/development.
  7 件のコメント
Gary
Gary 2014 年 5 月 9 日
Thanks a lot. Will update this thread if i still stuck somewhere.
Image Analyst
Image Analyst 2014 年 5 月 9 日
You're welcome. Can you mark the Answer as Accepted?

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2014 年 4 月 18 日
編集済み: Walter Roberson 2014 年 4 月 18 日
Once you have created a mask that corresponds to only the object, use regionprops() with the 'Area' option.
  11 件のコメント
Image Analyst
Image Analyst 2014 年 5 月 7 日
There are blobs in there with areas 1, 2, or 3 as well as some very very large areas of thousands of pixels. I don't understand why having a blob with area 3 is unexpected for you.
Gary
Gary 2014 年 5 月 8 日
Oh. So how am i able to get the entire area of the white colour pixel in the image above ?
I am still relatively new to MATLAB.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by