2

I have linked my OpenCV + Qt with Microsoft Visual Studio 2010.

I would like to link it now with GNULOT.

Do you think it's possible to do so to draw some charts by extracting some informations from the different IplImages?

Frankly, I think it's soo complicated to deal with that link when it's about to draw some graphs.

2 Answers 2

3

If you want add some charts (with lots of functionality), think, it's good idea to use this well-documented lib: Qwt (http://qwt.sourceforge.net/). Also, there is -tag on StackOverflow, related to this library.

Also, more simpler is to use plotting widget QCustomPlot from http://www.workslikeclockwork.com/index.php/components/qt-plotting-widget/

Good luck!

Sign up to request clarification or add additional context in comments.

Comments

2

I have used Qwt (http://qwt.sourceforge.net/) in my project and it's a simple and easy way to plot the graphs. I suggest you use it for your project too. It integrates well with Qt too.

1 Comment

I've not used QCustomPlot before, but this seems to throw some light on the comparison: stackoverflow.com/questions/13067411/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.