Alexander Smorkalov
42447a7610
Set of lintain warning fixes for -samples debian package.
...
(cherry picked from commit ff00220302
)
10 years ago
Aaron Simmons
ca50969c2b
brining over fix in master ( #4140 ) for libz import on 64-bit android
...
(cherry picked from commit 55a9fdf051
)
10 years ago
a-andre
2d3e170370
install opencv2/highgui.hpp header
...
(cherry picked from commit d16fb30512
)
10 years ago
Alexander Smorkalov
8a37fc8223
Added missing copyright headers.
...
(cherry picked from commit 408107ce6d
)
10 years ago
Alexander Smorkalov
a5c20f8592
Debian formatted copyright file added to all debian packages.
...
(cherry picked from commit 9d24b3c3b0
)
10 years ago
Ilya Lavrenov
96a2edb375
delete video readers
...
(cherry picked from commit 0d5b739d35
)
10 years ago
Ilya Lavrenov
15b313ce4b
fixed memory leak in findHomography tests
...
(cherry picked from commit ec5244a73a
)
10 years ago
Alexander Smorkalov
1ea6568951
Fixed wrong-name-for-changelog-of-native-package warning for deb packages.
...
(cherry picked from commit cb1dc7cb6e
)
10 years ago
Ilya Lavrenov
56654ae360
added some property setting and getting
...
(cherry picked from commit 75fcedf0ed
)
10 years ago
Ilya Lavrenov
9a3e53e738
repaired GStreamer 0.10 version
...
(cherry picked from commit c19ed39a78
)
10 years ago
Ilya Lavrenov
2243bfa181
repaired gstreamer camera capture:
...
1. Enabled property retrieval: height, width, FPS
2. Fixed issue when isOpened returns always true even for non-existing devices
3. Ability to work with non-0 device. Camera capture index is taken into account
(cherry picked from commit dbd7912b88
)
10 years ago
robertxwu
33cd7f38a8
re-submit
...
(cherry picked from commit 4a68cc1675
)
10 years ago
Hajo Nils Krabbenhöft
2fc0ce5c24
buffer_size should be in bytes, not bits
...
(cherry picked from commit 7825cbeb7d
)
10 years ago
Hajo Nils Krabbenhöft
c5d009d6c4
fix crash for large BW tif images
...
(cherry picked from commit d38fee7599
)
10 years ago
Roman Donchenko
7d28541bbe
test2.py: fail if a downloaded image can't be decoded
...
(cherry picked from commit 56f17e4921
)
10 years ago
Alexander Smorkalov
e6f3f3c029
OpenCV version++.
10 years ago
Ilya Lavrenov
7746d9b7cc
fix for corrent modules dependencies
...
(cherry picked from commit 1c3d83df54
)
10 years ago
Vladislav Vinogradov
3494d640df
add extra checks to data_step_down to prevent out-of-border access
...
(cherry picked from commit 3ef067cc65
)
10 years ago
Vladislav Vinogradov
c22cc67ba8
revert previous change in gpu::StereoBeliefPropogation
...
(cherry picked from commit f903192c17
)
10 years ago
Vladislav Vinogradov
558054a53d
fix for gpu::StereoBeliefPropogation:
...
use continuous memory for internal buffers
(cherry picked from commit e2a9df408f
)
10 years ago
Elena Shipunova
c7b471f10f
do not proceed with removing zero-length slice
...
(cherry picked from commit 036c3b4e6d
)
10 years ago
Ilya Lavrenov
f4ffcae8d9
initialize padding of CvString with zeros
...
(cherry picked from commit 7b1eb3af7b
)
10 years ago
Ilya Lavrenov
0422054aa1
fixed warnings in gpu module
...
(cherry picked from commit 6a05939e1c
)
10 years ago
Ilya Lavrenov
a81f0a5123
fixed uninitialized memory writing/reading in flann
...
(cherry picked from commit 3934d61de7
)
10 years ago
Ilya Lavrenov
c36582d2df
fixed memory leak in flann index
...
(cherry picked from commit 32d7c1950a
)
10 years ago
Ilya Lavrenov
d50c07e303
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
...
(cherry picked from commit 887736bcd4
)
10 years ago
Ilya Lavrenov
54693b3fa7
fixed memory leak in GBTrees
...
(cherry picked from commit 1b8c2589c0
)
10 years ago
Ilya Lavrenov
3c3bc123fc
release filestorage before exception
...
(cherry picked from commit 3a1bb93340
)
10 years ago
Ilya Lavrenov
ac33cd688c
fixed memory leak in ANN
...
(cherry picked from commit dfb49097e3
)
10 years ago
Ilya Lavrenov
b5e42d8cc1
fixed memory leak in ml module
...
(cherry picked from commit d7bb1025f3
)
10 years ago
Ilya Lavrenov
7e4e8921bc
fixed memory leak in descriptor regression tests
10 years ago
Ilya Lavrenov
6dcd455ac4
fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp
10 years ago
Vladislav Vinogradov
1d58e1a14a
fix potential out-of-border access in gpu StereoBeliefPropagation
10 years ago
Roman Donchenko
d122510c4f
Only conflict with packages corresponding to modules that are built
10 years ago
Roman Donchenko
6613d14261
Add missing packages to the Debian conflict list
...
And refactor the code to make sure that the dev and runtime package lists are
in sync.
10 years ago
a-andre
a14e524b32
fix documentation builder warnings
10 years ago
a-andre
226ff93917
install new headers like "opencv2/core.hpp"
10 years ago
Ilya Lavrenov
d28e6c9b36
fixed memory leak caused by illegal memory access
...
(cherry picked from commit 4722b2d0e5
)
10 years ago
Ilya Lavrenov
c16f465ff5
fixed "Conditional jump or move depends on uninitialised value" warning
...
(cherry picked from commit f100cdb6d4
)
10 years ago
Roman Donchenko
3231c2f995
NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG()
...
This ensures that test data is not dependent on the order the tests are
executed in.
(cherry picked from commit 1245cd1752
)
10 years ago
Ilya Lavrenov
16bcc30e42
typo
...
(cherry picked from commit 793bdaada7
)
10 years ago
Ilya Lavrenov
69c50e0181
fixed typo
...
(cherry picked from commit 370d1ff21a
)
10 years ago
Ilya Lavrenov
486c40f578
fixed uninitialized values warning in bad arg test class
...
(cherry picked from commit 47cee8715b
)
10 years ago
Ilya Lavrenov
08e38e9ff9
fixed memory leaks in warpAffine tests
...
(cherry picked from commit b70e27e076
)
10 years ago
Ilya Lavrenov
ba3b902da7
fixed memory leaks in floodfill tests
...
(cherry picked from commit d1b882ddcf
)
10 years ago
Ilya Lavrenov
bf94e6a91c
fixed memory leaks in cvtyuv tests
...
(cherry picked from commit b2489d31d6
)
10 years ago
Ilya Lavrenov
ecc53dd7a4
fixed memory leak in core ds tests
...
(cherry picked from commit 7719da9552
)
10 years ago
Ilya Lavrenov
fc0e0239b8
fixed valgrind warning in polylines
...
(cherry picked from commit 855765986e
)
10 years ago
Alexander Smorkalov
d0210f510e
OpenCV version++.
10 years ago
Maksim Shabunin
34aa4e4578
Merge pull request #5151 from mshabunin:fix-training-data-corruption
10 years ago