Repository for OpenCV's extra modules
 
 
 
 
 
 
Vladislav Sovrasov 1537cbb9d8 Get rid of exit() calls in algorithms and tests 8 years ago
..
doc Changes to module docs. 10 years ago
include/opencv2 Add missed doxygen group in plot module 9 years ago
src Get rid of exit() calls in algorithms and tests 8 years ago
CMakeLists.txt Reduced modules dependencies: 8 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).