Image Classification Lecture Notes

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Flashcards covering key terms and definitions related to image classification and remote sensing.

Last updated 6:06 PM on 4/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Image classification

The process of identifying the land cover of each pixel in the scene, based on the pixel’s reflectance value in multiple spectral bands.

2
New cards

Land cover

The type of material present on the landscape, such as water, sand, crops, forest, and human-made materials.

3
New cards

Land use

What people do on the land surface, like agriculture, commerce, and settlement.

4
New cards

Information classes

Categories of interest (e.g., geological classes, types of forests) that are not recorded directly on imagery.

5
New cards

Spectral classes

Groups of pixels that are similar regarding their brightness in several bands.

6
New cards

Image space

A 2D-array of pixels containing individual DNs corresponding to reflected or emitted energy within a region of the spectrum.

7
New cards

Feature space

A graph of the N-dimensional vectors formed by the digital numbers (DNs) of a multi-band image.

8
New cards

Clusters

Areas of high density in feature space associated with commonly occurring land-cover types.

9
New cards

Spectral differentiation

The extent to which clusters overlap or are separated due to similar reflectance curves.

10
New cards

Classification scheme

A classification system that includes taxonomically correct definitions of classes organized according to logical criteria.

11
New cards

Parametric classification

Classification methods like maximum likelihood that assume normally distributed remote sensor data.

12
New cards

Non-parametric classification

Methods such as nearest-neighbor classifiers that do not assume normal distribution of remote sensor data.

13
New cards

Hard classification

A classification logic producing discrete categories, such as forest or agriculture.

14
New cards

Fuzzy classification

Classification logic that accounts for the heterogeneous nature of the real world.

15
New cards

Supervised classification

Approach where the identities and locations of some land-cover types are known a priori.

16
New cards

Unsupervised classification

Method where the identities of land-cover types are not known a priori, requiring the computer to group pixels automatically.

17
New cards

k-nearest neighbor (k-NN) classification

A supervised classification method where unclassified pixels are assigned to the most common class among their nearest neighbors.

18
New cards

Fuzzy c-means (FCM) Algorithm

A soft clustering algorithm allowing data points to belong to multiple clusters with varying degrees of membership.

19
New cards

DBSCAN

Density-based spatial clustering method that identifies clusters as high-density regions; does not require a preset number of clusters.

20
New cards

Random Forest (RF)

An ensemble classifier that creates multiple decision trees from random subsets of training data.

21
New cards

Artificial Neural Networks (ANNs)

Classifiers based on brain structure that learn complex patterns in data, but can risk over-fitting.

22
New cards

Object-based image segmentation

Classification approach that segments images into homogenous areas for more meaningful features.

23
New cards

Machine Learning (ML)

A set of algorithms becoming prevalent in image classification, including supervised parametric and non-parametric methods.

24
New cards

Maximum Likelihood Classification (MLC)

A common supervised parametric classifier effective with unimodal data.

25
New cards

Support Vector Machines (SVM)

A machine learning algorithm that identifies optimal hyperplanes to separate data points in multi-dimensional space.