Alexander Alekhin
0a00743e6d
plot: apply CV_OVERRIDE/CV_FINAL
7 years ago
Suleyman TURKMEN
9fc1aa013f
WRAP python java
7 years ago
Suleyman TURKMEN
3496ed5917
Update plot module
7 years ago
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
7 years ago
Vladislav Sovrasov
5c2dfcd448
plot: make the module more customizable
7 years ago
Vladislav Sovrasov
1537cbb9d8
Get rid of exit() calls in algorithms and tests
8 years ago
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
8 years ago
Alexander Alekhin
6d41124d43
remove precomp.cpp files
8 years ago
Vladislav Sovrasov
ae8139b74d
Add missed doxygen group in plot module
8 years ago
Vladislav Sovrasov
b63697723f
Refactoring of plot module
8 years ago
jasjuang
414312cd7c
add in option to show points only for plot module
8 years ago
Suleyman TURKMEN
21a3b751d4
Update plot.cpp
9 years ago
nmoutinho
9bb44c657a
Kept only opencv2/core.hpp in opencv2/plot.hpp. Moved all other includes to precomp.hpp.
10 years ago
nmoutinho
4e4805c374
Removed 'namespace' for cv and plot.
10 years ago
nmoutinho
fcbe7a98f0
Removed 'namespace' for cv and plot.
10 years ago
nmoutinho
c613254bc0
Changes to module docs.
10 years ago
nmoutinho
a0495bcb39
Removed protected method from public interface.
10 years ago
nmoutinho
e4e1a07d9a
Changed class structure to OpenCV structure, using an 'abstract interface - hidden implementation concept'.
10 years ago
nmoutinho
9569970aca
Corrected error for undefined Mat.
10 years ago
nmoutinho
19a31ecaf1
Corrected error for undefined Mat.
10 years ago
nmoutinho
cad6cbcde2
Created nested namespace 'plot' inside namespace 'cv'. Removed methods 'show' and 'save'. Removed highgui dependency.
10 years ago
nunombmoutinho@gmail.com
827fc10cc0
Added doxygen ref to avoid warning.
10 years ago
nunombmoutinho@gmail.com
fcb6eadbcb
Added doxygen ref to avoid warning.
10 years ago
nunombmoutinho@gmail.com
a2aa07a50f
Removed doxygen comments.
10 years ago
nunombmoutinho@gmail.com
fffb83bea8
Removing warnings.
10 years ago
nunombmoutinho@gmail.com
54f35f93e7
Deleted doc folder.
10 years ago
nunombmoutinho@gmail.com
d20780bd99
Added .bib file to docs.
10 years ago
nunombmoutinho@gmail.com
c052265886
Changed some docs. Removed warnings.
10 years ago
nunombmoutinho@gmail.com
0e1775d6c5
Changed doc file.
10 years ago
nunombmoutinho@gmail.com
a50aff1619
Added example images to the doc.
10 years ago
nunombmoutinho@gmail.com
e710bdfbea
Created a Plot module that allows you to easily plot data from a Mat.
10 years ago