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.
Lim
9aa74df09e
new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching)
...
build error fix: remove trailing whitespaces, casting types
minor edits based on alalek's feedback
removing trailing whitespace
using std::array for LUT argument
5 years ago
..
doc
new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching)
5 years ago
include/ opencv2
new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching)
5 years ago
samples
new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching)
5 years ago
src
new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching)
5 years ago
test
new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching)
5 years ago
CMakeLists.txt
new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching)
5 years ago
README.md
new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching)
5 years ago
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.