Andrey Kamaev
|
68aec288c0
|
Fixed Calc_Hist under 32-bit gcc
|
2012-04-18 16:16:54 +00:00 |
|
Maria Dimashova
|
423b721d97
|
fixed AlgorithmInfo::read for read only parameters (thanks to Vadim)
|
2012-04-18 14:03:35 +00:00 |
|
Andrey Kamaev
|
78ee81c409
|
Fixed dependency from opencv_nonfree in Java bindings
|
2012-04-18 12:58:42 +00:00 |
|
Maria Dimashova
|
f6bddd23af
|
minor doc fix
|
2012-04-18 12:41:23 +00:00 |
|
Maria Dimashova
|
b4a02fae0b
|
added doc on cv::EM; moved doc on CvEM to legacy/doc
|
2012-04-18 12:22:46 +00:00 |
|
Maria Dimashova
|
ca8241f6e5
|
made em params read only; minor renaming
|
2012-04-18 11:56:50 +00:00 |
|
Maria Dimashova
|
c2ae452ab9
|
fixed misspelling in ertrees doc
|
2012-04-18 11:44:35 +00:00 |
|
Andrey Kamaev
|
80516ecbe6
|
Fixed typo; removed duplicated call
|
2012-04-18 08:41:00 +00:00 |
|
Andrey Kamaev
|
11ce8683bb
|
Fixed stitching module tests built without nonfree
|
2012-04-18 08:00:12 +00:00 |
|
Alexander Shishkov
|
eb306311f1
|
fixed FFMPEG wrapper compilation on Windows
|
2012-04-18 07:48:47 +00:00 |
|
Andrey Kamaev
|
0fd5a9e965
|
Probably fixed instability of single-precision floating-point RNG
|
2012-04-18 06:09:31 +00:00 |
|
Alexander Reshetnikov
|
4ec74414bb
|
Fixed error in frame positioning (bug #1815)
|
2012-04-17 17:18:35 +00:00 |
|
Andrey Kamaev
|
72f4386fb9
|
Probably fixed EM tests failure on x86 platforms (thanks to Maria D.)
|
2012-04-17 15:28:10 +00:00 |
|
Maria Dimashova
|
3dfa917879
|
refactored train and predict methods of em
|
2012-04-17 06:29:40 +00:00 |
|
Andrey Kamaev
|
8f7e5811b6
|
Fixed 2 failing python tests
|
2012-04-16 21:18:30 +00:00 |
|
Andrey Kamaev
|
24c7bdc3d7
|
#1809 include unistd.h required for usleep
|
2012-04-16 18:17:38 +00:00 |
|
Andrey Kamaev
|
73047b6d4e
|
Fixed failing Video_OpticalFlow.accuracy test
|
2012-04-16 15:56:27 +00:00 |
|
Maria Dimashova
|
cdb3f11d5e
|
fixed test on em (old interface)
|
2012-04-16 15:19:10 +00:00 |
|
Andrey Kamaev
|
965dbf3620
|
run.py: try working directory as a build path if no paths provided
|
2012-04-16 15:18:47 +00:00 |
|
Andrey Kamaev
|
b835c04589
|
Fixed incorrect asssertion in test
|
2012-04-16 15:17:30 +00:00 |
|
Andrey Kamaev
|
44a1e79621
|
Fixed build warnings
|
2012-04-16 15:00:00 +00:00 |
|
Maria Dimashova
|
eaf0d38f03
|
removed changes of r8043; fixed 4 broken ml tests by other way
|
2012-04-16 13:50:10 +00:00 |
|
Andrey Kamaev
|
6d00182e13
|
Fixed Android build with correct manifest file
|
2012-04-16 13:30:35 +00:00 |
|
Maria Dimashova
|
570c8254b2
|
fixed test on em
|
2012-04-16 12:15:16 +00:00 |
|
Maria Dimashova
|
30f8d5a7d7
|
fixed creation of opponent space descriptors (#1805)
|
2012-04-16 11:50:06 +00:00 |
|
Maria Dimashova
|
3ee1a1d83c
|
fixed mistake in method name (#1798)
|
2012-04-16 11:01:08 +00:00 |
|
Maria Dimashova
|
71d7482aee
|
fixed nan in EM, added new test on EM
|
2012-04-16 10:30:42 +00:00 |
|
Andrey Kamaev
|
f9da906144
|
Fixed Android manifest generation and Android samples install
|
2012-04-16 09:14:26 +00:00 |
|
Ilya Lysenkov
|
ed8e4b5bcc
|
Fixed comparison methods in matchShapes (issue #1012)
|
2012-04-16 08:57:42 +00:00 |
|
Andrey Kamaev
|
2f88062de7
|
Fixed Android build warning
|
2012-04-16 07:22:44 +00:00 |
|
Andrey Kamaev
|
5c7e8d775c
|
Fixed 4 broken ml tests.
|
2012-04-13 19:39:14 +00:00 |
|
Ilya Lysenkov
|
2619221331
|
Spell checked the documentation with VIM (issue #223)
|
2012-04-13 19:04:44 +00:00 |
|
Alexander Reshetnikov
|
5d4c194502
|
Removed stdio include from ffmpeg wrapper
|
2012-04-13 17:56:45 +00:00 |
|
Alexander Reshetnikov
|
0442b3eae4
|
Updated diagnostic messages in VideoWriter (for ticket #1736)
|
2012-04-13 17:39:45 +00:00 |
|
Ilya Lysenkov
|
b07f89dcb1
|
Removed mentions of TBB optimization if users can't actually use it (thanks to Andrey K.)
|
2012-04-13 15:57:58 +00:00 |
|
Ilya Lysenkov
|
2f44610ef3
|
Mentioned in doc if a function is parallelized with the TBB library (issue #421)
|
2012-04-13 15:31:18 +00:00 |
|
Andrey Kamaev
|
74cc370c74
|
Added Java tests support to run.py
|
2012-04-13 14:50:11 +00:00 |
|
Ilya Lysenkov
|
131663b709
|
Documented C++ interfaces of XML/YAML persistence classes (issues #1358, #539)
|
2012-04-13 13:41:57 +00:00 |
|
Andrey Morozov
|
5a21ac5ee4
|
increased bitrate of recorded video on 25%
|
2012-04-13 10:25:29 +00:00 |
|
Andrey Morozov
|
0c273b867e
|
increased bitrate of recorded video on 25%
|
2012-04-13 09:57:41 +00:00 |
|
Alexander Shishkov
|
d77fb60017
|
minor changes in documentation
|
2012-04-13 07:31:10 +00:00 |
|
Andrey Kamaev
|
b6dac61e96
|
Fixed several documentation warnings and errors.
|
2012-04-12 17:41:55 +00:00 |
|
Maria Dimashova
|
9d764b4115
|
fixed #1795
|
2012-04-12 16:43:37 +00:00 |
|
Andrey Kamaev
|
97835a8f32
|
Fixed 9 more build warnings
|
2012-04-12 16:21:08 +00:00 |
|
Alexander Reshetnikov
|
7f6c487ae0
|
Added perf test for video output
|
2012-04-12 14:52:27 +00:00 |
|
Maria Dimashova
|
9783cd985f
|
fixed ERTrees name for writing to/reading from xml
|
2012-04-12 14:13:15 +00:00 |
|
Maria Dimashova
|
14ca8ed03c
|
added ability to read files with different space count
|
2012-04-12 14:03:35 +00:00 |
|
Andrey Kamaev
|
7a3786bad9
|
Fixed PvApi wrapper build
|
2012-04-12 13:50:23 +00:00 |
|
Alexander Reshetnikov
|
5042f5daa7
|
Fixed compilation error under Linux (memset for pvapi was moved to constructor)
|
2012-04-12 13:35:48 +00:00 |
|
Andrey Pavlenko
|
f1e3d4d492
|
adding test for the bug #1795
|
2012-04-12 13:06:05 +00:00 |
|