[TASK] Write down the basic idea of the partial linear histogramm adaption.

This commit is contained in:
Jan Philipp Timme 2015-11-22 17:44:42 +01:00
parent c10c255bdc
commit 2630419e83
1 changed files with 8 additions and 0 deletions

View File

@ -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();
}