Re: IMAGE SEGMENTATION(CL help)



Hi Cl,

I am sorry but i could not figure it out, can you help me out with
my specific problem such as.

I have an image suppose its 'trees.tiff'(258*350).

I want to divide trees.tiff just into three parts(get only some
image) of size 50*50 which I could write and I am sending the code
below.

PROBLEM FACED

Now my problem is that I want these three image to be assigned into
one variable such as l[3].

Can you help me do that.

I=imread('trees.tif');

%code for dividing the image.

for j=1:50:109;

k=I(1:50,j:j+49);
% here I need to store it into same varible such as l[3]
figure,imshow(k);

end

Thanks
Pranabi
.



Relevant Pages

  • Re: IMAGE SEGMENTATION
    ... pranabi wrote: ... > OTHER THING THAT I NEED TO DO IS TO STORE THIS IMAGE, ... > LOOP BUT I CANNOT IMPLEMENT MY IDEA. ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: IMAGE SEGMENTATION(CL help)
    ... Pranabi wrote: ... > %code for dividing the image. ... > % here I need to store it into same varible such as l ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • delete rows from datagrid
    ... My problem is that whatever rows I delete, dgDeleted is always empty ... What should I do to store the deleted rows in a dataset so i can ... Thx ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: does Exchange provide a unique id for messages?
    ... provides a unique identifier for an item across the store and will not ... change as long as the item remains in the same folder" ... Unfortunately the latter statement is correct. ... Prev by Date: ...
    (microsoft.public.exchange2000.development)
  • Re: how to do you work out persenages
    ... if you don't want to use the % icon on the formatting toolbar the formula ... > how do i work out the forumula for dividing ... Prev by Date: ...
    (microsoft.public.excel.misc)

Loading