1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00
Commit Graph

32 Commits

Author SHA1 Message Date
Giles Payne
5174b0f39b Add Objective-C/Swift wrappers for opencv_contrib modules
07ba8bd
2020-07-19 02:49:49 +09:00
Alexander Alekhin
0a00743e6d plot: apply CV_OVERRIDE/CV_FINAL 2018-03-28 16:50:00 +03:00
Suleyman TURKMEN
9fc1aa013f WRAP python java 2017-11-11 20:48:24 +03:00
Suleyman TURKMEN
3496ed5917 Update plot module 2017-09-27 22:59:09 +03:00
Suleyman TURKMEN
97ea5bf97d Update plot module (#1367)
* Update plot.hpp

* update

* plot_demo

* remove_tabs

* Update plot_demo.cpp

* Update plot.hpp

* Update plot.hpp
2017-09-18 12:05:01 +03:00
Vladislav Sovrasov
5c2dfcd448 plot: make the module more customizable 2017-08-02 12:01:09 +03:00
Vladislav Sovrasov
1537cbb9d8 Get rid of exit() calls in algorithms and tests 2017-06-21 12:15:17 +03:00
Maksim Shabunin
f8807f18cd Reduced modules dependencies:
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
2017-03-15 18:00:21 +03:00
Alexander Alekhin
6d41124d43 remove precomp.cpp files 2017-01-23 18:47:11 +03:00
Vladislav Sovrasov
ae8139b74d Add missed doxygen group in plot module 2016-09-30 15:41:09 +03:00
Vladislav Sovrasov
b63697723f Refactoring of plot module 2016-09-23 16:05:12 +03:00
jasjuang
414312cd7c add in option to show points only for plot module 2016-09-23 14:42:00 +03:00
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