Digital Image Processing

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/80

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

81 Terms

1
New cards

is remotely sensed imagery valuable by itself

NO

2
New cards

what must happen to remote imagery to answer questions

it needs to be processed

3
New cards

what is the correlation between inputs and results

quality data = quality inputs = quality results

4
New cards

what are steps in digital image processing

  1. preprocessing

  2. image enhancement

  3. image transformation

  4. image classification and extraction

5
New cards

what are raw satellite images

images that have no corrections for atmosphere, topography, sensor irregularities and noise

6
New cards

what are the three levels of preprocessed data

level 0 = raw image

level 1 = some radiometric and geometric corrections

level 2 = some atmospheric corrections

7
New cards

what are radiometric corrections

correcting for sensor irregularities, unwanted sensor noise or atmospheric noise

8
New cards

what does preprocessing do

corrects data to represent the reflected or emitted radiation

9
New cards

what does radiometric corrections do

removes the influence of the atmosphere

10
New cards

what are two types of sensor irregularities

  1. striping

  2. dropped lines

11
New cards

what are three ways to correct atmospheric irregularities

  1. ground target collection

  2. pseudo invariant calibration sites

  3. manufactured ground targets

12
New cards

how are geometric corrections done

linking unknown points with known ground control points

13
New cards

what are image mosaics

composite images consisting of at least two imagaes

14
New cards

what are benefits of image mosaics

  1. increase the area covered

  2. removes clouds

  3. reduces off nadir angles

15
New cards

what must be considered for image mosaic analysis

time

16
New cards

why is image enhancement used

to improve the appearance of imagery to assist with visual interpretation

17
New cards

what are satellites designed to capture data from

a range of targets and conditions

18
New cards

what does image enhancement do

manipulates pixel values to display the optimum brightness rang and contrast for targets in the image

19
New cards

what is contrast enhancement

changing the original values so that more of the available range is used

20
New cards

what does contrast enhancement result in

increase in contrast between features

21
New cards

what is contrast

the difference in luminance or colour that makes object details distinguishable

22
New cards

what is the image histogram

the graphical representation of the brightness values that comprise an image

23
New cards

what is linear contrast stretch

identifies the minimum and maximum values of a histogram and stretches the data to fill the new range

24
New cards

what is histogram equalization stretch

assigns more display values (range) to frequently occurring portions of the histogram

25
New cards

why is histogram equalization stretching not linear

because it applies more values to areas with more points in an image

26
New cards

what is spatial filters

highlight or suppress specific features in an image based on spatial frequency

27
New cards

what is spatial frequency

variation in tone that appears in an image

28
New cards

contrast rough vs smooth spatial frequency

rough - textured area where changes in tone are ABRUPT

smooth - areas with little variation in tone (texture)

29
New cards

what describes high spatial frequency? low spatial frequency?

high = rough texture

low - smooth texture

30
New cards

contrast high vs low spatial frequency

high

  • data tends to look sharp and contain more detail

low

  • data tends to look smooth or blurry

31
New cards

what type of spatial filtering is used to remove elements from an image

low spatial frequency

32
New cards

contrast low vs high pass filters

low pass - smooths the data by reducing local variation and removing noise

high pass - sharpens the appearance of fine detail in an image

33
New cards

what are high pass filters used for

to highlight boundaries between features

34
New cards

what values does low pass filtering use from the window

mean or median values

35
New cards

what type of pass filtering removes extreme values from the data

low pass filtering

36
New cards
<p>low or high pass filtering </p>

low or high pass filtering

low pass

37
New cards

what type of pass filters remove low frequency variation in cells

high pass filters

38
New cards
<p>low or high pass filtering </p>

low or high pass filtering

high pass

39
New cards

what does edge detection filters do

highlights linear features such as roads, fields or boundaries

40
New cards

how do edge detection filters work

identify points in an image where brightness values change SHARPLY and use these points to create line segements

41
New cards

what is a directional filter

used to highlight features in a specific direction

42
New cards

what are directional filters used for

to detect linear features in geologic structures

43
New cards
<p>what filtering is this </p>

what filtering is this

edge detection filtering

44
New cards
<p>what type of filtering is this </p>

what type of filtering is this

directional filtering

45
New cards

what is image transformation

the generation of a new image from two or more sources and highlights a feature of intrest

46
New cards

what does image transformations involve

the combined processing of multiple spectral bands

47
New cards

where can the multiple spectral bands come from for image transformations

a single image OR multitemporal images

48
New cards

what is image subtraction

identifies changes that occur in the time between two images

49
New cards

what does image subtraction require

images to be geometrically registered

50
New cards

what is spectral rationing

ratioing data from two different spectral bands to enhance variation in the spectral reflectance between two spectral ranges

51
New cards

what do ratios reduce

the influence of variation in illumination

52
New cards

what are examples of spectral ratioing

NDVI and NBR

53
New cards

true or false: different multispectral bands are highly correlated and contain similar information

TRUE

54
New cards

what is principal component analysis

reduces redundancy and correlation between bands by compressing as much info as possible to reduce the number of bands

55
New cards

what are components

the new bands that result from statistical procedures (combo of correlated data in the image)

56
New cards

what is the benefit of PCA

maximizes the amount of information from the original data into FEWER bands

57
New cards

what is the relationship between features of interest and features that can be extracted

the middle ground (intersection) of the two will be the features available to work with

58
New cards

what are the three types of image extraction

  1. pixel based classification

  2. object oriented segmentation

  3. deep learning

    1. pixel classification

    2. object detection

    3. picture classification

59
New cards

what does pixel based classification result in

thematic map

60
New cards

what is pixel based classification

feature extraction based on the assumption that different features in an image have different spectral reflectance signatures

61
New cards

what is the preferred method doing pixel based classification

using reflectance (BUT DN values are also possible)

62
New cards

what is required for good pixel based classification

good spectral and radiometric calibration of sensors

63
New cards

contrast spectral and information classes in pixel based classification

spectral - groups of pixels that are uniform with respect to their brightness values in different spectral channels

information - categories of interest that are trying to be identified in the image (crop type, rock type…)

64
New cards

is matching spectral classes to information classes easy

NO

65
New cards

what is unsupervised pixel based classification

the clustering algorithms group pixels based on their properties but the classes DO NOT have labels

66
New cards

does the machine assign labels to the separated classes or the user in unsupervised pixel based classification

USER

67
New cards

what are pros and cons of unsupervised pixel based classification

pros

  1. machine determines the different classes

  2. simple method of classification

cons

  1. unlabeled classes are not always easy to identify

  2. results may be over or under classified

  3. less accurate in complex landscapes

68
New cards

what is supervised pixel based classification

the analyst identifies features of each type of cover (water, trees, concrete…)

69
New cards

how does supervised pixel based classification work

the analyst identifies training samples for each type of cover and the classification process is used to assign class names to each pixel in the image

70
New cards

what is the output of a supervised pixel based classification

thematic raster

71
New cards

pros and cons of supervised pixel based classification

pros

  1. considerable control over inputs

  2. effective for distinguishing similar classes

  3. high accuracy if data is selected well

cons

  1. applied to the pixel level = output is noisy

  2. accuracy is dependent on equality of training point s

  3. subjective to human bias

72
New cards

what are object oriented approaches

groups pixels into representative polygons and the image is divided into homogeneous regions

73
New cards

how does object oriented approaches contrast from pixel based classifications

the classes are assigned to the ENTIRE object and NOT to individual pixels

74
New cards

can object oriented approaches be used in conjunction with only supervised classification

no - can be used with unsupervised as well

75
New cards

pros and cons of object oriented approaches

pros

  1. incorporates shape, texture and contextual information

  2. reduces noise that occurs using individual pixels

cons

  1. computationally intensive

  2. not effective for coarse resolution

  3. requires a model

76
New cards

what is deep learning

based on neural networks, originating from research in AI

77
New cards

what is the primary technique for doing Deep learning

Convolutional neural networks (CNNs)

78
New cards

how is Deep learning done

labeled samples train the neural network by exposing the CNN to the samples and reinforcing connections that are correct and weaken those that are incorrect

79
New cards

what is the output of feature learning

raster with class for each pixel

80
New cards

pros and cons of deep learning

pros

  1. incorporates spatial and spectral cues

  2. pixel classification results are promising

cons

  1. requires large number of samples for training

  2. requires experienced data scientists

  3. vulnerable to over and under training

81
New cards

what is data integration

the combining or merging of data from multiple sources to extract better/more information