From 2630419e83ae98c3a731d212cb1f050c6658be50 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Sun, 22 Nov 2015 17:44:42 +0100 Subject: [PATCH] [TASK] Write down the basic idea of the partial linear histogramm adaption. --- imageviewer-qt4.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/imageviewer-qt4.cpp b/imageviewer-qt4.cpp index afe63ba..efe81e7 100644 --- a/imageviewer-qt4.cpp +++ b/imageviewer-qt4.cpp @@ -374,6 +374,14 @@ void ImageViewer::partialLinearHistogrammAdaption() { // TODO + // Get cumulative histogramm from reference image + // Split [0,255] into n parts (slider) + // fetch the values for the n parts, do some math and create the histogramm map + + // Apply the histogramm map (see succeeding Histogramm Adaption) + + + logFile << "done." << std::endl; renewLogging(); }