opencv/samples/java/tutorial_code/Histograms_Matching
ClaudioMartino 6a5884c04f New normalization in histogram comparison tutorial to use KV divergence
The Kullback-Leibler divergence works with histogram that have integral = 1,
otherwise it can return negative values. The normalization of the histograms
have been changed accordingly, and all the six comparison methods have been
used in the histogram comparison tutorial.
2025-07-07 08:43:16 +02:00
..
back_projection Merge pull request #12246 from sturkmen72:move_enums 2018-08-24 11:11:34 +03:00
histogram_calculation Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection. 2018-05-24 01:11:28 +02:00
histogram_comparison New normalization in histogram comparison tutorial to use KV divergence 2025-07-07 08:43:16 +02:00
histogram_equalization Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection. 2018-05-24 01:11:28 +02:00