Skip to main content

Contrast manipulation

Contrast stretching is a common image enhancement technique in remote sensing used to improve the visual quality and interpretability of satellite or aerial imagery. It involves expanding the range of pixel values in an image, typically by remapping the original values to a new range. This process enhances the visual contrast between different features in the image.


1. Linear Contrast Stretching:

   Linear contrast stretching is the simplest form of contrast stretching. It involves applying a linear transformation to the pixel values in the image. The transformation stretches the original range of pixel values to a new range. This is typically done using the following formula for each pixel in the image:

   

   NewPixelValue = (OriginalPixelValue - MinOriginalValue)  (NewMaxValue - NewMinValue) / (MaxOriginalValue - MinOriginalValue) + NewMinValue


   - `OriginalPixelValue` is the value of the pixel in the original image.

   - `MinOriginalValue` and `MaxOriginalValue` are the minimum and maximum pixel values in the original image.

   - `NewMinValue` and `NewMaxValue` are the desired minimum and maximum values for the stretched image.


   Linear contrast stretching can improve the overall brightness and contrast of the image.


2. Nonlinear Contrast Stretching:

   Nonlinear contrast stretching is more advanced and allows for greater flexibility in enhancing specific image features. Unlike linear stretching, it involves applying a nonlinear transformation to the pixel values. Various functions, such as logarithmic, power-law, or histogram equalization, can be used for this purpose.


   - Logarithmic Stretching: This method enhances the lower end of the pixel value range more than the higher end, which can be useful for revealing details in dark areas of the image.


   - Power-law (Gamma) Stretching: It allows you to control the degree of stretching using a parameter called the gamma value. A higher gamma value increases the contrast in brighter areas, while a lower gamma value increases contrast in darker areas.


   - Histogram Equalization: This technique redistributes the pixel values in such a way that the cumulative distribution function of the image becomes more uniform. It can enhance local contrast and reveal fine details.


Nonlinear contrast stretching methods are often preferred when specific image features need to be emphasized or when there are non-uniform lighting conditions in the image. The choice between linear and nonlinear stretching depends on the characteristics of the image and the objectives of the analysis in remote sensing applications.

Comments

Popular posts from this blog

geostationary and sun-synchronous

Orbital characteristics of Remote sensing satellite geostationary and sun-synchronous  Orbits in Remote Sensing Orbit = the path a satellite follows around the Earth. The orbit determines what part of Earth the satellite can see , how often it revisits , and what applications it is good for . Remote sensing satellites mainly use two standard orbits : Geostationary Orbit (GEO) Sun-Synchronous Orbit (SSO)  Geostationary Satellites (GEO) Characteristics Altitude : ~35,786 km above the equator. Period : 24 hours → same as Earth's rotation. Orbit type : Circular, directly above the equator . Appears "stationary" over one fixed point on Earth. Concepts & Terminologies Geosynchronous = orbit period matches Earth's rotation (24h). Geostationary = special type of geosynchronous orbit directly above equator → looks fixed. Continuous coverage : Can monitor the same area all the time. Applications Weather...

Types of Remote Sensing

Remote Sensing means collecting information about the Earth's surface without touching it , usually using satellites, aircraft, or drones . There are different types of remote sensing based on the energy source and the wavelength region used. 🛰️ 1. Active Remote Sensing 📘 Concept: In active remote sensing , the sensor sends out its own energy (like a signal or pulse) to the Earth's surface. The sensor then records the reflected or backscattered energy that comes back from the surface. ⚙️ Key Terminology: Transmitter: sends energy (like a radar pulse or laser beam). Receiver: detects the energy that bounces back. Backscatter: energy that is reflected back to the sensor. 📊 Examples of Active Sensors: RADAR (Radio Detection and Ranging): Uses microwave signals to detect surface roughness, soil moisture, or ocean waves. LiDAR (Light Detection and Ranging): Uses laser light (near-infrared) to measure elevation, vegetation...

Natural Disasters

A natural disaster is a catastrophic event caused by natural processes of the Earth that results in significant loss of life, property, and environmental resources. It occurs when a hazard (potentially damaging physical event) interacts with a vulnerable population and leads to disruption of normal life . Key terms: Hazard → A potential natural event (e.g., cyclone, earthquake). Disaster → When the hazard causes widespread damage due to vulnerability. Risk → Probability of harmful consequences from interaction of hazard and vulnerability. Vulnerability → Degree to which a community or system is exposed and unable to cope with the hazard. Resilience → Ability of a system or society to recover from the disaster impact. 👉 Example: An earthquake in an uninhabited desert is a hazard , but not a disaster unless people or infrastructure are affected. Types Natural disasters can be classified into geophysical, hydrological, meteorological, clim...

India remote sensing

1. Foundational Phase (Early 1970s – Early 1980s) Objective: To explore the potential of space-based observation for national development. 1972: The Space Applications Programme (SAP) was initiated by the Indian Space Research Organisation (ISRO), focusing on applying space technology for societal benefits. 1975: The Department of Space (DoS) was established, providing an institutional base for space applications, including remote sensing. 1977: India began aerial and balloon-borne experiments to study Earth resources and assess how remote sensing data could aid in agriculture, forestry, and hydrology. 1978 (June 7): Bhaskara-I launched by the Soviet Union — India's first experimental Earth Observation satellite . Payloads: TV cameras (for land and ocean surface observation) and a Microwave Radiometer. Significance: Proved that satellite-based Earth observation was feasible for India's needs. 1981 (November 20): Bhaskara-II launche...

Linear Arrays Along-Track Scanners or Pushbroom Scanners

Multispectral Imaging Using Linear Arrays (Along-Track Scanners or Pushbroom Scanners) Multispectral Imaging: As previously defined, this involves capturing images using multiple sensors that are sensitive to different wavelengths of electromagnetic radiation. Linear Array of Detectors (A): This refers to a row of discrete detectors arranged in a straight line. Each detector is responsible for measuring the radiation within a specific wavelength band. Focal Plane (B): This is the plane where the image is formed by the lens system. It is the location where the detectors are placed to capture the focused image. Formed by Lens Systems (C): The lens system is responsible for collecting and focusing the incoming radiation onto the focal plane. It acts like a camera lens, creating a sharp image of the scene. Ground Resolution Cell (D): As previously defined, this is the smallest area on the ground that can be resolved by a remote sensing sensor. In the case of linear array scanne...