mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-15 20:37:07 +08:00
Removing warnings.
This commit is contained in:
@@ -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).
|
||||
|
||||
|
BIN
modules/plot/doc/pics/sin_x.png
Normal file
BIN
modules/plot/doc/pics/sin_x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
modules/plot/doc/pics/x_2.png
Normal file
BIN
modules/plot/doc/pics/x_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
0
modules/plot/doc/plot.bib
Normal file
0
modules/plot/doc/plot.bib
Normal file
6
modules/plot/doc/plot.rst
Normal file
6
modules/plot/doc/plot.rst
Normal file
@@ -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).
|
Reference in New Issue
Block a user