Skip to content
Snippets Groups Projects
Commit fb2c517d authored by Victor Poughon's avatar Victor Poughon
Browse files

DOC: format ConstrastEnhancement doc

parent 589849f5
No related branches found
No related tags found
No related merge requests found
......@@ -164,13 +164,13 @@ private:
"over the image and then use the whole dynamic: meaning flattening the "
"histogram. That gives us gain for each bin that transform the original "
"histogram into the flat one. This gain is then apply on the original "
"image."
"\nThe application proposes several options to allow a finer result: "
"\n- There is an option to limit contrast. We choose to limit the contrast "
"image.\n\n"
"The application proposes several options to allow a finer result:\n\n"
"* There is an option to limit contrast. We choose to limit the contrast "
"by modifying the original histogram. To do so we clip the histogram at a "
"given height and redistribute equally among the bins the clipped population. "
"Then we add a local version of the algorithm. "
"\n- It is possible to apply the algorithm on tiles of the image, instead "
"Then we add a local version of the algorithm.\n"
"* It is possible to apply the algorithm on tiles of the image, instead "
"of on the whole image. That gives us gain depending on "
"the value of the pixel and its position in the image. In order to "
"smoothen the result we interpolate the gain between tiles.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment