Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nmoutinho 9bb44c657a Kept only opencv2/core.hpp in opencv2/plot.hpp. Moved all other includes to precomp.hpp. 10 years ago
..
doc Changes to module docs. 10 years ago
include/opencv2 Kept only opencv2/core.hpp in opencv2/plot.hpp. Moved all other includes to precomp.hpp. 10 years ago
src Kept only opencv2/core.hpp in opencv2/plot.hpp. Moved all other includes to precomp.hpp. 10 years ago
CMakeLists.txt Removing warnings. 10 years ago
README.md Removing warnings. 10 years ago

README.md

Plot Module

Created by Nuno Moutinho

This Plot module allows you to easily plot data in 1D or 2D. You can change the size of the window, the limits of the axis and the colors of each element. You can also show in real time the plot you are building or save the plot as an image (png).