[TASK] Write down the basic idea of the partial linear histogramm adaption.
This commit is contained in:
parent
c10c255bdc
commit
2630419e83
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue