Yes, another C++ plotting library. Because CvPlot is
- Purely OpenCV based
- Highly adaptable and extendable
- Fast
- Easy to integrate
CvPlot was developed at PROFACTOR for realtime image plotting. It comes with some basic "Drawables", including Series, Image, Axis, Grid, Titles, etc. Drawables can easily be modified, replaced and extended, using standard OpenCV drawing functions. CvPlot comes with an interactive viewer, based on cv::imshow(). The viewer can easily be integrated into any C++ GUI framework (e.g. Qt/Qml in CvPlotQt).
CvPlot is NOT and will never be a full featured plotting library. Many features are missing, but you can easily add them using custom drawables.