Ilya Lavrenov
1b3f634843
fixed compilation warning
2016-08-12 14:23:15 +03:00
Ilya Lavrenov
313f54bc39
read/write vec2i from/to filestorage
2016-07-21 10:58:49 +03:00
Ilya Lavrenov
71cbd6f02e
fixed bug #5775
2016-07-20 11:38:15 +03:00
Ilya Lavrenov
6c42ad5b90
fixed typo
2016-07-19 16:18:48 +03:00
Ilya Lavrenov
87ae4e0564
fixed clone of empty matrix
2016-07-19 11:31:53 +03:00
Ilya Lavrenov
957bf1452c
added some tests for push_back
2016-07-15 14:48:22 +03:00
Ilya Lavrenov
3bf16da92d
added condition for Qt5
2016-07-15 14:01:36 +03:00
Ilya Lavrenov
0af3947468
added note about cv::reduce output type for MIN/MAX
2016-07-14 17:22:08 +03:00
Ilya Lavrenov
c634e39299
removed extra semicolon
2016-07-14 15:50:35 +03:00
Ilya Lavrenov
c4b57d0ded
disable ippiMinMaxIndx_32f_C1R usage since it crashes on Nans
2016-07-14 14:52:58 +03:00
Ilya Lavrenov
9e8d060314
added suppression for TBB valgrind issue
2016-07-14 12:16:52 +03:00
Ilya Lavrenov
91d8405e52
stop search of markers in Exif reader to prevent infinite loop
2016-07-12 16:01:12 +03:00
Ilya Lavrenov
491b6543da
clarify CUDA arithm operations usage with mask
2016-07-12 13:32:58 +03:00
Ilya Lavrenov
5bc10ef796
fixed empty image condition in resize
2016-07-12 13:23:19 +03:00
Ilya Lavrenov
bcc9010630
fixed memory leak in flann tests
2016-07-12 11:53:51 +03:00
Ilya Lavrenov
6677f81779
fixed lintian warnings
2016-06-17 11:00:36 +03:00
Ilya Lavrenov
e0d64df763
fixed -Wunused-result warning
2016-06-16 12:53:59 +03:00
Ilya Lavrenov
068769263e
fixed compilation warning
2016-02-12 18:12:20 +03:00
Ilya Lavrenov
4fa14f75b8
suppress lintian warning in opencv.pc
2015-12-09 13:47:09 +03:00
Ilya Lavrenov
130d4b1bdf
added suppression for python-script-but-no-python-dep
2015-11-25 23:38:44 +03:00
Ilya Lavrenov
969f0c4456
added lintian overrides for debian packages
2015-11-19 17:10:09 +03:00
Ilya Lavrenov
0050df8750
GraphCut deprecated in 7.5 and removed in 8.0
2015-11-15 00:56:56 +03:00
Ilya Lavrenov
9e2395e7e0
return false in grabFrame failed in open method
2015-10-27 16:56:31 +03:00
Ilya Lavrenov
05945bf00e
fixed case when grabbing failed
2015-10-27 16:26:24 +03:00
Ilya Lavrenov
9d78a1ea9f
allow to retrieve videocapture properties before first frame reading
2015-10-26 14:37:38 +03:00
Ilya Lavrenov
96a2edb375
delete video readers
...
(cherry picked from commit 0d5b739d35 )
2015-10-26 10:53:23 +03:00
Ilya Lavrenov
15b313ce4b
fixed memory leak in findHomography tests
...
(cherry picked from commit ec5244a73a )
2015-10-26 10:52:57 +03:00
Ilya Lavrenov
56654ae360
added some property setting and getting
...
(cherry picked from commit 75fcedf0ed )
2015-10-26 10:50:00 +03:00
Ilya Lavrenov
9a3e53e738
repaired GStreamer 0.10 version
...
(cherry picked from commit c19ed39a78 )
2015-10-26 10:49:43 +03:00
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 )
2015-10-26 10:49:32 +03:00
Ilya Lavrenov
0d5b739d35
delete video readers
2015-10-12 00:40:23 +03:00
Ilya Lavrenov
ec5244a73a
fixed memory leak in findHomography tests
2015-10-12 00:11:45 +03:00
Ilya Lavrenov
7746d9b7cc
fix for corrent modules dependencies
...
(cherry picked from commit 1c3d83df54 )
2015-09-17 13:45:08 +03:00
Ilya Lavrenov
f4ffcae8d9
initialize padding of CvString with zeros
...
(cherry picked from commit 7b1eb3af7b )
2015-09-17 13:43:37 +03:00
Ilya Lavrenov
0422054aa1
fixed warnings in gpu module
...
(cherry picked from commit 6a05939e1c )
2015-09-17 13:41:51 +03:00
Ilya Lavrenov
a81f0a5123
fixed uninitialized memory writing/reading in flann
...
(cherry picked from commit 3934d61de7 )
2015-09-17 13:41:31 +03:00
Ilya Lavrenov
c36582d2df
fixed memory leak in flann index
...
(cherry picked from commit 32d7c1950a )
2015-09-17 13:41:16 +03:00
Ilya Lavrenov
d50c07e303
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
...
(cherry picked from commit 887736bcd4 )
2015-09-17 13:41:03 +03:00
Ilya Lavrenov
54693b3fa7
fixed memory leak in GBTrees
...
(cherry picked from commit 1b8c2589c0 )
2015-09-17 13:40:50 +03:00
Ilya Lavrenov
3c3bc123fc
release filestorage before exception
...
(cherry picked from commit 3a1bb93340 )
2015-09-17 13:40:36 +03:00
Ilya Lavrenov
ac33cd688c
fixed memory leak in ANN
...
(cherry picked from commit dfb49097e3 )
2015-09-17 13:40:14 +03:00
Ilya Lavrenov
b5e42d8cc1
fixed memory leak in ml module
...
(cherry picked from commit d7bb1025f3 )
2015-09-17 13:40:02 +03:00
Ilya Lavrenov
7e4e8921bc
fixed memory leak in descriptor regression tests
2015-09-17 13:39:44 +03:00
Ilya Lavrenov
6dcd455ac4
fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp
2015-09-17 13:39:34 +03:00
Ilya Lavrenov
d28e6c9b36
fixed memory leak caused by illegal memory access
...
(cherry picked from commit 4722b2d0e5 )
2015-09-17 13:37:52 +03:00
Ilya Lavrenov
c16f465ff5
fixed "Conditional jump or move depends on uninitialised value" warning
...
(cherry picked from commit f100cdb6d4 )
2015-09-17 13:37:38 +03:00
Ilya Lavrenov
16bcc30e42
typo
...
(cherry picked from commit 793bdaada7 )
2015-09-17 13:37:12 +03:00
Ilya Lavrenov
69c50e0181
fixed typo
...
(cherry picked from commit 370d1ff21a )
2015-09-17 13:37:02 +03:00
Ilya Lavrenov
486c40f578
fixed uninitialized values warning in bad arg test class
...
(cherry picked from commit 47cee8715b )
2015-09-17 13:36:51 +03:00
Ilya Lavrenov
08e38e9ff9
fixed memory leaks in warpAffine tests
...
(cherry picked from commit b70e27e076 )
2015-09-17 13:36:35 +03:00
Ilya Lavrenov
ba3b902da7
fixed memory leaks in floodfill tests
...
(cherry picked from commit d1b882ddcf )
2015-09-17 13:36:24 +03:00
Ilya Lavrenov
bf94e6a91c
fixed memory leaks in cvtyuv tests
...
(cherry picked from commit b2489d31d6 )
2015-09-17 13:36:14 +03:00
Ilya Lavrenov
ecc53dd7a4
fixed memory leak in core ds tests
...
(cherry picked from commit 7719da9552 )
2015-09-17 13:35:51 +03:00
Ilya Lavrenov
fc0e0239b8
fixed valgrind warning in polylines
...
(cherry picked from commit 855765986e )
2015-09-17 13:35:25 +03:00
Ilya Lavrenov
5eb67cc2cb
fix for corrent modules dependencies
2015-09-13 12:44:35 +02:00
Ilya Lavrenov
3143f2fb50
fixed uninitialized memory writing/reading in flann
2015-09-13 12:43:44 +02:00
Ilya Lavrenov
df21a24f81
initialize padding of CvString with zeros
2015-09-13 12:38:10 +02:00
Ilya Lavrenov
ee2008abe8
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
2015-09-13 12:36:57 +02:00
Ilya Lavrenov
1d77d697ef
fixed memory leak in GBTrees
2015-09-13 12:15:30 +02:00
Ilya Lavrenov
cf0f47f589
fixed memory leak in descriptor regression tests
2015-09-13 12:14:30 +02:00
Ilya Lavrenov
f7d36bbad5
fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp
2015-09-13 12:08:19 +02:00
Ilya Lavrenov
d81a0df489
fixed memory leak caused by illegal memory access
2015-09-11 19:07:20 +02:00
Ilya Lavrenov
e7ac52d17a
fixed "Conditional jump or move depends on uninitialised value" warning
2015-09-11 19:03:33 +02:00
Ilya Lavrenov
7e26cf569f
typo
2015-09-11 19:01:18 +02:00
Ilya Lavrenov
e390c8c728
fixed typo
2015-09-11 18:59:33 +02:00
Ilya Lavrenov
5547398786
fixed memory leaks in warpAffine tests
2015-09-11 18:47:30 +02:00
Ilya Lavrenov
7eba9055e0
fixed memory leaks in floodfill tests
2015-09-11 18:47:20 +02:00
Ilya Lavrenov
2a8ef1d065
fixed memory leaks in cvtyuv tests
2015-09-11 18:47:11 +02:00
Ilya Lavrenov
0303e8067e
fixed memory leak in core ds tests
2015-09-11 18:46:52 +02:00
Ilya Lavrenov
11981c31f0
fixed valgrind warning in polylines
2015-09-11 18:45:01 +02:00
Ilya Lavrenov
1c3d83df54
fix for corrent modules dependencies
2015-09-11 11:30:10 +03:00
Ilya Lavrenov
6a05939e1c
fixed warnings in gpu module
2015-09-03 19:13:00 +03:00
Ilya Lavrenov
7b1eb3af7b
initialize padding of CvString with zeros
2015-09-03 18:33:15 +03:00
Ilya Lavrenov
3934d61de7
fixed uninitialized memory writing/reading in flann
2015-09-03 13:25:29 +03:00
Ilya Lavrenov
32d7c1950a
fixed memory leak in flann index
2015-09-01 16:58:35 +03:00
Ilya Lavrenov
1b8c2589c0
fixed memory leak in GBTrees
2015-09-01 14:38:11 +03:00
Ilya Lavrenov
887736bcd4
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
2015-09-01 13:22:49 +03:00
Ilya Lavrenov
3a1bb93340
release filestorage before exception
2015-09-01 13:04:33 +03:00
Ilya Lavrenov
dfb49097e3
fixed memory leak in ANN
2015-09-01 12:29:52 +03:00
Ilya Lavrenov
d7bb1025f3
fixed memory leak in ml module
2015-09-01 11:26:25 +03:00
Ilya Lavrenov
dc441f50cd
fixed memory leak in descriptor regression tests
2015-08-31 17:30:42 +03:00
Ilya Lavrenov
be499b42d9
fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp
2015-08-31 17:21:55 +03:00
Ilya Lavrenov
4722b2d0e5
fixed memory leak caused by illegal memory access
2015-08-20 13:28:10 +03:00
Ilya Lavrenov
f100cdb6d4
fixed "Conditional jump or move depends on uninitialised value" warning
2015-08-20 12:20:38 +03:00
Ilya Lavrenov
7da16d6f47
used proper method
2015-08-17 01:44:50 +03:00
Ilya Lavrenov
75fcedf0ed
added some property setting and getting
2015-08-16 21:25:36 +03:00
Ilya Lavrenov
c19ed39a78
repaired GStreamer 0.10 version
2015-08-16 21:01:22 +03:00
Ilya Lavrenov
793bdaada7
typo
2015-08-16 11:46:48 +03:00
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
2015-08-16 11:16:25 +03:00
Ilya Lavrenov
370d1ff21a
fixed typo
2015-08-15 16:25:25 +03:00
Ilya Lavrenov
47cee8715b
fixed uninitialized values warning in bad arg test class
2015-08-15 14:30:27 +03:00
Ilya Lavrenov
b70e27e076
fixed memory leaks in warpAffine tests
2015-08-15 10:11:52 +03:00
Ilya Lavrenov
d1b882ddcf
fixed memory leaks in floodfill tests
2015-08-15 10:09:31 +03:00
Ilya Lavrenov
b2489d31d6
fixed memory leaks in cvtyuv tests
2015-08-15 10:06:09 +03:00
Ilya Lavrenov
7719da9552
fixed memory leak in core ds tests
2015-08-15 09:53:30 +03:00
Ilya Lavrenov
855765986e
fixed valgrind warning in polylines
2015-08-14 17:57:54 +03:00
Ilya Lavrenov
bb72206ec5
ability to enable OpenMP simultaneously with other parallel framework
2015-05-26 18:08:28 +02:00
Ilya Lavrenov
b0cbec922b
port of MR #4061 to master
2015-05-26 17:47:03 +03:00
Ilya Lavrenov
083aced3b4
fixed OS names
2015-05-26 17:41:23 +03:00
Ilya Lavrenov
13cd052990
typo
2015-05-25 11:21:02 +03:00