Skip to content

Profactor/cv-plot

Repository files navigation

CvPlot

Build status Build status Build Status

Motivation

Yes, another C++ plotting library. Because CvPlot is

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).

Warning

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.

Documentation

Screenshots

Integration

Tutorial

Other C++ OpenCV Libraries