detecting object in Homogeneous Intensity image.
2 ビュー (過去 30 日間)
古いコメントを表示
I have image of Tiger's Pugmark (footprint impression) on mud. I want to detect the boundary of the pugmark but the image is uniform in intensity that is foreground and background cannot be distinguished based on intensity variations. What can i do to distinguish between the pugmark and the background.

2 件のコメント
Walter Roberson
2013 年 2 月 18 日
Please read the guide to tags and retag this question. http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
採用された回答
Image Analyst
2013 年 2 月 18 日
Try thresholding and texture filters, like entropyfilt() and stdfilt(). It will be tough, particularly where the pawprint is not very well outlined. I can imagine you could have some parts that don't have a clear and distinct outline - it just kind fades away.
2 件のコメント
Image Analyst
2013 年 2 月 19 日
編集済み: Image Analyst
2013 年 3 月 4 日
Looks like a Sobel filter to me. You can do that with conv2() or imgradient().
その他の回答 (0 件)
参考
カテゴリ
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!