1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 11:21:39 +08:00
Commit Graph

20 Commits

Author SHA1 Message Date
Suleyman TURKMEN
21a3b751d4 Update plot.cpp 2016-01-22 02:06:47 +02:00
nmoutinho
9bb44c657a Kept only opencv2/core.hpp in opencv2/plot.hpp. Moved all other includes to precomp.hpp. 2015-04-13 10:27:50 +01:00
nmoutinho
4e4805c374 Removed 'namespace' for cv and plot. 2015-04-07 11:22:29 +01:00
nmoutinho
fcbe7a98f0 Removed 'namespace' for cv and plot. 2015-04-07 11:02:34 +01:00
nmoutinho
c613254bc0 Changes to module docs. 2015-03-17 10:03:12 +00:00
nmoutinho
a0495bcb39 Removed protected method from public interface. 2015-03-16 20:24:05 +00:00
nmoutinho
e4e1a07d9a Changed class structure to OpenCV structure, using an 'abstract interface - hidden implementation concept'. 2015-03-16 20:20:11 +00:00
nmoutinho
9569970aca Corrected error for undefined Mat. 2015-03-16 11:51:37 +00:00
nmoutinho
19a31ecaf1 Corrected error for undefined Mat. 2015-03-16 11:46:59 +00:00
nmoutinho
cad6cbcde2 Created nested namespace 'plot' inside namespace 'cv'. Removed methods 'show' and 'save'. Removed highgui dependency. 2015-03-16 11:35:35 +00:00
nunombmoutinho@gmail.com
827fc10cc0 Added doxygen ref to avoid warning. 2015-03-14 17:09:28 +00:00
nunombmoutinho@gmail.com
fcb6eadbcb Added doxygen ref to avoid warning. 2015-03-14 17:08:58 +00:00
nunombmoutinho@gmail.com
a2aa07a50f Removed doxygen comments. 2015-03-14 16:58:29 +00:00
nunombmoutinho@gmail.com
fffb83bea8 Removing warnings. 2015-03-14 16:49:58 +00:00
nunombmoutinho@gmail.com
54f35f93e7 Deleted doc folder. 2015-03-14 16:41:25 +00:00
nunombmoutinho@gmail.com
d20780bd99 Added .bib file to docs. 2015-03-14 16:39:30 +00:00
nunombmoutinho@gmail.com
c052265886 Changed some docs. Removed warnings. 2015-03-14 16:26:15 +00:00
nunombmoutinho@gmail.com
0e1775d6c5 Changed doc file. 2015-03-14 16:16:13 +00:00
nunombmoutinho@gmail.com
a50aff1619 Added example images to the doc. 2015-03-14 16:08:21 +00:00
nunombmoutinho@gmail.com
e710bdfbea Created a Plot module that allows you to easily plot data from a Mat. 2015-03-14 15:55:03 +00:00