Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using gpuplot instead of opencv? #13

Open
mjyc opened this issue Jul 7, 2023 · 1 comment
Open

Using gpuplot instead of opencv? #13

mjyc opened this issue Jul 7, 2023 · 1 comment

Comments

@mjyc
Copy link
Contributor

mjyc commented Jul 7, 2023

While working on https://github.com/onlytailei/CppRobotics/pulls I noticed OpenCV installation takes long time and looked into where & how opencv was being used. Seems like it's mostly for plotting purposes and I was wondering if you considered using a much smaller library focusing on plotting, e.g., http://stahlke.org/dan/gnuplot-iostream/ ?

@SalahEddineGhamri
Copy link

Gnuplot is very lightweight solution. we can use FILE *gnuplotPipe = popen("gnuplot -persist", "w"); then we send data points in a for loop with some small sleep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants