- 29 Nov, 2017 13 commits
-
-
Alexander Alekhin authored
'WITH_' variables is intended to enable CMake scripts with some autodetection logic. 'WITH_' can be off, but components is really enabled via command-line options with proper variables setup (including 'HAVE_').
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Python executable is not used to generate code for iOS builds
-
Alexander Alekhin authored
Sometimes it tries to use host '/usr/include' directory and garbages compiler flags with invalid '-I /usr/include'
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 28 Nov, 2017 16 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- 3rdparty/libjasper/jas_getopt.c:129:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] - clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
-
catree authored
Allow to use 3 points in SolvePnP if SOLVEPNP_ITERATIVE and useExtrinsicGuess==true. Add bibtex citations for P3P. Update SolvPnP tests.
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Roman Cattaneo authored
This PR fixes incorrect division by zero handling in template specialization of `Div_SIMD` for type `double`.
-
Alexander Alekhin authored
If there are no OpenCL/UMat methods calls from application. OpenCL subsystem is initialized: - haveOpenCL() is called from application - useOpenCL() is called from application - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled (independent from OpenCL linkage type)
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
Universal Intrinsics: aligned v_pack behavior on different platforms, fixed 64-bit register on ARM, added more saturate_cast variants
-
LaurentBerger authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Nov, 2017 11 commits
-
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
-
Alexander Alekhin authored
-
Wu Zhiwen authored
Also, fix bug when use OPENCL target but no OpenCL runtime Signed-off-by:
Wu Zhiwen <zhiwen.wu@intel.com>
-
Li Peng authored
They are alexnet, mobilenet-ssd, resnet50, squeezeNet_v1_1, yolo and fast_neural_style. Signed-off-by:
Li Peng <peng.li@intel.com>
-
Dmitry Kurtaev authored
-
LaurentBerger authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
rewrote the added note in perhaps a cleaner way
-
Vadim Pisarevsky authored
-