HOw to get the value between two peaks from a histo
Hi, Any method that I can use to get the value between two peaks in the histogram using opencv?
thanks
Hi, Any method that I can use to get the value between two peaks in the histogram using opencv?
thanks
Use tag peaks for suggestions to find peaks (local maximum) . Some solutions give valley too (local minimun).
Once you got the peaks retrieved you can find the lowest value (local minima) between two subsequent peaks, which is exactly what you are looking for.
@pklab and @StevenPuttemans .. I had read and tested the code . I read about local maximum inside there. Does the LocalMaximum() have to be written like the getLocalMaximum()? thanks
Asked: 2015-12-03 23:17:11 -0600
Seen: 239 times
Last updated: Dec 04 '15
python opencv compare histograms
calcHist with GpuMat submatrix
Percentage of color in a frame of video
How to create a histogram from a table of values?
Best Histogram Comparison Method
How to get histogram of a rectangular area (ROI) of an image?
Calculate histogram along line