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
a-andre
a14e524b32
fix documentation builder warnings
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
Hajo Nils Krabbenhöft
7825cbeb7d
buffer_size should be in bytes, not bits
10 years ago
Hajo Nils Krabbenhöft
d38fee7599
fix crash for large BW tif images
10 years ago
Tsukasa Sugiura
b23e536894
Fix LineAA in case of 4 channel
...
Fix bug when enter 4 channel image to LineAA function.
10 years ago
Vladislav Vinogradov
3ef067cc65
add extra checks to data_step_down to prevent out-of-border access
10 years ago
Vladislav Vinogradov
f903192c17
revert previous change in gpu::StereoBeliefPropogation
10 years ago
Vladislav Vinogradov
e2a9df408f
fix for gpu::StereoBeliefPropogation:
...
use continuous memory for internal buffers
10 years ago
Elena Shipunova
036c3b4e6d
do not proceed with removing zero-length slice
10 years ago
Suleyman TURKMEN
9df5400200
Update drawing.cpp
...
https://github.com/Itseez/opencv/issues/4791
10 years ago
Ilya Lavrenov
6a05939e1c
fixed warnings in gpu module
10 years ago
Ilya Lavrenov
7b1eb3af7b
initialize padding of CvString with zeros
10 years ago
Ilya Lavrenov
3934d61de7
fixed uninitialized memory writing/reading in flann
10 years ago
Ilya Lavrenov
32d7c1950a
fixed memory leak in flann index
10 years ago
Ilya Lavrenov
1b8c2589c0
fixed memory leak in GBTrees
10 years ago
Ilya Lavrenov
887736bcd4
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
10 years ago
Ilya Lavrenov
3a1bb93340
release filestorage before exception
10 years ago
Ilya Lavrenov
dfb49097e3
fixed memory leak in ANN
10 years ago
Ilya Lavrenov
d7bb1025f3
fixed memory leak in ml module
10 years ago
Ilya Lavrenov
dc441f50cd
fixed memory leak in descriptor regression tests
10 years ago
Ilya Lavrenov
be499b42d9
fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp
10 years ago
Vladislav Vinogradov
7ddc0bdd37
fix potential out-of-border access in gpu StereoBeliefPropagation
10 years ago
Ilya Lavrenov
4722b2d0e5
fixed memory leak caused by illegal memory access
10 years ago
Ilya Lavrenov
f100cdb6d4
fixed "Conditional jump or move depends on uninitialised value" warning
10 years ago
a-andre
b757359ff8
fix documentation builder warnings
10 years ago
Ilya Lavrenov
75fcedf0ed
added some property setting and getting
10 years ago
Ilya Lavrenov
c19ed39a78
repaired GStreamer 0.10 version
10 years ago
Ilya Lavrenov
793bdaada7
typo
10 years ago
Ilya Lavrenov
dbd7912b88
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
10 years ago
Ilya Lavrenov
370d1ff21a
fixed typo
10 years ago
Ilya Lavrenov
47cee8715b
fixed uninitialized values warning in bad arg test class
10 years ago
Ilya Lavrenov
b70e27e076
fixed memory leaks in warpAffine tests
10 years ago