- 19 Feb, 2019 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ruslan Garnov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Lindsay Roberts authored
All <arm_neon.h> includes in core/cv_cpu_dispatch.h are protected by an ifndef __CUDACC__ to prevent attempting to use neon intrinsics when compiling cuda kernels (.cu) -- this prevents hard errors such as error: identifier "__builtin_neon_qi" is undefined Add this same protection to flann/dist.h to fix compilation involving flann.hpp.
-
Pierre Chatelier authored
* LineIterator witout a Mat cv::LineIterator can be used without being attached to any cv::Mat, it only needs the size and type of data. An alternative constructor has been defined for that. In that case, a LineIterator can no more be dereferenced with the * operator, but pos() still returns valid pixel positions. It can be useful when LineIterator is just used to compute positions of pixels on a line, without requiring to build a Mat just for that. Use case : with a dataset that would represent a huge image, pixel positions can be pre-computed before querying the dataset API. * Update imgproc.hpp removed trailing spaces * Update drawing.cpp fixed warning
-
Alexander Alekhin authored
-
- 18 Feb, 2019 10 commits
-
-
Ruslan Garnov authored
-
Dmitry Kurtaev authored
-
LaurentBerger authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
catree authored
Fix arguments parsing. Add possibility to choose between different features type. Add keypoints matching visualization. Auto format code.
-
Alexander Alekhin authored
- gemm: keep baseline only (lapack is 10x+ faster, lets reduce binary size) - transform / distTransform - scaleAdd (32f/64f only) - Mahalanobis: keep baseline only (no perf tests) - mulTransposed: keep baseline only (no perf tests) - dot
-
Namgoo Lee authored
- Fix hanging issue on 2080 Ti - Fix racing issue
-
- 15 Feb, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
smirnov-alexey authored
-
smirnov-alexey authored
Changes doc, images and sample code itself
-
- 14 Feb, 2019 14 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Nicolae Rosia authored
details: https://github.com/opencv/opencv/pull/13726 In order to help CMake and PkgConfig find FFmpeg you need to: 1) export `PKG_CONFIG_LIBDIR=${SYSROOT}` where `SYSROOT=${ANDROID_NDK}/sysroot` 2) Add `-DCMAKE_PREFIX_PATH=${FFMPEG_INSTALL_PREFIX}` 3) Append `-DCMAKE_FIND_ROOT_PATH=${FFMPEG_INSTALL_PREFIX}`
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Liubov Batanina authored
-
Alexander Alekhin authored
-
Stefan Dragnev authored
-
Alexander Alekhin authored
-
- 13 Feb, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Stefan Dragnev authored
* re-enabled NEON routines for arm64
-
Alexander Alekhin authored
-