Prev: optimization
Next: real coded ga
From: ImageAnalyst on 8 Apr 2010 06:23 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 8 Apr 2010 08:48 thanks its helps me alot
From: sweety on 8 Apr 2010 08:49 a1=load (I1, '-ascii'); where I1= any image it is okay what it means
From: us on 8 Apr 2010 09:46 "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 9 Apr 2010 03:13
i have an image . i want to load it and read that image as ascii file |