2d graph in real-time by using opencv and c++

Posted by user2758510 on Stack Overflow See other posts from Stack Overflow or by user2758510
Published on 2013-11-05T09:21:45Z Indexed on 2013/11/05 9:53 UTC
Read the original article Hit count: 480

Filed under:
|

I have a really basic question in opencv and c++. I am trying to graph something in real time by using opencv. I am looking to find a function to draw a graph in rel-time. But still unssuccesful. I need a function that gets two arrays as an input one for x axis and one for y. I tried with this but seems not work in real-time http://www.shervinemami.info/graphs.html

I just need to know if there is something available in opencv or not.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c++

Related posts about opencv