Image - calculating gradient
古いコメントを表示
Hi all, I have a grayscale image. I need to calculate the gradient from where it's saturated to where it's fading out. Does matlab has a function for that? If not, do you have any ideas on how to do so?
thanks.
回答 (1 件)
Image Analyst
2011 年 7 月 12 日
0 投票
Did you look? If you had, you would have seen gradient(). You can also use conv2() or edge() or others. Post your image if you want more help.
2 件のコメント
Nima Azar
2011 年 7 月 12 日
Image Analyst
2011 年 7 月 12 日
And how do you want to select an area (before calculating the gradient)? Automatically based on intensity or something? Manually by having user trace some area?
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!