Alexander Alekhin
8bb8f8dcae
Merge pull request #6752 from alalek:backport_6747
9 years ago
Vitaliy Lyudvichenko
c3dc7266d1
Fixing of AutoBuffer::allocate(nsz) method
...
AutoBuffer::allocate(nsz) didn't work properly when
(sz < nsz < fixed_size). In this case sz remained unchanged.
9 years ago
Alexander Alekhin
54f190cba3
Merge pull request #6692 from ilya-lavrenov:lintian
9 years ago
Ilya Lavrenov
6677f81779
fixed lintian warnings
9 years ago
Alexander Alekhin
dafb4b81da
Merge pull request #6691 from alalek:cmake_fix_android_samples_2.4
9 years ago
Alexander Alekhin
c6be51eecd
cmake: fix JNI configuration problem for Android samples
...
Some CMake 3.x (2.8.12.2 is fine) provides broken build configurations
with following build error message:
ld: fatal error: -soname: must take a non-empty argument
Linker command line sample contains this:
"-shared -Wl,-soname, -o"
9 years ago
Alexander Alekhin
aa861520f6
Merge pull request #6689 from ilya-lavrenov:il/fix
9 years ago
Ilya Lavrenov
e0d64df763
fixed -Wunused-result warning
9 years ago
Alexander Alekhin
77849d0033
Merge pull request #6654 from asmorkalov:gzip_timestamp
9 years ago
Alexander Smorkalov
9fee699693
Fixed package-contains-timestamped-gzip lintian warning for Debian packages.
9 years ago
Alexander Alekhin
19e79d6727
Merge pull request #6596 from asmorkalov:g++5_abi
9 years ago
Alexander Smorkalov
a8b2b4dba1
Packaging fixes for Ubuntu 16.04.
9 years ago
Maksim Shabunin
2124cb1192
Merge pull request #6545 from alalek:backport_6541
9 years ago
Maksim Shabunin
fb598bb76a
Disabled PCH support for gcc >= 6.0.0
...
Command line generation routine uses "-isystem" to include headers outside of "<opencv>/modules" folder, but GCC 6 does not work when passed "-isystem /usr/include" option.
9 years ago
Alexander Alekhin
59975db6a4
Merge pull request #6441 from asmorkalov:version++
9 years ago
Alexander Alekhin
ec2ff7f0c0
Merge branch '2.4.12.x-prep' into 2.4
9 years ago
Alexander Alekhin
5d038686b1
Merge pull request #6401 from StevenPuttemans:add_model_visualisation_tool_2.4
9 years ago
Alexander Smorkalov
6084901610
OpenCV version++.
9 years ago
Alexander Alekhin
e58c28974b
Merge pull request #6431 from StevenPuttemans:add_fixed_video_2.4
9 years ago
Alexander Alekhin
1b4bd6a905
Merge pull request #6432 from kevin-coder:bugfix_6317_Restore_2.4
9 years ago
StevenPuttemans
67fe57a0a3
add fixed video
9 years ago
Kevin, Hu
db0ae2ca50
Restore 2.4 source branch for bug fix 6317.
9 years ago
Alexander Alekhin
de164b0ccf
Merge pull request #6421 from alalek:backport_6417
9 years ago
Suleyman TURKMEN
194f1beae8
fix for writing 16-bit jpeg2000
9 years ago
Maksim Shabunin
3bd6912e01
Merge pull request #6415 from mshabunin:fix-xcode-warnings-24
9 years ago
Maksim Shabunin
1a41ed2fda
Updates for XCode 7.3
9 years ago
StevenPuttemans
9d71c19939
add visualisation tool for 2.4 branch
9 years ago
Alexander Alekhin
5b73f3a316
Merge pull request #6373 from terfendail:vt/stereobm_valgrind
9 years ago
Maksim Shabunin
96d747f030
Merge pull request #6384 from StevenPuttemans:update_annotation_tool_2.4
9 years ago
StevenPuttemans
5164c4ba31
vectorize process + enable early quitting/storage + enable delete annotation option
9 years ago
Vitaly Tuzov
13858cd561
Cost estimation boundaries description updated
9 years ago
Vitaly Tuzov
772d9689e9
Backport of StereoBM uninitialized memory access problem fix from master branch
9 years ago
Maksim Shabunin
ff3bb9f4e6
Merge pull request #6383 from alalek:backport_6381
9 years ago
Maksim Shabunin
e90b697cb0
Merge pull request #6386 from mshabunin:fix-python-test-issue
9 years ago
Maksim Shabunin
70bc268c1a
Fixed problem with nonfree python test: could not find local test images
9 years ago
Philipp Hasper
b6d8c9d990
operator<< handles keys starting with underscore
9 years ago
Vitaly Tuzov
a7ce9a176b
Fixed uninitialized memory errors in stereoBM
9 years ago
Alexander Alekhin
52ba3778e3
Merge pull request #6363 from alalek:ffmpeg_fix_timeout_24
9 years ago
Alexander Alekhin
c7b6353a3c
Merge pull request #6365 from terfendail:vt/nonlocal_testdata
9 years ago
Vitaly Tuzov
34b3d31f54
Fix for nonlocal data requirement in test2.py
9 years ago
Alexander Alekhin
6f139b4f8e
ffmpeg: interrupt callback fix
...
backport from master
9 years ago
Alexander Alekhin
86a725933a
Merge pull request #6343 from terfendail:vt/python_rng_seed_backport
9 years ago
Vitaly Tuzov
64f02aa72d
Backport of setRNGSeed implementation and python test randomness fix
9 years ago
Alexander Alekhin
12a8f5486d
Merge pull request #6341 from SpecLad:destroy-leak
9 years ago
Roman Donchenko
97ac59cb73
Fix a memory leak indirectly caused by cvDestroyWindow
9 years ago
Alexander Smorkalov
762965897a
Merge pull request #6320 from terfendail:vt/pytestarm64
9 years ago
Vitaly Tuzov
ea3746bd15
Made texture flow python test less strict to fix it on AARCH64
9 years ago
Alexander Smorkalov
ef2a376baf
Merge pull request #6297 from terfendail:vt/pytestarm
9 years ago
Maksim Shabunin
dc8bb23a7d
Merge pull request #6287 from StevenPuttemans:add_num_features_info_2.4
9 years ago
Vitaly Tuzov
24361733e4
Fixed face detection python test
9 years ago