How can i perform ratioing of two images?
古いコメントを表示
I have two images of different wavelength and i want to know the difference in the two images. Simply dividing gives me a dark image. So is there any way to divide the image which give a ratio image from which we can interpret any changes in the images due to change in wavelength.
回答 (2 件)
Walter Roberson
2013 年 3 月 5 日
編集済み: Walter Roberson
2013 年 3 月 5 日
0 投票
You could imagesc() the result of the division.
Also, make sure that you convert the images to floating point before doing the division, as dividing integer data types is going to give you an integer data type as an answer.
Would it possibly make more sense to subtract than to divide?
aswathy nair
2013 年 3 月 5 日
0 投票
3 件のコメント
Image Analyst
2013 年 3 月 5 日
This should have been a comment, not an Answer. Why is colormap not working?
Walter Roberson
2013 年 3 月 5 日
How are you displaying the image ?
aswathy nair
2013 年 3 月 13 日
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!