From: ImageAnalyst on
On Apr 2, 9:59 am, "sweety " <sukhisem...(a)yahoo.co.in> wrote:
> how to calculate intensity of edges detected by sobel edge detector

-----------------
Um, the array returned by imfilter IS the intensity of the sobel edge
detector, assuming of course you told imfilter to use the sobel filter
(via fspecial) and not some other filter. So, not sure what your
confusion is. You aren't using edge() instead of imfilter() are
you??? That would be wrong if you want the edge strengths.
From: sweety on
i perform edge(original image,'sobel') from this i want to calculate the intensity of edges detected by sobel edge detector
From: ImageAnalyst on
On Apr 2, 11:45 pm, "sweety " <sukhisem...(a)yahoo.co.in> wrote:
> i perform edge(original image,'sobel') from this i want to calculate the  intensity of edges detected by sobel edge detector

----------------------------------------------------------------------
sweety, by chance did you read my previous response where I said :

"You aren't using edge() instead of imfilter() are
you??? That would be wrong if you want the edge strengths. "

You did read that? OK, great! Now, what did you think when you read
that? Can you fill me in on your thought process?
From: sweety on
download paper ,'Towards Automatic Image Enhancement Using Genetic Algorithms at citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.22.3599&rep.... i am also sending ppaer through mail. plz tell me how can i implement equation 1 , 2 and 3 in matlab
From: us on
ImageAnalyst
> sweety,
> Can you fill me in on your thought process?

LOL...

us
First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9
Prev: optimization
Next: real coded ga