From: ImageAnalyst on
On Apr 8, 3:04 am, "sweety " <sukhisem...(a)yahoo.co.in> wrote:
> edges=edge(originalimage,'sobel');
> sumofedges=sum(sum(edges))
>
>  is this program  correct to find edges and intensity of edges detected with sobel edge detector
--------------------------------------------------------------------------------

No, why would you think that?
You had it before when you said:
h=fspecial(‘sobel’);
intensityofedges=imfilter(g,h);

From: sweety on
thanks its helps me alot
From: sweety on
a1=load (I1, '-ascii');

where I1= any image

it is okay what it means
From: us on
"sweety " <sukhisembhi(a)yahoo.co.in> wrote in message <hpkjc2$gg8$1(a)fred.mathworks.com>...
> a1=load (I1, '-ascii');
>
> where I1= any image
>
> it is okay what it means

what is your question(?)...

us
From: sweety on
i have an image . i want to load it and read that image as ascii file
First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9
Prev: optimization
Next: real coded ga