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.
 
 
 
 
 
 
Alexander Alekhin 0a00743e6d plot: apply CV_OVERRIDE/CV_FINAL 7 years ago
..
doc Changes to module docs. 10 years ago
include/opencv2 Update plot module 7 years ago
samples Update plot module 7 years ago
src plot: apply CV_OVERRIDE/CV_FINAL 7 years ago
CMakeLists.txt WRAP python java 7 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).