Analysing a few .tiff files
이전 댓글 표시
I have a bunch of .tiff files that are pictures of a diffraction pattern evolving with time. Each file is an array 480x640 where each entry in the array is an intensity value.
I want to load the .tiff files automatically into Matlab and obtain the total intensity for each file by adding each entry together until the total is reached. I want these total values to be remembered and at the end the total intensities are recalled and plotted as intensity vs. time.
I know how to load up an individual .tiff file using the imread function. I have spent a lot of time trying to figure out what commands I need but haven’t gotten far.
Does anyone have any thoughts on my problem please? Any help would be greatly appreciated.
댓글 수: 2
Ryan
2012년 7월 11일
How are the .tiff files named? Is it something like Image_namestuff_1.tiff, Image_namestuff_2.tiff... etc?
Dominic Lawson
2012년 7월 11일
채택된 답변
추가 답변 (1개)
Image Analyst
2012년 7월 11일
0 개 추천
As I said in your duplicate question ( http://www.mathworks.com/matlabcentral/answers/43372-importing-multiple-tiff-files-by-mfile-for-further-processing:
Two code examples are given in the FAQ:
댓글 수: 3
Dominic Lawson
2012년 7월 12일
Image Analyst
2012년 7월 12일
Strange. I'll take a look at the FAQ, find the bug in it, and fix the code there. I don't want non-working code in the FAQ.
Dominic Lawson
2012년 7월 12일
카테고리
도움말 센터 및 File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!