how to calculate intensity of an image?
1 回表示 (過去 30 日間)
古いコメントを表示
I have some images. My task is to calculate intensity of these images. Initially I used color plane (for e.g red, green etc) but I would like to know some new image feature to calculate its intensity and see the difference. Is there any other image feature to calculate its intensity in MATLAB?
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 4 月 1 日
The intensity is the image itself. If you have some other definition, please state it. If you don't, then state what you plan on doing if you had some single number that is "the intensity" of the image. What is your next step?
2 件のコメント
Image Analyst
2013 年 4 月 1 日
Maybe you could threshold at some value to distinguish between no stain, heavy stain, and light stain. Then give the area fraction of each. See imquantize().
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!