second derivative of an image

Hi every body
The contour of an object in one image is known as the points with second derivative equal to zero. How can i get this characteristic knowing that I have only the image (the pixels intensity)??
Please can any one help me, thanks a lot

답변 (1개)

Nitin
Nitin 2014년 5월 10일

0 개 추천

There is a nice explanation on image derivative here . Please check it out, slide 23 onwards.

댓글 수: 4

jan
jan 2014년 5월 10일
Thanks Nitin for your answer but what i really need is the second derivative :\
Nitin
Nitin 2014년 5월 11일
Did you check the Laplacian second derivative on slide 31?
jan
jan 2014년 5월 11일
편집: jan 2014년 5월 11일
Hi Nitin In fact, to obtain this characteristic we can apply the laplacien filter and this is what i tested before asking my question and this is the code that i used:
I=imread('image.png');
w=fspecial('laplacian',0);
g=imfilter(I,w,'replicate');
figure(1),imshow(g,[]);
but in g, the contour points aren't only the points with derivative equal to zeros there are other points inside and outside the object with derivative equal to zeros. So what i really need what i have tested is it true? and any explication or other suggested ideas because i need to characterise, in a formal manner the contour points to do a clustering thanks
Image Analyst
Image Analyst 2014년 5월 11일
Why don't you post your image to help with your explanation about what you want to measure in the image?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

jan
2014년 5월 9일

댓글:

2014년 5월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by