Alexander Smorkalov [Thu, 31 May 2012 10:54:37 +0000 (10:54 +0000)]
CodeReview #1511 notes upplied.
Andrey Kamaev [Thu, 31 May 2012 08:11:47 +0000 (08:11 +0000)]
Added C++ and python signatures for moveWindow, resizeWindow and setMouseCallback
Andrey Kamaev [Thu, 31 May 2012 08:02:52 +0000 (08:02 +0000)]
Fixed #1996
Andrey Kamaev [Thu, 31 May 2012 06:59:06 +0000 (06:59 +0000)]
Added test for #1997; fixed build warnings
Marina Kolpakova [Wed, 30 May 2012 15:56:53 +0000 (15:56 +0000)]
tegra integration
Andrey Kamaev [Wed, 30 May 2012 14:06:47 +0000 (14:06 +0000)]
Made reference manual table of contents autogenerated
Vadim Pisarevsky [Wed, 30 May 2012 13:02:45 +0000 (13:02 +0000)]
changed "void FileStorage::release(string&)" to "string FileStorage::releaseAndGetString()"
Alexander Kapustin [Wed, 30 May 2012 11:52:53 +0000 (11:52 +0000)]
tegra::cvtRGB2HSV function was added
Vadim Pisarevsky [Wed, 30 May 2012 11:29:22 +0000 (11:29 +0000)]
replaced "string FileStorage::release()" with 2 methods to preserve backward compatibility.
Vladislav Vinogradov [Wed, 30 May 2012 05:44:34 +0000 (05:44 +0000)]
fixed mark_nvidia.py script (warpAffine and warpPerspective)
Andrey Kamaev [Tue, 29 May 2012 17:13:24 +0000 (17:13 +0000)]
Fixed Java API build
Andrey Kamaev [Tue, 29 May 2012 16:55:46 +0000 (16:55 +0000)]
Documentation: fixed class/struc members documentation; added warning on incorrectly documented member
Andrey Kamaev [Tue, 29 May 2012 15:42:38 +0000 (15:42 +0000)]
Documentation: fixed operators regex; added varargs support
Andrey Kamaev [Tue, 29 May 2012 14:51:59 +0000 (14:51 +0000)]
Documentation: improved correctness checking for superclasses
Andrey Kamaev [Tue, 29 May 2012 14:18:43 +0000 (14:18 +0000)]
Documentation: added support for multiple superclasses
Andrey Kamaev [Tue, 29 May 2012 13:59:49 +0000 (13:59 +0000)]
Documentation: added support for virtual methods
Andrey Kamaev [Tue, 29 May 2012 13:42:50 +0000 (13:42 +0000)]
Documentation: added support for superclasses in class definition #1308
Alexander Smorkalov [Tue, 29 May 2012 13:11:08 +0000 (13:11 +0000)]
Native camera libs rebuilt for bug #1989 fix.
Alexander Smorkalov [Tue, 29 May 2012 12:13:51 +0000 (12:13 +0000)]
Bug #1989 fixed. NULL pointer check added.
Evgeny Talanin [Tue, 29 May 2012 11:41:24 +0000 (11:41 +0000)]
Temporarily disable test on Mac
Andrey Kamaev [Tue, 29 May 2012 11:41:23 +0000 (11:41 +0000)]
Fixed documentation generation for function arguments having array type i.e. 'type arg[]'
Vladislav Vinogradov [Tue, 29 May 2012 11:30:44 +0000 (11:30 +0000)]
Bug #1991 : fixed gpu interpolation (remap, resize, warp...)
Andrey Pavlenko [Tue, 29 May 2012 11:04:04 +0000 (11:04 +0000)]
fixing Java test and sample after moving drawContours() from Imgproc to Core
Andrey Kamaev [Tue, 29 May 2012 10:57:25 +0000 (10:57 +0000)]
Added check for trailing semicolon to rst parser; fixed few documentation build warnings
Andrey Kamaev [Tue, 29 May 2012 10:36:19 +0000 (10:36 +0000)]
Fixed documentation: corrected parameter names
Vladislav Vinogradov [Tue, 29 May 2012 08:03:36 +0000 (08:03 +0000)]
fixed some bugs in gpu module under Windows:
* convertTo alignment error
* compare with scalars error
Andrey Kamaev [Tue, 29 May 2012 05:41:46 +0000 (05:41 +0000)]
Fixed property names in cap_dshow #1993
Andrey Kamaev [Mon, 28 May 2012 20:11:38 +0000 (20:11 +0000)]
More fixes for documentation.
Vadim Pisarevsky [Mon, 28 May 2012 15:38:58 +0000 (15:38 +0000)]
added API for storing OpenCV data structures to text string and reading them back
Andrey Kamaev [Mon, 28 May 2012 15:29:21 +0000 (15:29 +0000)]
Small fixes for documentation checking script
Andrey Kamaev [Mon, 28 May 2012 14:45:14 +0000 (14:45 +0000)]
Added check for documented but missing functions
Andrey Kamaev [Mon, 28 May 2012 14:36:15 +0000 (14:36 +0000)]
New bunch of documentation fixes
Andrey Kamaev [Mon, 28 May 2012 13:57:45 +0000 (13:57 +0000)]
remaining C-style planar subdivisions data structures are moved to legacy
Kirill Kornyakov [Mon, 28 May 2012 13:31:44 +0000 (13:31 +0000)]
added fix_properties scripts for Android samples
Vladislav Vinogradov [Mon, 28 May 2012 12:09:40 +0000 (12:09 +0000)]
fixed several problems with CUDA 5.0
* gpu::LUT, uses device memory instead of host memory
* gpu::multiply, round mod for CV_8U depth
Andrey Kamaev [Mon, 28 May 2012 11:22:43 +0000 (11:22 +0000)]
Fixed more documentation & source discrepancies
Alexander Mordvintsev [Mon, 28 May 2012 09:25:08 +0000 (09:25 +0000)]
compatibility corrections
Alexander Mordvintsev [Mon, 28 May 2012 08:51:50 +0000 (08:51 +0000)]
updated video_threaded.py sample:
- switch btw threaded and non-threaded mode
- performance counters
- description
Vladislav Vinogradov [Mon, 28 May 2012 08:08:14 +0000 (08:08 +0000)]
minor fix of gpu perf tests
Andrey Kamaev [Mon, 28 May 2012 07:36:14 +0000 (07:36 +0000)]
Fixed hundreds of documentation problems
Andrey Kamaev [Mon, 28 May 2012 07:34:49 +0000 (07:34 +0000)]
Added new script for checking correctness of documentation
Andrey Kamaev [Fri, 25 May 2012 17:56:28 +0000 (17:56 +0000)]
Added test for #914
Alexander Mordvintsev [Fri, 25 May 2012 14:38:39 +0000 (14:38 +0000)]
video_threaded.py sample now uses multiprocessing module's ThreadPool
Alexander Shishkov [Fri, 25 May 2012 13:35:14 +0000 (13:35 +0000)]
temp commit
Alexander Shishkov [Fri, 25 May 2012 13:16:16 +0000 (13:16 +0000)]
temp commit
Andrey Kamaev [Fri, 25 May 2012 13:13:51 +0000 (13:13 +0000)]
Fixed some build warnings
Andrey Kamaev [Fri, 25 May 2012 13:12:02 +0000 (13:12 +0000)]
Moved 3rd-party libraries detection to separate cmake files
Alexander Shishkov [Fri, 25 May 2012 13:11:34 +0000 (13:11 +0000)]
temp commit
Andrey Kamaev [Fri, 25 May 2012 11:26:43 +0000 (11:26 +0000)]
Added new perf tests for boxFilter
Anatoly Baksheev [Fri, 25 May 2012 09:44:00 +0000 (09:44 +0000)]
compilation with CUDA5.0 (#1982, thanks to Rodrigo)
Andrey Kamaev [Fri, 25 May 2012 09:04:26 +0000 (09:04 +0000)]
Fixed groupRectangles documentation #1817
Andrey Kamaev [Fri, 25 May 2012 08:20:13 +0000 (08:20 +0000)]
Added tegra stub for cornerEigenValsVecs
Andrey Kamaev [Thu, 24 May 2012 20:10:13 +0000 (20:10 +0000)]
Fixed PvAPI search on Windows #1927
Anatoly Baksheev [Thu, 24 May 2012 17:12:14 +0000 (17:12 +0000)]
perf_framework: added TEST_CYCLE_MULTIRUN macros ( invokes function tested several times at each iteration )
Maria Dimashova [Thu, 24 May 2012 16:52:14 +0000 (16:52 +0000)]
fixed #1981
Andrey Kamaev [Thu, 24 May 2012 15:42:07 +0000 (15:42 +0000)]
Updated sanity checks for some imgproc perf tests
Alexander Mordvintsev [Thu, 24 May 2012 15:40:55 +0000 (15:40 +0000)]
added video_threaded.py sample
Vadim Pisarevsky [Thu, 24 May 2012 11:50:54 +0000 (11:50 +0000)]
some more fixes in Algorithm methods declarations
Andrey Kamaev [Wed, 23 May 2012 19:28:41 +0000 (19:28 +0000)]
Minor cmake change
Vladislav Vinogradov [Wed, 23 May 2012 13:55:10 +0000 (13:55 +0000)]
added mark_nvidia script
Vladislav Vinogradov [Wed, 23 May 2012 13:20:53 +0000 (13:20 +0000)]
minor fix of gpu perf tests
Vadim Pisarevsky [Wed, 23 May 2012 13:01:40 +0000 (13:01 +0000)]
fixed undistortPoints description (ticket #1964)
Vladislav Vinogradov [Wed, 23 May 2012 12:58:01 +0000 (12:58 +0000)]
updated gpu performance tests
Vadim Pisarevsky [Wed, 23 May 2012 12:52:46 +0000 (12:52 +0000)]
fixed description of cv::invert() (ticket #1972)
Vadim Pisarevsky [Wed, 23 May 2012 12:35:51 +0000 (12:35 +0000)]
fixed description of Algorithm::getList(); added sample, thanks to Shervin Emami (ticket #1972)
Andrey Kamaev [Wed, 23 May 2012 09:28:26 +0000 (09:28 +0000)]
Fixed assert placement in cv::invert
Andrey Kamaev [Wed, 23 May 2012 08:50:43 +0000 (08:50 +0000)]
Added documentation for buildOpticalFlowPyramid
Vladislav Vinogradov [Tue, 22 May 2012 18:59:26 +0000 (18:59 +0000)]
compilation
Anatoly Baksheev [Tue, 22 May 2012 18:58:01 +0000 (18:58 +0000)]
gpu: added Cascade and mulAndScaleSpectrums perf tests
Alexander Mordvintsev [Tue, 22 May 2012 15:53:39 +0000 (15:53 +0000)]
exposed MSER to python again
Alexander Smorkalov [Tue, 22 May 2012 14:47:40 +0000 (14:47 +0000)]
cv::Exception handling added. Multithreading bug fixed.
Vladislav Vinogradov [Tue, 22 May 2012 13:59:40 +0000 (13:59 +0000)]
updated filters performance tests in gpu module
Leonid Beynenson [Tue, 22 May 2012 13:24:37 +0000 (13:24 +0000)]
Added a check of the DetectionBasedTracker's inner state in the main thread function of this class.
This change should fix a multithread bug in the class.
Anatoly Baksheev [Tue, 22 May 2012 13:15:22 +0000 (13:15 +0000)]
arithm test gpu tests for cpu :)
Alexander Smorkalov [Tue, 22 May 2012 12:21:26 +0000 (12:21 +0000)]
Face detection example updated. Dtetection base tracker mode added.
Vladislav Vinogradov [Tue, 22 May 2012 11:27:45 +0000 (11:27 +0000)]
fixed gpu-vs-cpu performance tests
Alexander Mordvintsev [Tue, 22 May 2012 11:21:25 +0000 (11:21 +0000)]
fixed #1969
Vladislav Vinogradov [Tue, 22 May 2012 10:29:58 +0000 (10:29 +0000)]
updated gpu-vs-cpu performance tests
Alexander Mordvintsev [Tue, 22 May 2012 09:11:09 +0000 (09:11 +0000)]
fixed gaussian_mix.py sample
Anatoly Baksheev [Tue, 22 May 2012 08:54:48 +0000 (08:54 +0000)]
fixed precom for opencv_perf_gpu_cpu
Alexander Mordvintsev [Tue, 22 May 2012 08:45:10 +0000 (08:45 +0000)]
made video_dmtx.py description visible in demo.py
Alexander Mordvintsev [Tue, 22 May 2012 08:43:42 +0000 (08:43 +0000)]
removed derivLambda param for LK-tracker
linetype -> lineType
Vladislav Vinogradov [Tue, 22 May 2012 08:29:08 +0000 (08:29 +0000)]
added cpu performance test for gpu module
Alexander Mordvintsev [Tue, 22 May 2012 07:58:31 +0000 (07:58 +0000)]
FIX: VideoCapture::read() was returning empty image for camera captures
Andrey Kamaev [Mon, 21 May 2012 20:15:17 +0000 (20:15 +0000)]
Fixed some corner cases of opencv_world configuration
Andrey Kamaev [Mon, 21 May 2012 19:25:03 +0000 (19:25 +0000)]
Updated to TBB4.0 update 4 for Android build
Vadim Pisarevsky [Mon, 21 May 2012 15:27:40 +0000 (15:27 +0000)]
FaceRecognizer class is now derived from Algorithm, therefore it's possible to set and retrieve the parameters using conventional Algorithm::set and Algorithm::get methods
Vadim Pisarevsky [Mon, 21 May 2012 14:56:07 +0000 (14:56 +0000)]
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876)
Andrey Kamaev [Mon, 21 May 2012 13:57:36 +0000 (13:57 +0000)]
Updated tegra optical flow stub
Leonid Beynenson [Mon, 21 May 2012 13:54:42 +0000 (13:54 +0000)]
Now the DetectionBasedTracker will throw exception if it cannot load cascade detector from a file.
Andrey Kamaev [Mon, 21 May 2012 13:07:53 +0000 (13:07 +0000)]
Added new performance tests for calcOpticalFlowPyrLK and buildOpticalFlowPyramid; extracted private header from lkpyramid.cpp
Andrey Kamaev [Mon, 21 May 2012 08:53:38 +0000 (08:53 +0000)]
Fixed Linux build
Maria Dimashova [Mon, 21 May 2012 08:47:57 +0000 (08:47 +0000)]
include nonfree for a couple of f2d samples
Andrey Kamaev [Sun, 20 May 2012 19:05:36 +0000 (19:05 +0000)]
Restored QuartzCore framework for OS X
Andrey Kamaev [Sun, 20 May 2012 18:49:57 +0000 (18:49 +0000)]
Refactored highgui libraries search (tested on Windows only)
Andrey Kamaev [Sun, 20 May 2012 18:45:19 +0000 (18:45 +0000)]
Fixed few MinGW build problems
Andrey Kamaev [Sun, 20 May 2012 08:26:20 +0000 (08:26 +0000)]
Fixing Android SDK search on OS X.
Maria Dimashova [Sat, 19 May 2012 14:34:36 +0000 (14:34 +0000)]
skip of table header in MLData (#1962)
Andrey Kamaev [Sat, 19 May 2012 13:48:36 +0000 (13:48 +0000)]
Refactored CMake status report for video IO libs
Andrey Kamaev [Sat, 19 May 2012 10:44:43 +0000 (10:44 +0000)]
Fixing compile on some MinGW platforms