8 results · AI-generated index
M
matplotlib.org
official

Contrast Stretching with Matplotlib

Contrast stretching is a simple image processing technique that can improve the visibility of images by increasing the contrast between different image features.

R
realpython.com
article

Image Processing with Python and Matplotlib

Learn how to apply contrast stretching to images using Matplotlib and Python, including how to use the `imshow` function to display images.

R
researchgate.net
research

Contrast Stretching for Image Enhancement

This paper presents a contrast stretching technique for image enhancement, implemented using Matplotlib and Python, and evaluates its effectiveness in improving image quality.

W
w3schools.io
tool

Matplotlib Tutorial: Contrast Stretching

A step-by-step tutorial on how to apply contrast stretching to images using Matplotlib, including code examples and explanations of key concepts.

Y
youtube.com
video

Image Processing with Matplotlib and OpenCV

A video tutorial that covers the basics of image processing with Matplotlib and OpenCV, including contrast stretching and other techniques.

N
ncsu.edu
article

Contrast Stretching in Digital Image Processing

A lecture note on contrast stretching in digital image processing, including its definition, types, and applications, with examples implemented using Matplotlib.

G
github.io
tool

Matplotlib Image Processing Examples

A collection of examples demonstrating various image processing techniques using Matplotlib, including contrast stretching, thresholding, and edge detection.

S
scipy.org
official

Python Image Processing Library

The SciPy library provides functions for image processing, including contrast stretching, which can be used in conjunction with Matplotlib for image display and analysis.