1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00
Files
opencv_contrib/modules/plot
Maksim Shabunin f8807f18cd Reduced modules dependencies:
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
2017-03-15 18:00:21 +03:00
..
2015-03-17 10:03:12 +00:00
2017-01-23 18:47:11 +03:00
2017-03-15 18:00:21 +03:00
2015-03-14 16:49:58 +00:00

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