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

asked 2019-05-02 16:59:47 -0600

sentientnativeplant gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2019-05-03 01:21:41.169762

Comments