Commit Graph

3224 Commits

Author SHA1 Message Date
Andrey Morozov
720dc231e8 minor fix in calculate bitrate 2012-04-20 12:18:40 +00:00
Andrey Morozov
742668434c minor fix in calculate bitrate 2012-04-20 11:58:31 +00:00
Andrey Kamaev
247e2d085f Updated for cmake 2.8.8 2012-04-19 22:33:46 +00:00
Andrey Kamaev
3a4c14e549 Fixed verbosity of badarg tests 2012-04-19 15:45:40 +00:00
Andrey Pavlenko
dbccc9b129 improving Imgproc.convexityDefects() and Imgproc.convexHull() 2012-04-19 15:27:13 +00:00
Andrey Pavlenko
2ec0efaae5 fixing stability of testBitmapToMat() 2012-04-19 15:01:19 +00:00
Andrey Pavlenko
2513f5d3c7 fixing #1808, Java API improvements 2012-04-19 14:21:56 +00:00
Andrey Pavlenko
13427c0cdf fixing convexityDefects() 2012-04-19 14:03:38 +00:00
Andrey Kamaev
0905c4f6c6 Minor fix for previous commit 2012-04-18 22:02:17 +00:00
Andrey Kamaev
2bedf5bfd5 Refactored build conditionals in highgui tests 2012-04-18 21:32:56 +00:00
Andrey Kamaev
b14df1c1e7 Restored old behavior for OSX 2012-04-18 19:46:34 +00:00
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
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
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
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
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
Andrey Kamaev
e4ca7118f3 #1782 Threading optimization of OpenNI wrapper is disabled for TBB < 3.0 2012-04-11 13:08:17 +00:00
Ilya Lysenkov
a77a93a8e2 Minor doc fix. 2012-04-11 12:44:34 +00:00
Alexander Smorkalov
3c08f7a14d Patch #1789 access to Android camera settings applied. 2012-04-11 12:39:58 +00:00
Ilya Lysenkov
8b65286139 Documented error measures used in calcOpticalFlowPyrLK 2012-04-11 12:38:08 +00:00
Andrey Pavlenko
af198233a9 Java API: fixing more tests 2012-04-11 12:37:24 +00:00
Andrey Kamaev
570ec2f166 Improved status report for Eigen and Ximea, improved search of PvApi headers/libs 2012-04-11 12:05:53 +00:00
Alexander Shishkov
7cd42b8b6a modified reduce test 2012-04-11 11:53:56 +00:00
Andrey Kamaev
b756033206 Fixed several warnings on various platforms 2012-04-11 11:11:39 +00:00
Andrey Kamaev
b31f468921 Fixed MSVC warning in Mat::diag 2012-04-10 22:57:01 +00:00
Andrey Kamaev
626afecaf8 Fixed couple of MSVC warnings 2012-04-10 22:21:12 +00:00
Vadim Pisarevsky
b122f7326b fixed Core_Array.expressions test 2012-04-10 21:28:53 +00:00
Vadim Pisarevsky
8b0d9f4f5c excluded dangerously overriden Mat_::reshape() method (ticket #1510) 2012-04-10 20:35:57 +00:00
Vadim Pisarevsky
07750a1c7e extended Sobel & Scharr description (ticket #1555). Added CV_32F/CV_64F format combination in sepFilter2D. 2012-04-10 20:25:22 +00:00
Vadim Pisarevsky
6e5e2aa32f fixed references in calib3d (including the ticket #1627) 2012-04-10 19:54:16 +00:00
Andrey Pavlenko
527ff00720 Java API: fixing more tests 2012-04-10 19:23:53 +00:00
Andrey Pavlenko
700bd454b6 Java API: fixing more tests 2012-04-10 19:17:44 +00:00
Andrey Kamaev
1cf96d36cd Corrected fix of flann deprecation warnings 2012-04-10 19:16:31 +00:00
Alexander Reshetnikov
4507764845 Added video input perf test 2012-04-10 18:02:58 +00:00
Andrey Kamaev
a13f03f61e Fixed/suppressed remaining warnings from the python bindings 2012-04-10 15:50:19 +00:00
Andrey Kamaev
c712f376d5 Fixed warnings about unused return value of fscanf, scanf and system 2012-04-10 15:44:07 +00:00
Andrey Kamaev
7fd1cfc5e7 Fixed warnings about unused return value of fread 2012-04-10 15:12:08 +00:00
Andrey Pavlenko
5f02bbd0d9 Java API: fixing more tests 2012-04-10 15:01:10 +00:00
Vadim Pisarevsky
2c4b5014ac added notice and sample about transparent PNGs support in cv::write (ticket #1438, #1706) 2012-04-10 14:50:52 +00:00
Vadim Pisarevsky
9eb0dc5194 minor correction in fx, fy (elements of camera matrix) description (ticket #1779) 2012-04-10 14:33:14 +00:00
Vadim Pisarevsky
c0000f3aed added missing contrib & legacy chapters to the reference manual; fixed (x, y)->(y, x) ordering in Mat.at (ticket #1726) 2012-04-10 14:28:48 +00:00
Maria Dimashova
6cbd36fd1e fixed likelihood computing 2012-04-10 14:03:05 +00:00
Maria Dimashova
411467eab8 fixed likelihood computing 2012-04-10 13:21:32 +00:00
Ilya Lysenkov
74325fe993 Removed unnecessary mat.t() 2012-04-10 13:04:18 +00:00
Ilya Lysenkov
829e558d48 Andrey, Maria and I fixed Mat::diag() 2012-04-10 13:02:58 +00:00
Ilya Lysenkov
ade6388d3a Vadim, Maria, Alex, Andrey and I fixed the EM algorithm 2012-04-10 12:45:07 +00:00
Alexander Shishkov
b8f2011f80 fixed incorrect boundaries in countNonZero test 2012-04-10 12:39:32 +00:00
Andrey Pavlenko
a57bc4feea Java API: fixing more tests 2012-04-10 12:09:14 +00:00
Maria Dimashova
39c23ea0bd replaced using cv::exp 2012-04-10 11:06:21 +00:00
Vadim Pisarevsky
6b0ea0e04e define MIN macro in order to build opencv_ffmpeg*.dll. 2012-04-10 10:53:04 +00:00
Maria Dimashova
3b02ee4b29 modified likelihood computing 2012-04-10 10:52:11 +00:00
Maria Dimashova
74b38e978b fixed kmeans 2012-04-10 10:06:28 +00:00
Andrey Pavlenko
7e06b18144 workaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for checkRange 2012-04-10 09:48:06 +00:00
Vadim Pisarevsky
38befe3336 avoid use of OpenCV functions (like cvRound) in cap_ffmpeg_impl*.hpp 2012-04-10 08:40:50 +00:00
Andrey Kamaev
18067c8e9f Fixed flann deprecation warnings from flann itself 2012-04-10 08:27:39 +00:00
Andrey Kamaev
cb1565ebc9 Added Android-specific implementation of getNumberOfCPUs 2012-04-10 08:26:46 +00:00
Andrey Pavlenko
dccfd79da8 #1783: test and fix for the bug 2012-04-10 08:22:33 +00:00
Vadim Pisarevsky
b253665f8c added explicit VideoWriter::release(). Fixed video stream finalization (write remaining frames); Fixed occasional crash in the case of odd-width or odd-height videos; Fixed a few problems in ffmpeg tests. Positioning still does not work well. 2012-04-09 23:12:52 +00:00
Alexander Shishkov
692b709955 test commit for Buildbot 2012-04-09 20:57:53 +00:00
Alexander Shishkov
d277a6a2d4 test commit for Buildbot 2012-04-09 20:17:02 +00:00
Andrey Kamaev
935222c58f ffmpeg version info for Windows 2012-04-09 18:31:52 +00:00
Alexander Reshetnikov
05abdcd64f Changes of highgui structure 2012-04-09 17:38:46 +00:00
Vadim Pisarevsky
82db65ae8f avoid compile error of opencv_ffmpeg[_64].dll with v2 of FFMPEG wrappers 2012-04-09 17:18:00 +00:00
Alexander Shishkov
f551b2547e turn on CountNonZero test 2012-04-09 15:40:50 +00:00
Alexander Reshetnikov
d9e4ad3f50 Code style refactoring for ffmpeg wrappers 2012-04-09 15:38:37 +00:00
Alexander Reshetnikov
3514042b29 Updated getProperty method in old ffmpeg wrapper 2012-04-09 15:16:59 +00:00
Vadim Pisarevsky
2a626e1a2d fixed input array initialization in ArithmMaskUninitialized test (thanks to Alexander!) 2012-04-09 14:51:08 +00:00
Andrey Pavlenko
d03d54f8c1 updating Eclipse projects settings 2012-04-09 14:14:41 +00:00
Ilya Lysenkov
75ad9b9867 Documented a return value in cvOpenFileStorage (issue #215) 2012-04-09 13:37:44 +00:00
Alexander Reshetnikov
264dff5231 Fixed ffmpeg encoding error (ticket #1743) 2012-04-09 13:35:48 +00:00
Vadim Pisarevsky
8521f8a5ec fixed crashes in videocapture and videowriter on Ubuntu 11.10 2012-04-09 12:50:29 +00:00
Ilya Lysenkov
4e51c38fa3 Documented a return value in meanShift() and CamShift() (issue #1678) 2012-04-09 12:44:18 +00:00
Ilya Lysenkov
e10d7b262b Updated a comment about return value in meanShift and CamShift 2012-04-09 12:30:14 +00:00
Alexander Shishkov
bc803ec93e nonfree is optional for Python module now 2012-04-09 12:07:47 +00:00
Ilya Lysenkov
9f20d014c6 Added documentation of old Python parameters in cv.DrawContours() (issue #987) 2012-04-09 12:03:01 +00:00
Alexander Shishkov
b79dfaf078 fixed problem with SURF loading in Python tests 2012-04-09 11:45:36 +00:00
Andrey Pavlenko
a68d0278ba Java API: fixing tests compatibility with API level 8 2012-04-09 11:36:32 +00:00
Ilya Lysenkov
28cf8cee53 Documented the Python version of findContours (issue #1697) 2012-04-09 11:30:38 +00:00
Maria Dimashova
f2c252f8e7 moved to double in EM; fixed bug 2012-04-09 10:51:50 +00:00
Ilya Lysenkov
b6452f4bcf Added a note that cv::pow() doesn't handle NaN and Inf values (#1739) 2012-04-09 10:50:27 +00:00
Andrey Pavlenko
a9b3a17ae6 Java API: fixing more tests 2012-04-09 08:53:54 +00:00
Andrey Pavlenko
17d88783c2 Java API: fixing more tests 2012-04-09 08:31:28 +00:00
Andrey Pavlenko
bb870a8270 Java API: fixing more tests 2012-04-09 08:20:23 +00:00
Andrey Pavlenko
2e7a9041a7 Java API: fixing more tests 2012-04-09 08:07:18 +00:00
Andrey Kamaev
7cc7a3f37d Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 2012-04-08 21:49:19 +00:00
Andrey Kamaev
c16a1d86cc Fixed python detection on Windows with both 32bit and 64bit pythons installed. 2012-04-08 17:36:41 +00:00
Andrey Pavlenko
35a7dfbd37 removing Java tests for removed classes 2012-04-08 17:26:17 +00:00
Andrey Pavlenko
d96dcb8a71 fixing Android build error in Java API 2012-04-08 17:10:15 +00:00
Marina Kolpakova
b5f5700911 fixed build with gcc 4.5+ (#1774) 2012-04-07 16:06:47 +00:00
Marina Kolpakova
cf02b2e258 additional android logging for output gtest xml file 2012-04-07 12:51:59 +00:00