Kirill Kornyakov [Mon, 7 Nov 2011 13:05:52 +0000 (13:05 +0000)]
integral perf tests renamed for readability
Andrey Kamaev [Mon, 7 Nov 2011 06:29:34 +0000 (06:29 +0000)]
Tegra-optimized cv::compare
Vladislav Vinogradov [Mon, 7 Nov 2011 06:23:22 +0000 (06:23 +0000)]
fixed optical flow test for devices with cc >= 2.0
Anton Obukhov [Sun, 6 Nov 2011 09:43:17 +0000 (09:43 +0000)]
[*] Fixed #1464
[~] NCVPyramid uses tr1 and thus can be compiled with CL, commented out on linux
[+] Moved reduction functors to NCVAlg
[*] Warnings in NCV
Vadim Pisarevsky [Fri, 4 Nov 2011 16:44:52 +0000 (16:44 +0000)]
fixed ffmpeg backend build on Ubuntu 11.10
Anton Obukhov [Fri, 4 Nov 2011 13:49:05 +0000 (13:49 +0000)]
[~] Refactored device reduction for better reuse (now with functor semantics)
Anton Obukhov [Fri, 4 Nov 2011 12:41:54 +0000 (12:41 +0000)]
[*] Fixed #1461
Andrey Kamaev [Thu, 3 Nov 2011 16:08:49 +0000 (16:08 +0000)]
More performance tests for Sobel and Scharr filters
Alexandre Benoit [Thu, 3 Nov 2011 10:58:11 +0000 (10:58 +0000)]
corrected stupid error for retina color mode selection in Retina::run method
Ana Huaman [Thu, 3 Nov 2011 06:09:31 +0000 (06:09 +0000)]
Erasing two images from cpp/tutorial folder
Ana Huaman [Thu, 3 Nov 2011 05:52:35 +0000 (05:52 +0000)]
Added one sample in tutorial_code to use Stereo Block matching
Andrey Kamaev [Tue, 1 Nov 2011 15:41:43 +0000 (15:41 +0000)]
Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel
Andrey Kamaev [Tue, 1 Nov 2011 09:07:34 +0000 (09:07 +0000)]
Added performance test for Canny
Andrey Kamaev [Tue, 1 Nov 2011 08:13:30 +0000 (08:13 +0000)]
Minor perf tests framework improvement
Leonid Beynenson [Mon, 31 Oct 2011 16:22:05 +0000 (16:22 +0000)]
Added possibility to configure TBB behavior in Perf tests --- now we can set the number of TBB threads in the perf tests either as console parameter perf_tbb_nthreads or
in a test itself using the method declare.tbb_threads(n).
Andrey Kamaev [Mon, 31 Oct 2011 13:19:12 +0000 (13:19 +0000)]
minor
Vladislav Vinogradov [Mon, 31 Oct 2011 12:39:06 +0000 (12:39 +0000)]
fixed gpu samples build
Vladislav Vinogradov [Mon, 31 Oct 2011 09:41:29 +0000 (09:41 +0000)]
minor
Vladislav Vinogradov [Mon, 31 Oct 2011 08:51:00 +0000 (08:51 +0000)]
prepared GpuMat for moving to core module
Vladislav Vinogradov [Mon, 31 Oct 2011 08:50:14 +0000 (08:50 +0000)]
fixed remap under cc < 2.0
Andrey Kamaev [Mon, 31 Oct 2011 08:00:20 +0000 (08:00 +0000)]
Terga optimization for integral_8u32s
Kirill Kornyakov [Mon, 31 Oct 2011 07:04:52 +0000 (07:04 +0000)]
Optimized version of Sum functions added
Vladislav Vinogradov [Mon, 31 Oct 2011 06:43:00 +0000 (06:43 +0000)]
fixed compilation error
Alexander Shishkov [Sun, 30 Oct 2011 15:08:44 +0000 (15:08 +0000)]
fixed compilation problems after rev. 6925
Alexandre Benoit [Sun, 30 Oct 2011 07:41:50 +0000 (07:41 +0000)]
short change on default retina values setup for warning avoidance
Alexandre Benoit [Sun, 30 Oct 2011 07:33:00 +0000 (07:33 +0000)]
clarified parameters inputs and outputs at the interface level for better clarity and ease of use, also corrected a mistake at activateContoursProcessing interface method
Andrey Kamaev [Fri, 28 Oct 2011 12:52:20 +0000 (12:52 +0000)]
Performance test for FAST features detector
Vadim Pisarevsky [Fri, 28 Oct 2011 04:11:02 +0000 (04:11 +0000)]
added compression strategy as a parameter (another request from ticket #1452)
Vadim Pisarevsky [Fri, 28 Oct 2011 02:22:11 +0000 (02:22 +0000)]
improved png compression ratio (ticket #1452)
Andrey Kamaev [Thu, 27 Oct 2011 14:46:12 +0000 (14:46 +0000)]
Performace tests for ORB
Andrey Kamaev [Thu, 27 Oct 2011 14:06:06 +0000 (14:06 +0000)]
Tegra-optimized features matching for Stitching
Anton Obukhov [Thu, 27 Oct 2011 10:13:28 +0000 (10:13 +0000)]
[+] Pixel types via templates
[+] Color conversions stub via pixel types
[+] Pyramid calculation (required for mipmaps in CUDA 4.1)
[~] Changed C strings to C++ throughout NCV
[~] Fixed a couple of bugs in NCV
Alexey Spizhevoy [Thu, 27 Oct 2011 09:00:28 +0000 (09:00 +0000)]
Fixed warning in the ORB features finder
Andrey Kamaev [Wed, 26 Oct 2011 13:04:53 +0000 (13:04 +0000)]
Better NEON Hamming distance
Vladislav Vinogradov [Wed, 26 Oct 2011 12:44:38 +0000 (12:44 +0000)]
minor
Andrey Kamaev [Tue, 25 Oct 2011 12:42:08 +0000 (12:42 +0000)]
Fixed small bugs in Stitcher class
Alexey Spizhevoy [Mon, 24 Oct 2011 12:35:11 +0000 (12:35 +0000)]
Fixed median focal length estimation in the stitching module
Alexey Spizhevoy [Mon, 24 Oct 2011 11:52:36 +0000 (11:52 +0000)]
Fixed bug in the stitching module (some images appeared at result pano center)
Kirill Kornyakov [Mon, 24 Oct 2011 09:12:55 +0000 (09:12 +0000)]
Optimized versions of Erode and Dilate functions added
Alexey Spizhevoy [Mon, 24 Oct 2011 08:34:15 +0000 (08:34 +0000)]
Updated CLI for GPU samples
Andrey Kamaev [Fri, 21 Oct 2011 15:38:38 +0000 (15:38 +0000)]
Better default grid size for ORB-based stitching
Leonid Beynenson [Fri, 21 Oct 2011 14:56:37 +0000 (14:56 +0000)]
Made changes concerning inserting prefiltering modes into CascadeClassifier class.
Now developers should call the method setFaceDetectionMaskGenerator() to use prefiltering mask generator
implemented for face detection.
Alexey Spizhevoy [Fri, 21 Oct 2011 10:47:48 +0000 (10:47 +0000)]
Updated stitcher a little bit
Alexandre Benoit [Fri, 21 Oct 2011 10:02:09 +0000 (10:02 +0000)]
corrected xml parameters file management in the retina interface
Alexandre Benoit [Fri, 21 Oct 2011 10:01:48 +0000 (10:01 +0000)]
corrected xml parameters file management in the retina interface
Alexandre Benoit [Fri, 21 Oct 2011 08:49:18 +0000 (08:49 +0000)]
corrected wrong parameter sent to retina module for color saturation
Andrey Kamaev [Fri, 21 Oct 2011 08:40:10 +0000 (08:40 +0000)]
Stitching: added grid option to OrbFeaturesFinder
Andrey Kamaev [Fri, 21 Oct 2011 08:38:47 +0000 (08:38 +0000)]
Fixed bug in KeyPointsFilter::runByImageBorder; added ROI adjustment to ORB
Andrey Kamaev [Fri, 21 Oct 2011 08:35:34 +0000 (08:35 +0000)]
Fixed Android build with SDK revision 14
Kirill Kornyakov [Fri, 21 Oct 2011 08:28:33 +0000 (08:28 +0000)]
dft perf test minor fix
Kirill Kornyakov [Fri, 21 Oct 2011 08:22:11 +0000 (08:22 +0000)]
minor fix of inpaint perf test
Kirill Kornyakov [Fri, 21 Oct 2011 08:20:51 +0000 (08:20 +0000)]
added small resolutions for perf tests
Andrey Pavlenko [Fri, 21 Oct 2011 05:37:33 +0000 (05:37 +0000)]
Fixing compilation
Alexandre Benoit [Thu, 20 Oct 2011 13:03:45 +0000 (13:03 +0000)]
continuing code correction for windows warning elimination
Kirill Kornyakov [Thu, 20 Oct 2011 11:00:29 +0000 (11:00 +0000)]
inpaint perf test added
Kirill Kornyakov [Thu, 20 Oct 2011 07:50:34 +0000 (07:50 +0000)]
added sz2K resolution for perf tests
Kirill Kornyakov [Thu, 20 Oct 2011 07:32:12 +0000 (07:32 +0000)]
created perf test for DFT
Vladislav Vinogradov [Wed, 19 Oct 2011 13:29:54 +0000 (13:29 +0000)]
implemented gpu::gemm via CUBLAS
Vladislav Vinogradov [Wed, 19 Oct 2011 11:49:44 +0000 (11:49 +0000)]
added cublasSafeCall
Andrey Kamaev [Wed, 19 Oct 2011 10:48:45 +0000 (10:48 +0000)]
Added ORB features finder into stitching module
Vladislav Vinogradov [Wed, 19 Oct 2011 09:53:22 +0000 (09:53 +0000)]
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
fixed gpu module error reporting
added asynchronous version of some functions
Marius Muja [Tue, 18 Oct 2011 18:37:47 +0000 (18:37 +0000)]
Clang compilation fixes, closes #1432
Andrey Kamaev [Tue, 18 Oct 2011 12:31:08 +0000 (12:31 +0000)]
Several improvements in performance reports
Vladislav Vinogradov [Mon, 17 Oct 2011 13:12:39 +0000 (13:12 +0000)]
added wrappers for BroxOpticalFlow and interpolateFrames
Vladislav Vinogradov [Mon, 17 Oct 2011 06:44:40 +0000 (06:44 +0000)]
fixed warnings
Anatoly Baksheev [Sun, 16 Oct 2011 13:45:11 +0000 (13:45 +0000)]
warning under vs2008
Alexey Spizhevoy [Fri, 14 Oct 2011 09:42:25 +0000 (09:42 +0000)]
Updated optimal DFT size estimation in gpu::convolve()
Anatoly Baksheev [Thu, 13 Oct 2011 15:14:04 +0000 (15:14 +0000)]
gpu module: refactored devmem2d.hpp (atomic bomb)
Alexey Spizhevoy [Thu, 13 Oct 2011 13:02:41 +0000 (13:02 +0000)]
Updated optimal block size estimation in gpu::convolve()
Andrey Kamaev [Wed, 12 Oct 2011 14:41:36 +0000 (14:41 +0000)]
Added filters to html perf reports generated by summary.py
Vladislav Vinogradov [Wed, 12 Oct 2011 11:36:10 +0000 (11:36 +0000)]
minor fix
Leonid Beynenson [Wed, 12 Oct 2011 11:32:01 +0000 (11:32 +0000)]
Made changes in the method of inserting prefilters into the CascadeClassifier class.
Vladislav Vinogradov [Wed, 12 Oct 2011 11:01:11 +0000 (11:01 +0000)]
bug fix
Vladislav Vinogradov [Wed, 12 Oct 2011 10:23:03 +0000 (10:23 +0000)]
new optimized implementation of BruteForceMatcher_GPU (~2-3x faster)
Andrey Kamaev [Wed, 12 Oct 2011 06:01:54 +0000 (06:01 +0000)]
Fixed Linux build
Vadim Pisarevsky [Tue, 11 Oct 2011 15:13:53 +0000 (15:13 +0000)]
unified norm computing; added generalized Hamming distance
Andrey Kamaev [Tue, 11 Oct 2011 15:00:00 +0000 (15:00 +0000)]
reenabled Tegra optimized resize
Maria Dimashova [Tue, 11 Oct 2011 14:42:49 +0000 (14:42 +0000)]
minor change of doc
Maria Dimashova [Tue, 11 Oct 2011 10:01:39 +0000 (10:01 +0000)]
minor change of doc
Maria Dimashova [Mon, 10 Oct 2011 12:50:49 +0000 (12:50 +0000)]
added doc on cascade classifier training
Vladislav Vinogradov [Mon, 10 Oct 2011 11:58:47 +0000 (11:58 +0000)]
implemented brute force convolve for small kernel sizes
Anatoly Baksheev [Mon, 10 Oct 2011 09:37:08 +0000 (09:37 +0000)]
fixed bug in ptr in optflow.cu
Vladislav Vinogradov [Mon, 10 Oct 2011 08:19:11 +0000 (08:19 +0000)]
added missing arithm operations to gpu module
Vadim Pisarevsky [Sun, 9 Oct 2011 18:15:13 +0000 (18:15 +0000)]
new, much simpler and SSE2-optimized implementation of FAST
Leonid Beynenson [Fri, 7 Oct 2011 14:00:19 +0000 (14:00 +0000)]
Fixed small bug in opencv_traincascade application: overflow sometimes happened during calculation of the number of negative samples.
Andrey Kamaev [Fri, 7 Oct 2011 13:55:26 +0000 (13:55 +0000)]
Added performance tests for cv:phase and cv::SURF
Alexey Spizhevoy [Fri, 7 Oct 2011 08:51:01 +0000 (08:51 +0000)]
Renamed warp of point method into warpPoint
Alexey Spizhevoy [Fri, 7 Oct 2011 08:17:55 +0000 (08:17 +0000)]
Added warp method into the RotationWarper interface, added find() into VoronoiSeamFinder which uses only source image sizes
Andrey Kamaev [Fri, 7 Oct 2011 08:07:25 +0000 (08:07 +0000)]
Tegra optimized FastAtan2
Alexey Kazakov [Thu, 6 Oct 2011 16:46:03 +0000 (16:46 +0000)]
Added HOG features to the traincascade module
Kirill Kornyakov [Thu, 6 Oct 2011 14:10:29 +0000 (14:10 +0000)]
updated erode perf test
Kirill Kornyakov [Thu, 6 Oct 2011 12:42:14 +0000 (12:42 +0000)]
added perf test for cv::erode
Maria Dimashova [Thu, 6 Oct 2011 12:37:53 +0000 (12:37 +0000)]
fixed compilation under MSVC
Maria Dimashova [Thu, 6 Oct 2011 09:43:43 +0000 (09:43 +0000)]
added sample on color generation and updated sample on lsvm
Maria Dimashova [Thu, 6 Oct 2011 09:34:35 +0000 (09:34 +0000)]
added func to different colors generation
Maria Dimashova [Wed, 5 Oct 2011 13:37:24 +0000 (13:37 +0000)]
added overlapThreshold param to sample
Leonid Beynenson [Wed, 5 Oct 2011 13:21:28 +0000 (13:21 +0000)]
Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier.
Vadim Pisarevsky [Wed, 5 Oct 2011 01:20:52 +0000 (01:20 +0000)]
fixed bug #1331
Vadim Pisarevsky [Wed, 5 Oct 2011 00:14:43 +0000 (00:14 +0000)]
exported C++ stereoRectify in Python
Andrey Morozov [Tue, 4 Oct 2011 22:00:57 +0000 (22:00 +0000)]
minor fix