Removing warnings.

pull/186/head
nunombmoutinho@gmail.com 10 years ago
parent 54f35f93e7
commit fffb83bea8
  1. 2
      modules/plot/CMakeLists.txt
  2. 1
      modules/plot/README.md
  3. BIN
      modules/plot/doc/pics/sin_x.png
  4. BIN
      modules/plot/doc/pics/x_2.png
  5. 0
      modules/plot/doc/plot.bib
  6. 6
      modules/plot/doc/plot.rst

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

@ -4,4 +4,3 @@ 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).

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

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…
Cancel
Save