Skip to main content

Supervised classification in remote sensing

Supervised classification in remote sensing is a method of using labeled training data to automatically classify pixels or areas in an image. The process typically involves the following steps:


Collecting and preprocessing the image data: This includes acquiring the image data from a remote sensing platform such as a satellite or aircraft, and performing any necessary preprocessing steps such as atmospheric correction or geometric rectification.


Defining training areas and collecting training data: This involves manually identifying and labeling different classes of land cover within the image, such as forests, urban areas, or water bodies. These labeled training areas are used to train the classification algorithm.


Training the classification algorithm: A supervised classification algorithm such as maximum likelihood, decision tree, or support vector machine is used to learn the relationship between the image data and the labeled training data.


Applying the trained classification algorithm to the image: The trained algorithm is then applied to the entire image to classify each pixel or area into one of the defined classes.


Post-classification processing and accuracy assessment: The final classified image is then visually inspected and evaluated for accuracy using metrics such as overall accuracy, kappa coefficient, and confusion matrix.


For illustration, imagine a satellite image of a city. The image is preprocessed to correct for atmospheric effects and geometric distortions. The analyst then defines several training areas within the image, such as a residential area, a commercial area, and a park. They label each of these areas with their corresponding land-use class, such as residential, commercial, and park. The classification algorithm is then trained using these labeled training areas. Once the algorithm is trained, it is applied to the entire image, resulting in a classified image where each pixel is assigned a class label, such as residential, commercial, or park.




Comments

Popular posts from this blog

Geometric Correction

When satellite or aerial images are captured, they often contain distortions (errors in shape, scale, or position) caused by many factors — like Earth's curvature, satellite motion, terrain height (relief), or the Earth's rotation . These distortions make the image not properly aligned with real-world coordinates (latitude and longitude). 👉 Geometric correction is the process of removing these distortions so that every pixel in the image correctly represents its location on the Earth's surface. After geometric correction, the image becomes geographically referenced and can be used with maps and GIS data. Types  1. Systematic Correction Systematic errors are predictable and can be modeled mathematically. They occur due to the geometry and movement of the satellite sensor or the Earth. Common systematic distortions: Scan skew – due to the motion of the sensor as it scans the Earth. Mirror velocity variation – scanning mirror moves at a va...

RADIOMETRIC CORRECTION

  Radiometric correction is the process of removing sensor and environmental errors from satellite images so that the measured brightness values (Digital Numbers or DNs) truly represent the Earth's surface reflectance or radiance. In other words, it corrects for sensor defects, illumination differences, and atmospheric effects. 1. Detector Response Calibration Satellite sensors use multiple detectors to scan the Earth's surface. Sometimes, each detector responds slightly differently, causing distortions in the image. Calibration adjusts all detectors to respond uniformly. This includes: (a) De-Striping Problem: Sometimes images show light and dark vertical or horizontal stripes (banding). Caused by one or more detectors drifting away from their normal calibration — they record higher or lower values than others. Common in early Landsat MSS data. Effect: Every few lines (e.g., every 6th line) appear consistently brighter or darker. Soluti...

Atmospheric Correction

It is the process of removing the influence of the atmosphere from remotely sensed images so that the data accurately represent the true reflectance of Earth's surface . When a satellite sensor captures an image, the radiation reaching the sensor is affected by gases, water vapor, aerosols, and dust in the atmosphere. These factors scatter and absorb light, changing the brightness and color of the features seen in the image. Although these atmospheric effects are part of the recorded signal, they can distort surface reflectance values , especially when images are compared across different dates or sensors . Therefore, corrections are necessary to make data consistent and physically meaningful. 🔹 Why Do We Need Atmospheric Correction? To retrieve true surface reflectance – It separates the surface signal from atmospheric influence. To ensure comparability – Enables comparing images from different times, seasons, or sensors. To improve visual quality – Remo...

Supervised Classification

In the context of Remote Sensing (RS) and Digital Image Processing (DIP) , supervised classification is the process where an analyst defines "training sites" (Areas of Interest or ROIs) representing known land cover classes (e.g., Water, Forest, Urban). The computer then uses these training samples to teach an algorithm how to classify the rest of the image pixels. The algorithms used to classify these pixels are generally divided into two broad categories: Parametric and Nonparametric decision rules. Parametric Decision Rules These algorithms assume that the pixel values in the training data follow a specific statistical distribution—almost always the Gaussian (Normal) distribution (the "Bell Curve"). Key Concept: They model the data using statistical parameters: the Mean vector ( $\mu$ ) and the Covariance matrix ( $\Sigma$ ) . Analogy: Imagine trying to fit a smooth hill over your data points. If a new point lands high up on the hill, it belongs to that cl...

Pre During and Post Disaster

Disaster management is a structured approach aimed at reducing risks, responding effectively, and ensuring a swift recovery from disasters. It consists of three main phases: Pre-Disaster (Mitigation & Preparedness), During Disaster (Response), and Post-Disaster (Recovery). These phases involve various strategies, policies, and actions to protect lives, property, and the environment. Below is a breakdown of each phase with key concepts, terminologies, and examples. 1. Pre-Disaster Phase (Mitigation and Preparedness) Mitigation: This phase focuses on reducing the severity of a disaster by minimizing risks and vulnerabilities. It involves structural and non-structural measures. Hazard Identification: Recognizing potential natural and human-made hazards (e.g., earthquakes, floods, industrial accidents). Risk Assessment: Evaluating the probability and consequences of disasters using GIS, remote sensing, and historical data. Vulnerability Analysis: Identifying areas and p...