Maksim Shabunin
3ed54b9008
Merge pull request #4220 from alalek:fix_gcc_warnings_2_4
10 years ago
Alexander Alekhin
6b954cd24e
Merge pull request #4219 from SpecLad:freak-missing-init
10 years ago
Alexander Alekhin
42ba5c7d16
fix GCC 4.9 warnings
10 years ago
Roman Donchenko
72ddeea479
FREAK: add missing field initialization
10 years ago
Vadim Pisarevsky
869dda4117
Merge pull request #4204 from gladilov-gleb:minMaxLocBugFix
10 years ago
Gleb Gladilov
07de67c32f
Added test of minMaxLoc on filling with maximums of int
10 years ago
Gleb Gladilov
c467d0d553
Fixed minMaxLoc and test functions
10 years ago
Alexander Smorkalov
67158b12cd
Merge pull request #4191 from SpecLad:irc-workaround
10 years ago
Roman Donchenko
9e50cf5375
Refactor a section of icvRotatingCalipers to work around a GCC bug
...
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1474304
10 years ago
Alexander Alekhin
4bf82e50d0
Merge pull request #4187 from SpecLad:chessboard-png
10 years ago
Roman Donchenko
2e86d46cf2
CV_ChessboardDetectorTimingTest: don't ignore missing test data
10 years ago
Vadim Pisarevsky
707d10f115
Merge pull request #4137 from asmorkalov:as/ros_conflict
10 years ago
Alexander Alekhin
83a4ad5f51
Merge branch '2.4.9.x-prep' into 2.4
10 years ago
Alexander Alekhin
e7b82a8561
Merge branch '2.4.8.x-prep' into 2.4
10 years ago
Alexander Smorkalov
546e68dc65
Merge pull request #4034 from jet47:opencv_run_all_tests_unix
10 years ago
Vadim Pisarevsky
b7c2a46830
Merge pull request #4107 from SpecLad:libav-compat
10 years ago
Vadim Pisarevsky
719099ad6d
Merge pull request #4104 from SpecLad:arm64-packaging
10 years ago
Vadim Pisarevsky
2e9004813e
Merge pull request #4088 from howtobeahacker:2.4
10 years ago
Vincent Rabaud
50842b9036
get code to compile on Ubuntu Saucy
...
A define was forgotten for the codecs and there was a typo for
another.
(cherry picked from commit f052b0bc4d
)
Conflicts:
modules/videoio/src/ffmpeg_codecs.hpp
10 years ago
Vadim Pisarevsky
3d6413cfc6
fixed compile warnings; hopefully fixed test failures
...
(cherry picked from commit 30912b49f3
)
Conflicts:
modules/videoio/src/cap_ffmpeg_impl.hpp
modules/videoio/src/ffmpeg_codecs.hpp
10 years ago
Vadim Pisarevsky
799622affd
make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10)
...
(cherry picked from commit 2b2e3ee93c
)
Conflicts:
cmake/OpenCVFindLibsVideo.cmake
modules/videoio/src/cap.cpp
modules/videoio/src/cap_ffmpeg_impl.hpp
modules/videoio/src/ffmpeg_codecs.hpp
modules/videoio/test/test_ffmpeg.cpp
10 years ago
Alexander Smorkalov
57ab0d4d17
Debian packages header update to fix conflict with OpenCV from deb repo.
10 years ago
Roman Donchenko
02f8b85dd9
Add ARM64 packaging support
10 years ago
Roman Donchenko
1fbdca0c9b
Set CPACK_DEBIAN_PACKAGE_ARCHITECTURE instead of CPACK_DEBIAN_ARCHITECTURE
...
Because that's the variable actually used by CPack.
10 years ago
howtobeahacker
9eaac6105f
correct covariation matrix formula in Harris corner detector
10 years ago
Vadim Pisarevsky
83ace8d580
Merge pull request #4085 from berak:patch-3
10 years ago
berak
851ce27240
http://code.opencv.org/issues/4359 2.4 branch
10 years ago
Vadim Pisarevsky
70f8d807c8
Merge pull request #4003 from uwinsoftware:2.4
10 years ago
Vadim Pisarevsky
daa21a4385
Merge pull request #4057 from apavlenko:24_java_memory_release
10 years ago
Vadim Pisarevsky
13cef0cdfc
Merge pull request #4061 from ilya-lavrenov:android
10 years ago
Ilya Lavrenov
083aced3b4
fixed OS names
10 years ago
Andrey Pavlenko
72ec9c159e
releasing native memory of temp `Mat` objects in generated Java code
10 years ago
Andrey Pavlenko
5b00d9da49
releasing native memory in Java converters
10 years ago
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
21d8b588a2
exclude dates from report names
10 years ago
Vladislav Vinogradov
5d66b1130b
save tests console output to separate log files
10 years ago
Vladislav Vinogradov
0550b2c1fe
check that current directory has write access
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