Title: 2D Matrix Data
12D Matrix Data
2D Matrix Data
2Two-dimensional data has two location indicators
for each data point
If the location indicators are evenly spaced, the
data can easily be stored as a 2D Matrix file.
3Two-dimensional data has two location indicators
for each data point
X Y speed 0.5 0.5 0.0350 0.5 1.0 0.0714 0.5
1.5 0.3853 1.0 0.5 0.4911 1.0 1.0 0.2422 1.0
1.5 0.9207 1.5 0.5 0.5744 1.5 1.0 0.3305 1.
5 1.5 0.8485
4Two-dimensional data has two location indicators
for each data point
X
0.5 1.0 1.5 0.5 0.0350 0.0714 0.3853
1.0 0.4911 0.2422 0.9207 1.5 0.5744 0.3305 0.84
85
Y
5Organization of 2D Matrix files
There is no standard layout for 2D matrix files
Some standard file formats which use binary
storage of data HDF netCDF FITS TIFF
6Images as 2D Matrix files
The most common form of 2D matrix file is the
digital image.
- Remember that the pixel values or intensities in
an image may represent - intensity
- density
- temperature
- pressure
- some other measurement taken on a
- regular grid.
7Common Enhancement Techniques for Images
- look up table transformations - histogram
modifications - geometric transformations -
filtering
8Identity Transformation
TRANSFORMATION FUNCTION
transformed pixel value
original pixel value
9Photographic Negatives
TRANSFORMATION FUNCTION
transformed pixel value
original pixel value
10Photographic Negatives
11Thresholding
TRANSFORMATION FUNCTION
transformed pixel value
original pixel value
12Thresholding
13Contrast Stretching
TRANSFORMATION FUNCTION
transformed pixel value
LO
HI
original pixel value
14Contrast Stretching
15Grey level Distribution plotted as a Histogram
16Grey level Distribution plotted as a Histogram
17Grey level Distribution plotted as a Histogram
18(No Transcript)