diff --git a/modules/plot/CMakeLists.txt b/modules/plot/CMakeLists.txt index bb120045f..8edf06b3f 100644 --- a/modules/plot/CMakeLists.txt +++ b/modules/plot/CMakeLists.txt @@ -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) diff --git a/modules/plot/README.md b/modules/plot/README.md index d47b95467..fd326bd7c 100644 --- a/modules/plot/README.md +++ b/modules/plot/README.md @@ -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). - diff --git a/modules/plot/doc/pics/sin_x.png b/modules/plot/doc/pics/sin_x.png new file mode 100644 index 000000000..5e97326fa Binary files /dev/null and b/modules/plot/doc/pics/sin_x.png differ diff --git a/modules/plot/doc/pics/x_2.png b/modules/plot/doc/pics/x_2.png new file mode 100644 index 000000000..59023b8dd Binary files /dev/null and b/modules/plot/doc/pics/x_2.png differ diff --git a/modules/plot/doc/plot.bib b/modules/plot/doc/plot.bib new file mode 100644 index 000000000..e69de29bb diff --git a/modules/plot/doc/plot.rst b/modules/plot/doc/plot.rst new file mode 100644 index 000000000..04e0e1a7a --- /dev/null +++ b/modules/plot/doc/plot.rst @@ -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).