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!