dengyueyun666 / Image-Contrast-Enhancement

C++ implementation of several image contrast enhancement techniques.
MIT License
227 stars 66 forks source link

Update for OpenCV 4.x #3

Closed Nuzhny007 closed 2 years ago

Nuzhny007 commented 3 years ago
  1. Build with modern OpenCV 4.x
  2. Add option in CMake for USE_ARMA for disable algorithms with armadillo and dlib dependences
  3. Add CLAHE test from OpenCV library