mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 04:25:42 +08:00

* fixed BIMEF test failures and very slightly optimized (there is a _lot_ of room for the further optimization) * dummy commit to rerun tests * fixed contrib tests * seem to fixed one more opencv_face test * maybe adding some whitespaces will help? ) * hopefully fixed the remaining test failures
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.