Lec 8 - Image Enhancement Flashcards

1
Q

Applied to more effectively displayed or record the image data for subsequent visual interpretation.

A

Image Enhancement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

It is improving the perception of information in images for human viewers and providing better input for the further image processing techniques.

A

Image Enhancement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Commonly applied to remotely sensed data to improve the appearance of an image and a new enhanced image is produced. The enhanced image is generally easier to interpret than the original image.

A

Image Enhancement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Image Enhancement Process Flow (3)

A

(1) Input Image
(2) Application of Enhancement Techniques
(3) Better Image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Examples of Enhancement Techniques (2)

A

(1) Noise Removal,
(2) Contrast Adjustment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Enhancement Methods (3)

A

(1) Linear Contrast Stretching,
(2) Histogram Equalization
(3) Spatial Filtering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A common image processing technique used to improve the visual quality of digital images. It does not alter the shape of the original histogram but focuses on expanding the intensity range to enhance contrast within the existing data.

A

Linear Contrast Stretching

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How Linear Contrast Stretching Works (3)

A

(1) Analyze the histogram of image.
(2) Identifying Minimum and Maximum Intensity Values
(3) Stretching the Intensity Range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Linear Contrast Stretching Formula

A

NewPixelValue
= (OriginalPixelValue - Min) * (NewMax NewMin) / (Max - Min) + NewMin

Wherein :
Original Pixel Value - The original intensity value of a pixel.
Min - The minimum intensity value in the image.
Max - The maximum intensity value in the image.
NewMin - The desired minimum intensity value (usually 0).
NewMax - The desired maximum intensity value (usually 255 for
8-bit images).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A uniform distribution of the input range of values across the full range may not be always be an appropriate enhancement, particularly if the input range is not uniformly distributed.

A

Histogram Equalization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

It assigns more display values (range) to the frequently occurring portion of the histogram. It stretches the histogram of an image so that it covers the entire available intensity range, making the image more visually appealing.

A

Histogram Equalization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A technique used in image enhancement to modify the pixel values of an image based on the values of neighboring pixels. It is designed to highlight or suppress specific features on an image base on their Spatial Frequency.

A

Spatial Filtering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Spatial Filtering Purposes (3)

A

(1) Noise Reduction
(2) Edge Detection
(3) Image Sharpening

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Spatial Filtering can be classified into two:

A

(1) High Pass Filter
(2) Low Pass Filter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Designed to emphasize a larger, homogenous areas of similar tone and reduce the smaller details in an image. This generally serve to smooth the appearance of an image. Average and median filters, often for radar imagery.

A

Low Pass Filter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Serve to sharpen the appearance of fine detail in an image. One implementation of this filter first applies a low pass filter to an image and then subtracts the result from the original, leaving behind only the high spatial frequency information.

A

High Pass Filter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Spectral information of the object recorded in multiple bands.

A

Satellite Images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

These images may be separate spectral bands from a single multi spectral data set, or they may be individual bands from data sets that have been recorded at different dates or using different sensors.

A

Satellite Images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Multi-band Operations (6)

A

(1) The use of ratio images to reduce topographic effects.
(2) Vegetation indexes, some of which are more complex than ratios only
(3) Multi-band statistics.
(4) Principal components analysis.
(5) Image algebra
(6) Image fusion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

When a satellite passes over an area with relief, it records both…

A

shaded and sunlit areas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

In the individual Landsat-TM bands 3 and 4, the DNS of the silt stone are… However, the ratio values are…

A

lower in the shaded than in the sunlit areas.
nearly identical, irrespective of illumination conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

The process of visually analyzing and extracting information from images, particularly in the context of remote sensing, geospatial analysis, and satellite or aerial imagery.

A

Image Interpretation

23
Q

The ratio of the near-infrared band to the red band.

A

Ratio Vegetation Index (RVI)

24
Q

Ratio Vegetation Index (RVI) Formula

A

RVI = NIR/Red

25
Q

Normalized Difference Vegetation Index (NDVI) Formula

A

NDVI = (NIR - Red)/(NIR + Red)

26
Q

Various mathematical combinations of satellite bands that have been found to be sensitive indicators of the presence and condition of green vegetation.

A

Vegetation Indices

27
Q

Types of Vegetation Indices (2)

A

(1) Simple Vegetation Index (VI)
(2) Normalized Difference Vegetation Index (NDVI).

28
Q

These have a relatively high reflection in the near-infrared and a low reflection in the visible range of the spectrum.

A

Vegetated Areas

29
Q

These have larger visual than near-infrared reflectance.

A

Clouds, water and snow

30
Q

These have similar reflectance in both spectral regions.

A

Rock and bare soil

31
Q

These are produced by generating a normalized difference vegetation index from an infrared image and then doing a vegetation classification.

A

Vegetation maps

32
Q

This reflects very strongly in the near infrared light range and therefore infrared images can detect stress in many crops before it is visible with the naked eye.

A

Green Vegetation

33
Q

This is used to separate green vegetation from the background soil brightness.

A

Normalized Difference Vegetation Index (NDVI)

34
Q

It is the difference between the near infrared and red reflectance normalized over the sum of these bands.

A

Normalized Difference Vegetation Index (NDVI)

35
Q

Normalized Difference Vegetation Index (NDVI) Formula

A

NDVI = (IR-Red)/(IR+Red)

36
Q

These are used to classify NDVI maps and display as vegetation maps with different colors representing different levels of vegetation.

A

Vegetation Categories

37
Q

It is used to reduce layers of images by removing redundant data and create smaller data sets. This process results in data sets that are easier to visualize and analyze.

A

Principal Component Analysis

38
Q

The output of Principal Component Analysis (PCA) contains… (5)

A

(1) Variance/Covariance Matrix
(2) Correlation Matrix
(3) Eigenvalues: amount of bands explained by each of the principal components
(4) Eigenvectors: parameters of the linear combination of the principal components for an inverse transformation back to the original bands
(5) Loadings (Pattern Matrix)

39
Q

Principal Component Analysis Process

A

(1) correlated hi-d data
(2) Center the points
(3) Compute the variance matrix
(4) Eigenvectors + eigenvalues
(5) Pick m<d eigenvalues w. highest eigenvalues
(6) Project data points to those eigenvectors
(7) Uncorrelated low-d data

40
Q

The multiplication and addition carried out for each picture element and pixel. It depends on the number of values present.

A

Linear Combination

41
Q

Image Processing and Analysis (4)

A

(1) Spectral Signatures
(2) Transformation/Clustering
(3) Maximum Likelihood Classifier
(4) Classified Image (Map)

42
Q

Incorporating data from remote sensing images into GIS layers is vital in creating maps that display the Earth’s surface.

A

Modeling/GIS

43
Q

How is Multispectral Band Visualized? (2)

A

Computer monitors display colours as a combination of RED, GREEN, and BLUE. Combination of various intensities of each give a full spectrum of colors.

(1) Colour composites information from 3 bands is merged into one.
(2) Colour composites are described by the sequence of bands assigned to R, G, and B display.

44
Q

These are digital numbers and these can be added, divided, etc., to produce new images enhancing some features.

A

Remotely Sensed Data

45
Q

In remotely sensed images, various bands are related. Thus, the images do not have much color saturation.

A

Principal Component Analysis

46
Q

Pixels in the RS image have different DNs, but similar places in the feature or data space.

A

Image Classification

47
Q

Types of Image Classification (4)

A

(1) Supervised Classification
(2) Unsupervised Classification
(3) Box Classifier
(4) Maximum Likelihood Classifier

48
Q

DNs of all pixels are plotted in the feature space and an objective statistical procedure is applied to automatically divide the feature space into pre-defined number of statistically meaningful classes.

A

Unsupervised Classification

49
Q

Space Occupied by a given class can be determined on the basis of “sampling”.

A

Supervised Classification

50
Q

On the basis of visual interpretation, we define classes and indicate these belonging to each class.

A

Pixels

51
Q

On the basis of spectral characteristics of these samples, this part of the image is classified.

A

Reminder

52
Q

Define a range of DNs for each class. Assign pixels on the basis of belonging to given volume. Pixels outside the boxes are not classified.

A

Box Classifier

53
Q

Defines a typical pixel for each class and calculates the probability that each pixel in the image belongs to that class.

A

Maximum Likelihood Classifier

54
Q

Usually the best classifier, because the shape of the class’ feature space is taken into account.

A

Maximum Likelihood Classifier