フィルターのクリア

Average value of the white areas in the image

2 ビュー (過去 30 日間)
Varun Meeniga
Varun Meeniga 2020 年 2 月 19 日
コメント済み: Varun Meeniga 2020 年 2 月 19 日
I have an image which has 13*11 bright spots(actually squares) I need to find the average value of the spots. I need 13*11 values from this single image. How can I do it?
  3 件のコメント
Adam
Adam 2020 年 2 月 19 日
It's not a clearly defined problem. For example, you could simply threshold the image to give a mask containing only those points with R, G and B values above 0.9 (or 0.8 or whatever threshold you choose) and then simply take the mean of all those points.
Varun Meeniga
Varun Meeniga 2020 年 2 月 19 日
I have marked some white blobs. I want the average value of the selected region. As such I want 11*13 values. Some blobs aren't there because the object covered them.
I also gave the image I took. Basically I'm doing dual photography (https://graphics.stanford.edu/papers/dual_photography/)

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Segmentation and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by