Removing warnings.

parent 54f35f93
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).
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).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment