Experiment 1 of Digital Image Processing
Experiment 1 of Digital Image Processing
>>whos
Name Size Bytes Class Attributes
Filename: 'mylh_part1.png'
FileModDate: '12-4 月-2025 10:22:46'
FileSize: 1440954
Format: 'png'
FormatVersion: []
Width: 1736
Height: 1736
BitDepth: 8
ColorType: 'grayscale'
FormatSignature: [137 80 78 71 13 10 26 10]
Colormap: []
Histogram: []
InterlaceType: 'none'
Transparency: 'none'
SimpleTransparencyData: []
BackgroundColor: []
RenderingIntent: []
Chromaticities: []
Gamma: []
XResolution: []
YResolution: []
ResolutionUnit: []
XOffset: []
YOffset: []
OffsetUnit: []
SignificantBits: []
ImageModTime: '12 Apr 2025 02:22:46 +0000'
Title: []
Author: []
Description: []
Copyright: []
CreationTime: []
Software: []
Disclaimer: []
Warning: []
Source: []
Comment: []
OtherText: []
Conclusion:
In this "Digital Image Processing" experiment with MATLAB image
toolbox:
I've learned imread for loading images, imshow for display, and
used whos to check variable properties.
Mastered rgb2gray for converting color to grayscale.
Succeeded in dividing an image into four equal - sized parts and
saving them with imwrite .
Learned to use dir and imfinfo to check saved file details.
This experiment builds a solid base for future digital image
processing studies.