Vadim Pisarevsky
74bb0beeb0
Merge pull request #4008 from cr333:triangulation_fix_2.4
10 years ago
Vadim Pisarevsky
08714c510f
Merge pull request #4042 from ilya-lavrenov:android_mk
10 years ago
Vadim Pisarevsky
acfbed8654
Merge pull request #4037 from Lectem:patch-1
10 years ago
Vadim Pisarevsky
6212084046
Merge pull request #4041 from ilya-lavrenov:warning_fix
10 years ago
Ilya Lavrenov
d89b6226a3
fixed Android mk generation for arm64-v8a
10 years ago
Ilya Lavrenov
11d1909e6b
fixed warning
10 years ago
Lectem
3c6fe75149
fix mutex for uclibc
...
The uClibc doesn't have pthread_spin_* implemented on their 'old' linux threads.
Since it is on linux, we have to check if uclibc is using this implementation or not.
10 years ago
Alexander Smorkalov
ede4943d7e
Merge pull request #4030 from asmorkalov:as/accurate_cuda_arch_aarch64
10 years ago
Alexander Smorkalov
9d148c76ca
Merge pull request #4033 from jet47:gpu-tests-fix
10 years ago
Vladislav Vinogradov
d58d277707
do not loose logs from nvidia tests
10 years ago
Vladislav Vinogradov
95eed59f2d
use fixed seed for RNG in gpu SolvePnPRansac test
10 years ago
Vladislav Vinogradov
62bc647731
use cv::theRNG() instead of ::rand() in gpu::solvePnPRansac
10 years ago
Alexander Smorkalov
7f63776395
Precise default CUDA version for Tegra X1 chips.
10 years ago
Vadim Pisarevsky
b9792fdc14
Merge pull request #3829 from ippei-i:2.4-flann-lsh-addable-index
10 years ago
Alexander Smorkalov
0410fe6978
Merge pull request #3785 from jet47:tiny-gpu-module
10 years ago
Christian Richardt
242e64c08d
Fixed triangulation bug http://code.opencv.org/issues/4334 .
10 years ago
Vadim Pisarevsky
cc94b393c5
Merge pull request #3975 from StevenPuttemans:RGB_doc_fixing_2.4
10 years ago
Vadim Pisarevsky
1aa03cecf1
Merge pull request #3981 from patrikhuber:vs2015-support
10 years ago
Vladislav Vinogradov
f10537cdd6
fix tests compilation issue on Windows
10 years ago
Vladislav Vinogradov
9d294cbcf5
fix performance tests in tiny mode
10 years ago
Vladislav Vinogradov
f1bec940b1
fix accuracy tests in tiny mode
10 years ago
Vladislav Vinogradov
dd93d48be4
turn on stereob instantiates that required for tests
10 years ago
Vladislav Vinogradov
ad3123adfd
turn on some instantiates that required for other primitives
10 years ago
Vladislav Vinogradov
f939d80f4c
fixed seg faults
10 years ago
Vladislav Vinogradov
ee316758ca
reduce color instantiates for tiny build
10 years ago
Vladislav Vinogradov
6d7a61cbdc
reduce copy_make_border instantiates for tiny build
10 years ago
Vladislav Vinogradov
b44b1ab47b
reduce matrix_reductions instantiates for tiny build
10 years ago
Vladislav Vinogradov
2e47a1a61b
reduce pyramids instantiates for tiny build
10 years ago
Vladislav Vinogradov
72685cf01c
reduce resize instantiates for tiny build
10 years ago
Vladislav Vinogradov
612888c066
reduce remap instantiates for tiny build
10 years ago
Vladislav Vinogradov
e7b55f4982
reduce warp instantiates for tiny build
10 years ago
Vladislav Vinogradov
3004f5fa30
reduce stereobm instantiates for tiny build
10 years ago
Vladislav Vinogradov
9682d2afff
reduce element_operations instantiates for tiny build
10 years ago
Vladislav Vinogradov
87d655325c
reduce add_weighted instantiates for tiny build
10 years ago
Vladislav Vinogradov
db25e44a17
reduce brute_force_matcher instantiates for tiny build
10 years ago
Vladislav Vinogradov
b7a9e672c5
reduce bilateral filter instantiates for tiny build
10 years ago
Vladislav Vinogradov
8e49ab1d3b
reduce filter2d instantiates for tiny build
10 years ago
Vladislav Vinogradov
00c36e88ef
reduce separable filter instantiates for tiny build
10 years ago
Vladislav Vinogradov
cde697dd14
introduce BUILD_TINY_GPU_MODULE CMake option
...
it adds OPENCV_TINY_GPU_MODULE definition, that will allow
to build tiny version of gpu module (with limited image format support)
10 years ago
Alexander Smorkalov
bb44316028
Merge pull request #3990 from jet47:cuda-bitwise-mask
10 years ago
Alexander Smorkalov
0b2cfcfda2
Merge pull request #3976 from SpecLad:rm-insertIframe
10 years ago
Alexander Smorkalov
9c02caf392
Merge pull request #3989 from asmorkalov:as/tbb_dep
10 years ago
Vladislav Vinogradov
d87c30dc84
Bug #4315 : fix CUDA bitwise operations with mask
10 years ago
Alexander Smorkalov
63d6cc5ca6
Added explicit deb package dependency from libtbb-dev if TBB is enabled.
10 years ago
Maksim Shabunin
90c3d7d361
Merge pull request #3969 from Dikay900:master_to_2_4
10 years ago
StevenPuttemans
f4eebc46b2
Fixing all wrong uses of RGB channels instead of the OpenCV BGR standard
10 years ago
Patrik Huber
2b1103c1d3
Add support for VS2015
...
Without the fix, OpenCV will compile and silently copy the compiled libs/executables to a location not prefixed with arch/vc14, and OpenCV won't be picked up by find_package and OpenCVConfig.cmake.
10 years ago
Roman Donchenko
007a3ef8b6
Remove insertIframe.js
...
It hasn't been used since f82c04f
. Also, the line adding the script had
an unneeded pathto call, so the script was being loaded from the wrong path
anyway.
10 years ago
Belev
83eb1d3608
Fix typo
...
Fixed difference in the given arguments to the ellipse function and the description after that
Fixed two more typos
Replaced unnecessary the with to
Conflicts:
doc/tutorials/core/adding_images/adding_images.markdown
doc/tutorials/core/basic_geometric_drawing/basic_geometric_drawing.markdown
doc/tutorials/core/random_generator_and_text/random_generator_and_text.markdown
modules/imgproc/include/opencv2/imgproc.hpp
10 years ago
Andrey Pavlenko
5c12c92243
Merge pull request #3961 from apavlenko:2.4_fix_polylines_empty
10 years ago