![]() |
【求助】如何用MATLAB读出图片信息?
初学还不懂怎么弄,帮帮忙
一个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程序怎么实现? |
imageinfo命令
|
imfinfo filename
where filename is the complete file name of the image stored in disk. |
学习学习。
|
info=infinfo('A.jpg')
|
所有时间均为北京时间。现在的时间是 11:19。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.