Re: IMAGE SEGMENTATION(CL help)
- From: Pranabi <pranabi@xxxxxxxxxxx>
- Date: Thu, 17 Nov 2005 13:35:27 -0500
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
.
- Follow-Ups:
- Re: IMAGE SEGMENTATION(CL help)
- From: cl
- Re: IMAGE SEGMENTATION(CL help)
- References:
- IMAGE SEGMENTATION
- From: pranabi
- Re: IMAGE SEGMENTATION
- From: cl
- IMAGE SEGMENTATION
- Prev by Date: Read A Data Fife Into Many Arrays
- Next by Date: mxFree very slow?
- Previous by thread: Re: IMAGE SEGMENTATION
- Next by thread: Re: IMAGE SEGMENTATION(CL help)
- Index(es):
Relevant Pages
|
Loading