save image #2831 (4/14/2005 7:36:07 AM) comp.soft-sys.matlab hi.. i'm using imwrite(RGBlabel,fullfile('E:\result',fname,'Output_Image.tif'),'tif') ; to save output image into directory. in that image, i'm label the center point for each connected componnet with number... julie
save .txt and image526 (3/31/2005 5:42:23 AM) comp.soft-sys.matlab hi.. a have a code below, about image statistical.. ------------------------------------------ d = dir('E:\MATLAB6p5\work\X-Ray\*.tif'); for k =1:length(d) fname = d(k).name; imshow(fname) IM = im... julie
reading images630 (3/11/2005 8:39:52 AM) comp.soft-sys.matlab hi.. Can anyone help me with reading in a directory of images into matlab? For example if i have a 16 images tiff format in a directory i want to read them one by one.. then how to save the output imges in... julie
image types #2619 (2/4/2005 1:04:43 AM) comp.soft-sys.matlab hi i have an image in grayscale format. i have to calculate the distribution of void for that image. it easy to calculate it on binary image because it only has 0 and 1. But after i change the format into bina... julie
nested cell array..159 (1/27/2005 8:57:29 AM) comp.soft-sys.matlab hi.. still working on the same project.. as i posted before, i have to calculate statistical distribution of void in every nested cell array.. the image has already divided into 15 nested cell array (thanks t... julie
could plezz someone run this code423 (1/18/2005 7:31:44 AM) comp.soft-sys.matlab hi.. could plezz any of u run this code.. i dont have matlab now.. but i really need to run this code now.. i want to know if there is any error.. u can put any type of image to this code.. thanks.. IM = imr... julie
cell array - for loop619 (1/13/2005 4:22:39 AM) comp.soft-sys.matlab hi.. i have divided a matrix into 4 cell array size 5x5 assume that we have c{i,j} = c{1,1} c{1,2} c{2,1} c{2,2} how to read or calculate(or whatever) each cell array one by one.. i trying to use 'f... julie
mat2cell562 (1/12/2005 8:00:27 AM) comp.soft-sys.matlab hi everybody.. can i use mat2cell function to break a matrix into submatrices..??? eg : 100-by-80 matrix into 20 smaller matrices. MATLAB returns the new matrices in a 5-by-4 cell array c = mat2cell... julie
break image ... need help022 (1/6/2005 8:47:56 AM) comp.soft-sys.matlab hi.. b4 this, i sent msg about my project's problem, > >actually my project is, i have to develop a program that >will be able to analyze x-ray image by segmenting it ( >break the image into quadrants ) and ... jull
coding - image processing - is it right??223 (1/3/2005 3:32:08 AM) comp.soft-sys.matlab hi.. i want to do image processing. this is the codes (below). is it right?? %Read Image I = imread(�picture_1.jpg�); B = rgb2gray(I); Y = imresize(B,[512 512]); imshow(Y), title(�New Size�) %Noise removal ... julie
jullgunit's replies:
Items(10) /1
grid2image1133 (12/28/2004 8:25:02 AM) comp.soft-sys.matlab hi.. i want to break image into same quadrants. can i use function grid2image to break the image? julie ... jullgunit(59)
coding - image processing - is it right??223 (1/3/2005 3:32:08 AM) comp.soft-sys.matlab hi.. i want to do image processing. this is the codes (below). is it right?? %Read Image I = imread(�picture_1.jpg�); B = rgb2gray(I); Y = imresize(B,[512 512]); imshow(Y), title(�New Size�) %Noise removal ... jullgunit(59)
mat2cell562 (1/12/2005 8:00:27 AM) comp.soft-sys.matlab hi everybody.. can i use mat2cell function to break a matrix into submatrices..??? eg : 100-by-80 matrix into 20 smaller matrices. MATLAB returns the new matrices in a 5-by-4 cell array c = mat2cell... jullgunit(59)
cell array - for loop619 (1/13/2005 4:22:39 AM) comp.soft-sys.matlab hi.. i have divided a matrix into 4 cell array size 5x5 assume that we have c{i,j} = c{1,1} c{1,2} c{2,1} c{2,2} how to read or calculate(or whatever) each cell array one by one.. i trying to use 'f... jullgunit(59)
could plezz someone run this code423 (1/18/2005 7:31:44 AM) comp.soft-sys.matlab hi.. could plezz any of u run this code.. i dont have matlab now.. but i really need to run this code now.. i want to know if there is any error.. u can put any type of image to this code.. thanks.. IM = imr... jullgunit(59)
image types #2619 (2/4/2005 1:04:43 AM) comp.soft-sys.matlab hi i have an image in grayscale format. i have to calculate the distribution of void for that image. it easy to calculate it on binary image because it only has 0 and 1. But after i change the format into bina... jullgunit(59)
reading images630 (3/11/2005 8:39:52 AM) comp.soft-sys.matlab hi.. Can anyone help me with reading in a directory of images into matlab? For example if i have a 16 images tiff format in a directory i want to read them one by one.. then how to save the output imges in... jullgunit(59)
save .txt and image526 (3/31/2005 5:42:23 AM) comp.soft-sys.matlab hi.. a have a code below, about image statistical.. ------------------------------------------ d = dir('E:\MATLAB6p5\work\X-Ray\*.tif'); for k =1:length(d) fname = d(k).name; imshow(fname) IM = im... jullgunit(59)
save image #2831 (4/14/2005 7:36:07 AM) comp.soft-sys.matlab hi.. i'm using imwrite(RGBlabel,fullfile('E:\result',fname,'Output_Image.tif'),'tif') ; to save output image into directory. in that image, i'm label the center point for each connected componnet with number... jullgunit(59)