opencv/samples/cpp/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
..
calcBackProject_Demo1.cpp Merge pull request #23442 from LaurentBerger:tuto_findFile 2023-04-06 13:02:00 +03:00
calcBackProject_Demo2.cpp 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
calcHist_Demo.cpp Fix an arg for calcHist() in demos 2021-06-30 17:22:56 +03:00
compareHist_Demo.cpp New normalization in histogram comparison tutorial to use KV divergence 2025-07-07 08:43:16 +02:00
EqualizeHist_Demo.cpp Update Samples 2019-09-05 01:10:51 +03:00
MatchTemplate_Demo.cpp Merge pull request #23442 from LaurentBerger:tuto_findFile 2023-04-06 13:02:00 +03:00