Benjamin Buch
1754d03123
Merge pull request #3285 from bebuch:4.x
...
make CVV module work with Qt6
* make CVV module work with Qt6
* workaround non-existence of Qt::SplitBehavior for Qt versions less 5.15
* workaround Qt5/Qt6 differences
* workaround differences between Qt 5.11 and later versions
* fix regressions for Qt 5.5
2 years ago
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
Sérgio M. Basto
2a4348e07c
opencv-4.5.4 enable_cvv fixes #3063
...
The cvv module is compiled conditionally on HAVE_QT5. But in opencv commit 87d4970e8b4b3251035fdf4a0101335ee5904a58 this variable was renamed to HAVE_QT, so the module is never compiled.
Also check if QT_VERSION_MAJOR >= 5
4 years ago
Zhiju Cen
2bf643483e
VS compatibility with unicode strings
...
The UTF-8 string u8"…" causes following errors when building under VS2019:
C2001 newline in constant
C2143 syntax error: missing ';' before '}'
C2146 syntax error: missing ';' before identifier 'str'
5 years ago
Yuriy Obukh
97be19404f
fix win, vs2019 build. missing header
...
Signed-off-by: Yuriy Obukh <Bleach665@gmail.com>
5 years ago
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
5 years ago
Maksim Shabunin
cdd19ebead
backport: Fixed warnings produced by clang-9.0.0
...
83fc27cb99
6 years ago
vishwesh5
ca26e99223
Add namespace cv for successful build
7 years ago
Suleyman TURKMEN
2074cc48e5
minor changes
7 years ago
berak
502970b3cc
cvv: fix small memleak in demo
7 years ago
Maksim Shabunin
a0ad83f117
Fixed or disabled some warnings in several cvv, ovis and sfm modules
7 years ago
Maksim Shabunin
ceaad7fa8a
Fixed several warnings produced by clang
7 years ago
Alexander Alekhin
edfdf12c31
tests: refactor test files
7 years ago
Hamdi Sahloul
ff7b2bba2a
CVV - Workaround for VS compatibility with unicode strings
8 years ago
Hamdi Sahloul
a2769e153e
CVV - Replace getopt with CommandLineParser
8 years ago
Alexander Alekhin
11c90ea23c
cvv: fix build
8 years ago
Maksim Shabunin
0e7405ce4c
Fixed several GCC warnings
9 years ago
Maksim Shabunin
7e11a7e11a
Fixed cvv module build
9 years ago
StevenPuttemans
dd33354fd5
fix the CMAKE order for issue #630
...
ensure that the double pass through CMakeLists.txt files do not generate double output
9 years ago
Gary Bradski
4a96f1c7ad
minor add of text to README.md
9 years ago
Nicu Stiurca
ec4db04a90
some fixes to get CVV module compiling with Visual Studio 2013
9 years ago
Francisco Facioni
534bad4768
Fixes cvv compilation for Apple's clang
...
It doesn't support thread_local
10 years ago
Francisco Facioni
8bbf16ddc8
Fixes clang compilation error
...
According to ISO C++03 14.2/4 it should use the template keyword to fix this => http://stackoverflow.com/a/3786481/724098
10 years ago
Clint Pells
06eb62c630
use better cast
10 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
10 years ago
Maksim Shabunin
61f36de542
Doxygen tutorials support
10 years ago
Maksim Shabunin
63a8a60bdb
Fixed cvv module build
...
- updated header inclusions
- added export instruction to public methods
- fixed some small problems
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
11 years ago
StevenPuttemans
c20ea8e7e8
adding more clear documentation
11 years ago
ahb
611c82c30b
cmake -DCVV_DEBUG_MODE= only belongs into tutorial
11 years ago
ahb
d4a6bc0146
2.4 -> master: :ocv:struct:`DMatch` -> :basicstructures:`DMatch <dmatch>`
11 years ago
ahb
9a15276e56
fix unresolved references by using different (old?) style ones
11 years ago
ahb
4649cbe45e
in future: write about gui
11 years ago
ahb
a220bddd99
api documentation complete; cvv now shows up in index
11 years ago
ahb
b4354bbeaf
almost done with API docs
11 years ago
ahb
a686f6269b
add functions with TODOs
11 years ago
ahb
54c5dacf56
start to add proper sphinx docs; remove old stuff here
11 years ago
ahb
e114d95e6e
Integrate cvv module: Interactive Visual Debugging of Computer Vision applications
11 years ago