Ask Your Question

Revision history [back]

What is the best way to plot real time line graphs in opencv?

I have some opencv code which averages the pixel intensity of the frame and then appends that value to a list. I would like to plot this value on the y axis with frames on the x axis every frame and thus create an animated graph.

Does anyone have any experience with this? I need at least 25 frames per second when graphing.