Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexander Alekhin 89e856b3fa build: xcode 12 support 4 years ago
..
doc Add BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement. 5 years ago
include/opencv2 Add documentation warning about BIMEF implementation: it does not provide same results compared to the original MATLAB code with some degraded results for bright areas. 5 years ago
misc/python/test Add BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement. 5 years ago
samples Add BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement. 5 years ago
src build: xcode 12 support 4 years ago
test Add BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement. 5 years ago
CMakeLists.txt Add BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement. 5 years ago
README.md new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching) 5 years ago

README.md

Intensity Transformations

This module contains some of the intensity transformation methods used to adjust the constrast of an image. The methods in the module include autoscaling, gamma correction, log transformations, and contrast stretching.