mihaispr
Administrator
 Inregistrat: acum 17 ani
Postari: 2142
|
|
Obtine detalii despre o poza aflata in folder-ul de lucru matlab work.
Exemplu:
>>imfinfo('letters.jpg')
Efect:
ans =
Filename: 'letters.bmp' FileModDate: '27-May-2009 13:24:23' FileSize: 144954 Format: 'bmp' FormatVersion: 'Version 3 (Microsoft Windows 3.x)' Width: 459 Height: 105 BitDepth: 24 ColorType: 'truecolor' FormatSignature: 'BM' NumColormapEntries: 0 Colormap: [] RedMask: [] GreenMask: [] BlueMask: [] ImageDataOffset: 54 BitmapHeaderSize: 40 NumPlanes: 1 CompressionType: 'none' BitmapSize: 144900 HorzResolution: 0 VertResolution: 0 NumColorsUsed: 0 NumImportantColors: 0
Poza letters.bmp se afla in directorul work matlab.
Tastati in command window : >>pwd %pentru a vedea directorul de lucru matlab implicit
|
|