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.
 
 
 
 
 
 
nunombmoutinho@gmail.com d20780bd99 Added .bib file to docs. 10 years ago
..
doc Added .bib file to docs. 10 years ago
include/opencv2 Changed some docs. Removed warnings. 10 years ago
src Created a Plot module that allows you to easily plot data from a Mat. 10 years ago
CMakeLists.txt Created a Plot module that allows you to easily plot data from a Mat. 10 years ago
README.md Changed some docs. Removed 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).