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

Platforms in Remote Sensing

In remote sensing, a platform is the physical structure or vehicle that carries a sensor (camera, scanner, radar, etc.) to observe and collect information about the Earth's surface. Platforms are classified mainly by their altitude and mobility : Ground-Based Platforms Definition : Sensors mounted on the Earth's surface or very close to it. Examples : Tripods, towers, ground vehicles, handheld instruments. Applications : Calibration and validation of satellite data Detailed local studies (e.g., soil properties, vegetation health, air quality) Strength : High spatial detail but limited coverage. Airborne Platforms Definition : Sensors carried by aircraft, balloons, or drones (UAVs). Altitude : A few hundred meters to ~20 km. Examples : Airplanes with multispectral scanners UAVs with high-resolution cameras or LiDAR High-altitude balloons (stratospheric platforms) Applications : Local-to-regional mapping ...

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...

Resolution of Sensors in Remote Sensing

Spatial Resolution ๐Ÿ—บ️ Definition : The smallest size of an object on the ground that a sensor can detect. Measured as : The size of a pixel on the ground (in meters). Example : Landsat → 30 m (each pixel = 30 × 30 m on Earth). WorldView-3 → 0.31 m (very detailed, you can see cars). Fact : Higher spatial resolution = finer details, but smaller coverage. Spectral Resolution ๐ŸŒˆ Definition : The ability of a sensor to capture information in different parts (bands) of the electromagnetic spectrum . Measured as : The number and width of spectral bands. Types : Panchromatic (1 broad band, e.g., black & white image). Multispectral (several broad bands, e.g., Landsat with 7–13 bands). Hyperspectral (hundreds of very narrow bands, e.g., AVIRIS). Fact : Higher spectral resolution = better identification of materials (e.g., minerals, vegetation types). Radiometric Resolution ๐Ÿ“Š Definition : The ability of a sensor to ...

Optical Sensors in Remote Sensing

1. What Are Optical Sensors? Optical sensors are remote sensing instruments that detect solar radiation reflected or emitted from the Earth's surface in specific portions of the electromagnetic spectrum (EMS) . They mainly work in: Visible region (0.4–0.7 ยตm) Near-Infrared – NIR (0.7–1.3 ยตm) Shortwave Infrared – SWIR (1.3–3.0 ยตm) Thermal Infrared – TIR (8–14 ยตm) — emitted energy, not reflected Optical sensors capture spectral signatures of surface features. Each object reflects/absorbs energy differently, creating a unique spectral response pattern . a) Electromagnetic Spectrum (EMS) The continuous range of wavelengths. Optical sensing uses solar reflective bands and sometimes thermal bands . b) Spectral Signature The unique pattern of reflectance or absorbance of an object across wavelengths. Example: Vegetation reflects strongly in NIR Water absorbs strongly in NIR and SWIR (appears dark) c) Radiance and Reflectance Radi...

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...