parent
54f35f93e7
commit
fffb83bea8
6 changed files with 7 additions and 2 deletions
@ -1,2 +1,2 @@ |
||||
set(the_description "Plot function for Mat/std::vector data.") |
||||
set(the_description "Plot function for Mat data.") |
||||
ocv_define_module(plot opencv_core opencv_highgui) |
||||
|
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 60 KiB |
@ -0,0 +1,6 @@ |
||||
Plot - Module to Plot Data |
||||
========================== |
||||
|
||||
.. highlight:: cpp |
||||
|
||||
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). |
Loading…
Reference in new issue