Andrey Kamaev [Mon, 19 Dec 2011 15:15:40 +0000 (15:15 +0000)]
Fixed cv::norm accuracy test allowed error
Andrey Morozov [Mon, 19 Dec 2011 13:20:34 +0000 (13:20 +0000)]
fixed parallel build under Windows
Andrey Kamaev [Mon, 19 Dec 2011 07:43:07 +0000 (07:43 +0000)]
Added multiple connected Android devices support to the run.py script
Andrey Morozov [Fri, 16 Dec 2011 07:14:55 +0000 (07:14 +0000)]
added experimental feature for parallel build solution under Windows
Andrey Kamaev [Fri, 16 Dec 2011 04:42:34 +0000 (04:42 +0000)]
Fixed build with gcc compiler; couple minor improvements in perf testing framework
Alexandre Benoit [Thu, 15 Dec 2011 22:45:28 +0000 (22:45 +0000)]
removing some mistakes
Vadim Pisarevsky [Thu, 15 Dec 2011 21:15:51 +0000 (21:15 +0000)]
optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria)
Vladislav Vinogradov [Wed, 14 Dec 2011 06:39:32 +0000 (06:39 +0000)]
fixed gpu perf tests (out of memory)
Alexandre Benoit [Tue, 13 Dec 2011 08:42:39 +0000 (08:42 +0000)]
corrected small bu on image sequence tone mapping
Vladislav Vinogradov [Tue, 13 Dec 2011 06:25:37 +0000 (06:25 +0000)]
minor
Alexandre Benoit [Mon, 12 Dec 2011 15:53:05 +0000 (15:53 +0000)]
added tone mapping video processing from OpenEXR images sequences
Vladislav Vinogradov [Mon, 12 Dec 2011 13:59:34 +0000 (13:59 +0000)]
minor
Vladislav Vinogradov [Mon, 12 Dec 2011 13:57:37 +0000 (13:57 +0000)]
fixed build under linux
Vladislav Vinogradov [Mon, 12 Dec 2011 12:52:06 +0000 (12:52 +0000)]
fixed new OpenGL functionality under Qt
Marius Muja [Mon, 12 Dec 2011 09:39:02 +0000 (09:39 +0000)]
Fix to solve conflicts to standalone FLANN
Vadim Pisarevsky [Fri, 9 Dec 2011 12:13:23 +0000 (12:13 +0000)]
added description of minMaxIdx
Vadim Pisarevsky [Thu, 8 Dec 2011 11:10:56 +0000 (11:10 +0000)]
fixed yet another bug in SVD. Now Core_SVD test passes
Vadim Pisarevsky [Mon, 5 Dec 2011 22:58:27 +0000 (22:58 +0000)]
fixed most of test_core failures (except for SVD)
Vadim Pisarevsky [Sun, 4 Dec 2011 20:10:35 +0000 (20:10 +0000)]
fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev)
Vadim Pisarevsky [Sat, 3 Dec 2011 20:19:33 +0000 (20:19 +0000)]
fixed single-mat input/output in mixChannels() (ticket #1446)
Vadim Pisarevsky [Sat, 3 Dec 2011 20:06:57 +0000 (20:06 +0000)]
fixed description of inRange/inRangeS (ticket #1500)
Vadim Pisarevsky [Sat, 3 Dec 2011 20:01:12 +0000 (20:01 +0000)]
corrected description of goodFeaturesToTrack (ticket #1488)
Vadim Pisarevsky [Sat, 3 Dec 2011 19:49:44 +0000 (19:49 +0000)]
fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448)
Vadim Pisarevsky [Sat, 3 Dec 2011 18:55:40 +0000 (18:55 +0000)]
fixed memory corruption in CvEM::read() (ticket #1399)
Vadim Pisarevsky [Sat, 3 Dec 2011 18:50:11 +0000 (18:50 +0000)]
fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444)
Leonid Beynenson [Thu, 1 Dec 2011 13:35:07 +0000 (13:35 +0000)]
Made changes in BundleAdjusterBase class to pass a termination criteria to the Levenberg–Marquardt algorithm.
Andrey Kamaev [Thu, 1 Dec 2011 12:56:29 +0000 (12:56 +0000)]
Reverted invalid cv::reduce optimization
Andrey Kamaev [Thu, 1 Dec 2011 12:27:03 +0000 (12:27 +0000)]
Fixed Android target setup for OpenCv library project
Kirill Kornyakov [Thu, 1 Dec 2011 11:07:25 +0000 (11:07 +0000)]
Optimized version of Reduce functions added
Andrey Kamaev [Wed, 30 Nov 2011 15:57:41 +0000 (15:57 +0000)]
Fixed bug in phaseCorrelate
Andrey Pavlenko [Wed, 30 Nov 2011 13:58:42 +0000 (13:58 +0000)]
adding Android-specific linking flags
Andrey Pavlenko [Wed, 30 Nov 2011 12:37:25 +0000 (12:37 +0000)]
adding Android-specific libs
Andrey Kamaev [Wed, 30 Nov 2011 11:30:45 +0000 (11:30 +0000)]
Fixed logging in perf tests; small bugfix in run.py
Vladislav Vinogradov [Wed, 30 Nov 2011 07:38:45 +0000 (07:38 +0000)]
minor fix
Vladislav Vinogradov [Wed, 30 Nov 2011 07:19:09 +0000 (07:19 +0000)]
minor
Vladislav Vinogradov [Wed, 30 Nov 2011 06:45:46 +0000 (06:45 +0000)]
fixed build under linux
Vladislav Vinogradov [Wed, 30 Nov 2011 06:20:29 +0000 (06:20 +0000)]
moved OpenGL wrappers to separate header
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
Andrey Morozov [Tue, 29 Nov 2011 15:43:46 +0000 (15:43 +0000)]
fixed bug in chart.py
Alexander Mordvintsev [Tue, 29 Nov 2011 12:24:38 +0000 (12:24 +0000)]
exposed SurfFeatureDetector and SurfDescriptorExtractor to python
Leonid Beynenson [Mon, 28 Nov 2011 20:44:41 +0000 (20:44 +0000)]
Made changes in the stitching module to make correct logging on Android.
Andrey Kamaev [Mon, 28 Nov 2011 16:38:36 +0000 (16:38 +0000)]
Tegra-optimized pyrUp
Vladislav Vinogradov [Mon, 28 Nov 2011 12:35:05 +0000 (12:35 +0000)]
implemented addTextOpenGl under Gtk
Vladislav Vinogradov [Mon, 28 Nov 2011 12:10:37 +0000 (12:10 +0000)]
minor fix
Vladislav Vinogradov [Mon, 28 Nov 2011 11:50:46 +0000 (11:50 +0000)]
added addTextOpenGl function
Vladislav Vinogradov [Mon, 28 Nov 2011 08:23:26 +0000 (08:23 +0000)]
added OpenGL support to Gtk realization of highgui
Andrey Kamaev [Sun, 27 Nov 2011 11:55:59 +0000 (11:55 +0000)]
Fixed bug in cv::pyrUp. Reenabled accuracy test.
Vladislav Vinogradov [Sun, 27 Nov 2011 10:13:08 +0000 (10:13 +0000)]
fixed build with Qt
Andrey Pavlenko [Fri, 25 Nov 2011 15:39:24 +0000 (15:39 +0000)]
Adding optimized Mat Allocator
Andrey Kamaev [Fri, 25 Nov 2011 13:18:40 +0000 (13:18 +0000)]
Tegra-optmized pyrDown
Kirill Kornyakov [Thu, 24 Nov 2011 12:20:45 +0000 (12:20 +0000)]
reverted occasional commit
Kirill Kornyakov [Thu, 24 Nov 2011 12:06:38 +0000 (12:06 +0000)]
workaround for the case when perf system is used in external app without TBB
Andrey Kamaev [Thu, 24 Nov 2011 11:39:35 +0000 (11:39 +0000)]
Added performance test for pyrUp/pyrDown
Marius Muja [Wed, 23 Nov 2011 22:24:36 +0000 (22:24 +0000)]
Fixing uint32_t typedef for MSVC
Marius Muja [Wed, 23 Nov 2011 22:01:06 +0000 (22:01 +0000)]
Fix ticket #1346
Andrey Kamaev [Wed, 23 Nov 2011 15:25:05 +0000 (15:25 +0000)]
Reenabled Tegra optimization of calcOpticalFlowPyrLK
Alexandre Benoit [Wed, 23 Nov 2011 15:05:19 +0000 (15:05 +0000)]
added cv::Filestorage based setup method for retina model
Vladislav Vinogradov [Wed, 23 Nov 2011 13:26:24 +0000 (13:26 +0000)]
minor
Kirill Kornyakov [Wed, 23 Nov 2011 10:16:00 +0000 (10:16 +0000)]
Optimized version of CountNonZero functions added
Vladislav Vinogradov [Wed, 23 Nov 2011 10:12:43 +0000 (10:12 +0000)]
minor fix
Vladislav Vinogradov [Wed, 23 Nov 2011 10:05:24 +0000 (10:05 +0000)]
added GlArrays class and pointCloudShow function
Vadim Pisarevsky [Tue, 22 Nov 2011 17:07:33 +0000 (17:07 +0000)]
removed non-ascii characters (ticket #1468)
Vadim Pisarevsky [Tue, 22 Nov 2011 15:16:45 +0000 (15:16 +0000)]
added 16s support to cv::threshold.
Andrey Kamaev [Tue, 22 Nov 2011 13:57:44 +0000 (13:57 +0000)]
Improved sorting in performance reports
Andrey Kamaev [Tue, 22 Nov 2011 09:50:38 +0000 (09:50 +0000)]
One more bugfix for calcOpticalFlowPyrLK
Vadim Pisarevsky [Tue, 22 Nov 2011 09:44:37 +0000 (09:44 +0000)]
updated ORB: limit the number of output keypoints, use bi-linear interpolation between subsequent layers instead of much slower area-based interpolation between 0-th and i-th layers.
Anton Obukhov [Mon, 21 Nov 2011 17:46:55 +0000 (17:46 +0000)]
[*] Fixed two bugs in reduction functor: out of shared memory bounds access and missing volatile on GF100 and further
Andrey Kamaev [Mon, 21 Nov 2011 16:34:08 +0000 (16:34 +0000)]
Fixed border interpolation bug in calcOpticalFlowPyrLK
Vladislav Vinogradov [Mon, 21 Nov 2011 13:34:03 +0000 (13:34 +0000)]
minor
Andrey Kamaev [Mon, 21 Nov 2011 13:07:17 +0000 (13:07 +0000)]
Fixed Android build problem
Vladislav Vinogradov [Mon, 21 Nov 2011 12:28:54 +0000 (12:28 +0000)]
fixed compilation error
Vladislav Vinogradov [Mon, 21 Nov 2011 11:58:52 +0000 (11:58 +0000)]
added OpenGL support to highgui under WIN32
Kirill Kornyakov [Mon, 21 Nov 2011 11:48:56 +0000 (11:48 +0000)]
Optimized version of 32F Norm function demands bigger MaxErr value, because it calculates norm in floats instead of double.
Andrey Kamaev [Mon, 21 Nov 2011 10:55:55 +0000 (10:55 +0000)]
Updated comment
Kirill Kornyakov [Mon, 21 Nov 2011 05:59:49 +0000 (05:59 +0000)]
Optimized version of Norm and NormDiff functions with f32 type added
Andrey Kamaev [Sat, 19 Nov 2011 18:02:00 +0000 (18:02 +0000)]
Android cmake toolchain: fixed some compatibility problems with cmake 2.6.x; improved file header.
Fixed small problem in chart.py.
Andrey Kamaev [Fri, 18 Nov 2011 08:14:42 +0000 (08:14 +0000)]
Small improvements in cmake status report
Andrey Kamaev [Fri, 18 Nov 2011 07:57:14 +0000 (07:57 +0000)]
Fixed perf target
Andrey Kamaev [Thu, 17 Nov 2011 20:43:14 +0000 (20:43 +0000)]
Fixed Android build on Windows.
Leonid Beynenson [Thu, 17 Nov 2011 16:16:09 +0000 (16:16 +0000)]
Changed the class DetectionBasedTracker -- changed the system of states in the subclass DetectionBasedTracker::SeparateDetectionWork, made them more logical.
Andrey Kamaev [Thu, 17 Nov 2011 15:28:11 +0000 (15:28 +0000)]
Android cmake toolchain: changed some error messages, fixed error with NDK r5, improved includes and link directories configuration
Leonid Beynenson [Thu, 17 Nov 2011 15:17:02 +0000 (15:17 +0000)]
Made changes in DetectionBasedTracker -- refactored the class.
Leonid Beynenson [Wed, 16 Nov 2011 17:29:10 +0000 (17:29 +0000)]
Committed the first version of DetectionBasedTracker.
Andrey Kamaev [Wed, 16 Nov 2011 14:40:13 +0000 (14:40 +0000)]
Fixed #1469
Andrey Kamaev [Wed, 16 Nov 2011 14:32:10 +0000 (14:32 +0000)]
Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support.
Andrey Pavlenko [Wed, 16 Nov 2011 08:36:57 +0000 (08:36 +0000)]
Java API: adding test for HoughLinesP()
Maria Dimashova [Wed, 16 Nov 2011 07:15:42 +0000 (07:15 +0000)]
fixed CvCascadeBoost::train
Vladislav Vinogradov [Tue, 15 Nov 2011 07:03:44 +0000 (07:03 +0000)]
fixed gpu performance tests
Vladislav Vinogradov [Mon, 14 Nov 2011 14:57:36 +0000 (14:57 +0000)]
fixed compilation under linux
Vladislav Vinogradov [Mon, 14 Nov 2011 14:34:36 +0000 (14:34 +0000)]
moved GpuMat's operations implementation to core module
Vladislav Vinogradov [Mon, 14 Nov 2011 09:02:06 +0000 (09:02 +0000)]
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
Vladislav Vinogradov [Mon, 14 Nov 2011 06:22:42 +0000 (06:22 +0000)]
fixed compilation error
Anton Obukhov [Sun, 13 Nov 2011 20:52:48 +0000 (20:52 +0000)]
[+] CUDA path for NCVImagePyramid
Andrey Kamaev [Fri, 11 Nov 2011 14:45:53 +0000 (14:45 +0000)]
Tegra-optimized Canny
Kirill Kornyakov [Fri, 11 Nov 2011 11:23:44 +0000 (11:23 +0000)]
Optimized version of NormDiff functions added
Alexandre Benoit [Thu, 10 Nov 2011 13:41:29 +0000 (13:41 +0000)]
update retina module related samples
Maria Dimashova [Thu, 10 Nov 2011 13:40:11 +0000 (13:40 +0000)]
fixed CvRTrees::read in case nactive_vars==var_count (thanks to Malcolm Reynolds)
Kirill Kornyakov [Thu, 10 Nov 2011 12:03:44 +0000 (12:03 +0000)]
user guide on cascade training a bit updated
Vladislav Vinogradov [Wed, 9 Nov 2011 14:23:13 +0000 (14:23 +0000)]
minor
Vladislav Vinogradov [Wed, 9 Nov 2011 14:05:34 +0000 (14:05 +0000)]
fixed compilation under linux
Vladislav Vinogradov [Wed, 9 Nov 2011 13:33:44 +0000 (13:33 +0000)]
minor fix