Commit Graph

4342 Commits

Author SHA1 Message Date
Ilya Lysenkov
ed8e4b5bcc Fixed comparison methods in matchShapes (issue #1012) 2012-04-16 08:57:42 +00:00
Andrey Kamaev
00de4b9314 Fixed compiler flags caching in toolchain; fixed zlib search. 2012-04-16 07:24:15 +00:00
Andrey Kamaev
2f88062de7 Fixed Android build warning 2012-04-16 07:22:44 +00:00
Andrey Kamaev
67a336e0be Fixed gcc version parsing. 2012-04-13 19:47:29 +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
Andrey Morozov
ee682493fd added support clang compiler 2012-04-13 14:15:17 +00:00
Ilya Lysenkov
131663b709 Documented C++ interfaces of XML/YAML persistence classes (issues #1358, #539) 2012-04-13 13:41:57 +00:00
Alexander Shishkov
73aa0e66b9 minor changes in windows install tutorial 2012-04-13 13:01:43 +00:00
Alexander Shishkov
9b6440b415 removed module index 2012-04-13 12:14:19 +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
Andrey Kamaev
3b3d1a86ae Fixed ant search on Windows 2012-04-12 15:29:50 +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
8a8b34667d increased the trees number for ERTrees 2012-04-12 14:05:55 +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 Kamaev
3d42ebb329 Fixed typo 2012-04-12 13:19:00 +00:00
Andrey Pavlenko
f1e3d4d492 adding test for the bug #1795 2012-04-12 13:06:05 +00:00
Alexander Shishkov
f87660033f changed css for search panel 2012-04-12 13:03:16 +00:00
Vadim Pisarevsky
5f33aecd30 changed 2.3 to 2.4 in some guides & tutorials (ticket #1794) 2012-04-12 12:48:58 +00:00
Vadim Pisarevsky
1371c96935 extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. 2012-04-12 12:34:55 +00:00
Alexander Reshetnikov
6d0c022347 Fixed cameras segfault (patch #1771) 2012-04-12 12:11:43 +00:00
Andrey Kamaev
7c33d65b59 Fixed broken by r8007 install target 2012-04-12 11:55:33 +00:00
Alexander Shishkov
4a6d434e7d fixed #1310 2012-04-12 11:53:30 +00:00
Alexander Reshetnikov
2c3a712b43 Minor refactoring of condition for avformat_find_stream_info (ticket #1790) 2012-04-12 11:29:02 +00:00
Andrey Kamaev
b3587c9e34 Fixed problem with headers install patch 2012-04-12 11:11:12 +00:00
Ilya Lysenkov
553ea7510b Documented valid image types in morphology operations (issue #1679) 2012-04-12 10:57:11 +00:00
Marina Kolpakova
d547d9c986 fixed alignment related bugs in gpu/nvidia 2012-04-12 10:09:51 +00:00
Ilya Lysenkov
6de2b1a0e6 Updated doc of flann::hierarchicalClustering (issue #1216) 2012-04-12 09:20:43 +00:00
Ilya Lysenkov
cd407b53a8 Corrected doc of Mat::adjustROI() (issue #1245) 2012-04-12 09:01:03 +00:00
Ilya Lysenkov
e4525860e0 Fixed a typo 2012-04-12 08:23:58 +00:00
Marina Kolpakova
c0f6e219bb calcCovarMatrix cupport fot std::vectors of cv::Mat (#494) 2012-04-12 04:21:32 +00:00
Vadim Pisarevsky
38488cfdf1 probably fixed linemod crash (thanks to Stefan for the report) 2012-04-11 19:40:57 +00:00
Maria Dimashova
04d24a8824 refactored likelihood computing 2012-04-11 15:28:50 +00:00
Andrey Kamaev
51385ac73a Java Tests: filtered VideoCapture tests 2012-04-11 14:46:50 +00:00
Alexander Shishkov
94f82c6a1c changed css for search panel 2012-04-11 14:26:49 +00:00
Maria Dimashova
3db7823682 removed unnecessary param 2012-04-11 13:48:20 +00:00
Andrey Kamaev
d8cec20e1b Added perf test for calcOpticalFlowPyrLK 2012-04-11 13:47:55 +00:00