登录论坛

查看完整版本 : 【求助】如何用MATLAB读出图片信息?


flp5521
2008-03-31, 22:51
初学还不懂怎么弄,帮帮忙

一个Matlab程序示例
如下信息是通过matlab语言,读出的某图象的信息
Filename: 'c:\A.jpg'
FileModDate: '13-Dec-2001 01:56:14'
FileSize: 25076
Format: 'jpg'
FormatVersion: ''
Width: 593
Height: 418
BitDepth: 24
ColorType: 'truecolor'
FormatSignature: ''

这些用MATLAB程序怎么实现?

ninja
2008-04-01, 11:46
imageinfo命令

yizhougis
2008-04-01, 15:20
imfinfo filename
where filename is the complete file name of the image stored in disk.

danlei0120
2008-04-02, 15:35
学习学习。

slisent
2008-04-03, 10:29
info=infinfo('A.jpg')