Gary Allen
|
9d0a451bee
|
Merge pull request #3296 from gvcallen:4.x
Allow new glog in SFM CMake Project
* Allow new glog in SFM CMakeLists.txt
* Fix typo
* Fixed missing bracket
|
3 years ago |
Alexander Alekhin
|
0a00743e6d
|
plot: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
Suleyman TURKMEN
|
3496ed5917
|
Update plot module
|
8 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
|
8 years ago |
Vladislav Sovrasov
|
5c2dfcd448
|
plot: make the module more customizable
|
8 years ago |
Vladislav Sovrasov
|
1537cbb9d8
|
Get rid of exit() calls in algorithms and tests
|
8 years ago |
Alexander Alekhin
|
6d41124d43
|
remove precomp.cpp files
|
8 years ago |
Vladislav Sovrasov
|
b63697723f
|
Refactoring of plot module
|
9 years ago |
jasjuang
|
414312cd7c
|
add in option to show points only for plot module
|
9 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
|
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
|
a2aa07a50f
|
Removed doxygen comments.
|
10 years ago |
nunombmoutinho@gmail.com
|
e710bdfbea
|
Created a Plot module that allows you to easily plot data from a Mat.
|
10 years ago |