detecting object in Homogeneous Intensity image.

조회 수: 2 (최근 30일)
Suvidha
Suvidha 2013년 2월 18일
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.

채택된 답변

Image Analyst
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
Suvidha
Suvidha 2013년 2월 19일
편집: Suvidha 2013년 2월 19일
Thank you . I am going to try it on the imaage. I also tried the 'neon' effect in picasa on this image and it outlined the pugmark impression. But i could not find algorithm for neon filtering. if you know anything about it please share it here. Here's what it looks like after neon effect
Image Analyst
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 CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by