- 23 Oct, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 22 Oct, 2017 2 commits
-
-
Suleyman TURKMEN authored
-
Alexander Alekhin authored
-
- 21 Oct, 2017 1 commit
-
-
blendin authored
-
- 20 Oct, 2017 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Dmitry Kurtaev authored
-
- 18 Oct, 2017 7 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 17 Oct, 2017 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
-
Alexander Alekhin authored
-
- 16 Oct, 2017 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Gregory Morse authored
* Update OpenCVCompilerOptimizations.cmake Neon not supported on MSVC ARM breaking build fix * Update OpenCVCompilerOptimizations.cmake Whitespace * Update intrin.hpp Many problems in MSVC ARM builds (at least on VS2017) being fixed in this PR now. C:\Users\Gregory\DOCUME~1\MYLIBR~1\OPENCV~3\opencv\sources\modules\core\include\opencv2/core/hal/intrin.hpp(444): error C3861: '_tzcnt_u32': identifier not found * Update hal_replacement.hpp Passing variadic expansion in a macro to another macro does not work properly in MSVC and a famous known workaround is hereby applied. Discussion of it: https://stackoverflow.com/questions/5134523/msvc-doesnt-expand-va-args-correctly Only needed the fix for ARM builds: TEGRA_ macros are used for cv_hal_ functions in the carotene library. C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\core\src\arithm.cpp(2378): warning C4003: not enough actual parameters for macro 'TEGRA_ADD' C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\core\src\arithm.cpp(2378): error C2143: syntax error: missing ')' before ',' C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\core\src\arithm.cpp(2378): error C2059: syntax error: ')' * Update hal_replacement.hpp All hal_replacement's using carotene\hal\tegra_hal.hpp TEGRA_ functions as macros preprocessed by variadic macros should be changed, identical as was done in core. C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\imgproc\src\color.cpp(9604): warning C4003: not enough actual parameters for macro 'TEGRA_CVTBGRTOBGR' C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\imgproc\src\color.cpp(9604): error C2059: syntax error: '==' * Update OpenCVCompilerOptimizations.cmake * Update hal_replacement.hpp * Update hal_replacement.hpp
-
Ryan Fox authored
-
- 15 Oct, 2017 2 commits
-
-
catree authored
Add PyInt_Check in pyopencv_dnn.hpp.
-
Alexander Alekhin authored
-
- 14 Oct, 2017 3 commits
-
-
Igor Wodiany authored
These two typdefs are not compiled when BUILD_opencv_dnn is set to false, however there are other modules that uses these typedef so it may cause build errors. Moving typedef to the python module ensures they are always defined.
-
Sayan Sinha authored
-
Tomoaki Teshima authored
* replace the implementation by universal intrinsic * make sure no degradation happens on ARM platform
-
- 13 Oct, 2017 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vladislav Vinogradov authored
it will allow to build features2d even if flann module is not available
-
- 12 Oct, 2017 3 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-