Incorporate images taken from different heights and form a 3D model

1 Ansicht (letzte 30 Tage)
Chuan
Chuan am 13 Nov. 2012
Hello,
I want to build a simple cell 3D model. Based on the reference, I could use the confocal microscope to take cell images (layer-based)from different heights (from bottom to the top) and incorporate them together.
Now I have taken the images, but I am wondering could Matlab import the images (.TIFF) and combine them as I just described? If yes, which function should I use?
Thank you very much Chuan

Antworten (1)

NN
NN am 13 Nov. 2012
Bearbeitet: NN am 13 Nov. 2012
I would try imread. If you want to do any calculation with them I would use something like:
for k=1:n
A(k,:,:)=double(imread(filename(k)));
end

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by