Replies: 1 comment
-
Hi. Have you tried the examples in this category? The build script will look for the libraries to open all these kinds of files on your computer. This is not embedded with the library though. We could embed it someday but it's not the way it is right now. As for your other questions, if your image is very large, updating it very often might be inefficient because the default backend is a Gnuplot process pipe. We are implementing an OpenGL backend, which is probably going to be more efficient for all tasks, but that's going to take a while. There is an example using this experimental OpenGL backend, but it requires some more dependencies like OpenGL itself. As for your second question, the library does not depend on OpenCV at all. OpenCV is an optional dependency for the CImg library, which is the library we use for handling images. CImg is embeded with the library. |
Beta Was this translation helpful? Give feedback.
-
I has algorithm make synthetic image every second, want display with graph plot.
Is can have example not depend OPenCV?
Beta Was this translation helpful? Give feedback.
All reactions