How can I create histogram from a set of values in OpenCV?
I have a text file which consist of several values. These values represent distance from origin to any point in the triangle. How can I create histogram from these values? Is there any functions in OpenCV which can create histogram from these values? Below my sample values are given:
..........................
3.4 1.2 6.9 0.2 5.1 2.9
.........................