profile/ivi/opencv.git
13 years agoimplemented gpu::reduce
Vladislav Vinogradov [Thu, 22 Sep 2011 07:08:26 +0000 (07:08 +0000)]
implemented gpu::reduce

13 years agofixed bug in cv::reduce in reduceC_ for multi-channels source
Vladislav Vinogradov [Thu, 22 Sep 2011 06:43:52 +0000 (06:43 +0000)]
fixed bug in cv::reduce in reduceC_ for multi-channels source

13 years agoApplied fix from #1382
Marius Muja [Thu, 22 Sep 2011 00:42:51 +0000 (00:42 +0000)]
Applied fix from #1382

13 years agoRemoved extra "," that raised GCC warnings.
Jose Luis Blanco [Thu, 22 Sep 2011 00:31:45 +0000 (00:31 +0000)]
Removed extra "," that raised GCC warnings.

13 years agofixed compilation under ubuntu
Anatoly Baksheev [Wed, 21 Sep 2011 18:25:22 +0000 (18:25 +0000)]
fixed compilation under ubuntu

13 years agoAdded HOG features to cascade detection algorithm.
Alexey Kazakov [Wed, 21 Sep 2011 18:03:53 +0000 (18:03 +0000)]
Added HOG features to cascade detection algorithm.
Added pedestrian detection trained model for HOG cascade detection algorithm.

13 years agoAdded selction of BA cost function in stitching samples (and added other BA cost...
Alexey Spizhevoy [Wed, 21 Sep 2011 13:22:12 +0000 (13:22 +0000)]
Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module)

13 years agoRefactored motion estimators in stitching module
Alexey Spizhevoy [Wed, 21 Sep 2011 12:13:07 +0000 (12:13 +0000)]
Refactored motion estimators in stitching module

13 years agoAdded translation parameter into stitching module warpers. For now only PlaneWarper...
Alexey Spizhevoy [Wed, 21 Sep 2011 10:53:23 +0000 (10:53 +0000)]
Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it.

13 years agoimplemented gpu::addWeighted
Vladislav Vinogradov [Wed, 21 Sep 2011 08:58:54 +0000 (08:58 +0000)]
implemented gpu::addWeighted

13 years agoimplemented gpu::copyMakeBorder for all border modes
Vladislav Vinogradov [Wed, 21 Sep 2011 07:02:45 +0000 (07:02 +0000)]
implemented gpu::copyMakeBorder for all border modes

13 years agoFixed the new version of findCirclesGrid.
Ilya Lysenkov [Tue, 20 Sep 2011 13:45:46 +0000 (13:45 +0000)]
Fixed the new version of findCirclesGrid.

13 years agoAdded tests of findCirclesGrid() with the asymmetric pattern.
Ilya Lysenkov [Tue, 20 Sep 2011 13:35:21 +0000 (13:35 +0000)]
Added tests of findCirclesGrid() with the asymmetric pattern.

13 years agoRemoved unnecessary variables.
Ilya Lysenkov [Tue, 20 Sep 2011 13:16:54 +0000 (13:16 +0000)]
Removed unnecessary variables.

13 years agoImproved robustness of the findCirclesGrid() to affine distortions.
Ilya Lysenkov [Tue, 20 Sep 2011 12:47:24 +0000 (12:47 +0000)]
Improved robustness of the findCirclesGrid() to affine distortions.

13 years agofix in RectSelector
Alexander Mordvintsev [Tue, 20 Sep 2011 11:49:24 +0000 (11:49 +0000)]
fix in RectSelector

13 years agofixed bug in gpu::HOGDescriptor::getBuffer (ticket #1379)
Vladislav Vinogradov [Tue, 20 Sep 2011 06:38:40 +0000 (06:38 +0000)]
fixed bug in gpu::HOGDescriptor::getBuffer (ticket #1379)

13 years agoTegra optimization for CirclesGridClusterFinder::hierarchicalClustering
Andrey Kamaev [Mon, 19 Sep 2011 15:14:14 +0000 (15:14 +0000)]
Tegra optimization for CirclesGridClusterFinder::hierarchicalClustering

13 years agoChanged one CLI message in stitching_detailed.
Alexey Spizhevoy [Mon, 19 Sep 2011 06:37:22 +0000 (06:37 +0000)]
Changed one CLI message in stitching_detailed.

13 years agoRectSelector in common.py
Alexander Mordvintsev [Mon, 19 Sep 2011 06:28:39 +0000 (06:28 +0000)]
RectSelector in common.py

13 years agoFixed warper selection bug in stitching_detailed. Removed estimation of aspect ratio...
Alexey Spizhevoy [Mon, 19 Sep 2011 06:22:40 +0000 (06:22 +0000)]
Fixed warper selection bug in stitching_detailed. Removed estimation of aspect ratio in BA in stitching to avoid stretching of input images. Did minor refactoring.

13 years agoFixed some cmake 2.6 compatibility issues.
Andrey Kamaev [Sun, 18 Sep 2011 15:30:36 +0000 (15:30 +0000)]
Fixed some cmake 2.6 compatibility issues.

13 years agoRemoved countNonZero call from CirclesGridClusterFinder::hierarchicalClustering
Andrey Kamaev [Fri, 16 Sep 2011 12:38:41 +0000 (12:38 +0000)]
Removed countNonZero call from CirclesGridClusterFinder::hierarchicalClustering

13 years agoUpdated bundle adjustment in stitching module: 1) it minimizes reprojection error...
Alexey Spizhevoy [Fri, 16 Sep 2011 12:25:23 +0000 (12:25 +0000)]
Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers.

13 years agoPerf tests: added option to set affinity mask on Android platform
Andrey Kamaev [Fri, 16 Sep 2011 11:27:19 +0000 (11:27 +0000)]
Perf tests: added option to set affinity mask on Android platform

13 years agoRemoved unnecessary comparison from CirclesGridClusterFinder::hierarchicalClustering
Andrey Kamaev [Thu, 15 Sep 2011 14:43:23 +0000 (14:43 +0000)]
Removed unnecessary comparison from CirclesGridClusterFinder::hierarchicalClustering

13 years agowrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)
Alexander Mordvintsev [Thu, 15 Sep 2011 11:10:06 +0000 (11:10 +0000)]
wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)
updated feature_homography.py sample to use new features

13 years agofixed compilation errors in TeX
Alexander Shishkov [Thu, 15 Sep 2011 09:52:51 +0000 (09:52 +0000)]
fixed compilation errors in TeX

13 years agofixed problem in rst files
Alexander Shishkov [Thu, 15 Sep 2011 08:31:14 +0000 (08:31 +0000)]
fixed problem in rst files
changed OpenCV version to 2.3.2

13 years agopython DescriptorExtractor.compute now returns filtered keypoints
Alexander Mordvintsev [Thu, 15 Sep 2011 08:07:37 +0000 (08:07 +0000)]
python DescriptorExtractor.compute now returns filtered keypoints
wrapped StarFeatureDetector and GridAdaptedFeatureDetector

13 years agoPerf tests: linux version of adb search
Andrey Kamaev [Thu, 15 Sep 2011 07:35:05 +0000 (07:35 +0000)]
Perf tests: linux version of adb search

13 years agoPerf tests: fixed some bugs with adb tool search
Andrey Kamaev [Thu, 15 Sep 2011 06:31:59 +0000 (06:31 +0000)]
Perf tests: fixed some bugs with adb tool search

13 years agominor
Anatoly Baksheev [Thu, 15 Sep 2011 05:51:41 +0000 (05:51 +0000)]
minor

13 years agoTegra-optimized minMaxLoc/minMaxIdx
Andrey Kamaev [Wed, 14 Sep 2011 16:20:10 +0000 (16:20 +0000)]
Tegra-optimized minMaxLoc/minMaxIdx

13 years agoreplaced "unsigned int" -> "unsigned" to make Python/Java wrapper generator work...
Vadim Pisarevsky [Wed, 14 Sep 2011 14:29:30 +0000 (14:29 +0000)]
replaced "unsigned int" -> "unsigned" to make Python/Java wrapper generator work correctly

13 years agoalways initialize the output values in LSH-based k-nearest search (patch by Alex...
Vadim Pisarevsky [Wed, 14 Sep 2011 10:57:50 +0000 (10:57 +0000)]
always initialize the output values in LSH-based k-nearest search (patch by Alex Mordvintsev)

13 years agoOpenCVConfig.cmake is updated to export OpenCV_SOURCE_PATH when used without "make...
Andrey Kamaev [Wed, 14 Sep 2011 09:11:14 +0000 (09:11 +0000)]
OpenCVConfig.cmake is updated to export OpenCV_SOURCE_PATH when used without "make install"

13 years agominor gpu module refactoring: split big .cu files, disabled unnecessary template...
Vladislav Vinogradov [Wed, 14 Sep 2011 06:23:46 +0000 (06:23 +0000)]
minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation

13 years agoSince there is no a standard functions cv::min and cv::max which has cv::Scalar argum...
Leonid Beynenson [Tue, 13 Sep 2011 21:57:42 +0000 (21:57 +0000)]
Since there is no a standard functions cv::min and cv::max which has cv::Scalar argument, removed the performance tests,
calling the functions cv::min and cv::max with cv::Scalar argument.
Instead of them two performance tests were created which call the functions cv::min and cv::max with 'double' argument.

13 years agoAdded fix for 0 found features in stitching matcher
Alexey Spizhevoy [Tue, 13 Sep 2011 14:15:18 +0000 (14:15 +0000)]
Added fix for 0 found features in stitching matcher

13 years agoPerf Tests: default stitching scenario.
Andrey Pavlenko [Tue, 13 Sep 2011 11:19:40 +0000 (11:19 +0000)]
Perf Tests: default stitching scenario.

13 years agowork on #1360 (custom LshIndex params fixed)
Alexander Mordvintsev [Tue, 13 Sep 2011 09:14:49 +0000 (09:14 +0000)]
work on #1360 (custom LshIndex params fixed)

13 years agoAdded performance tests for findCirclesGrid and solvePnP
Andrey Kamaev [Tue, 13 Sep 2011 07:54:19 +0000 (07:54 +0000)]
Added performance tests for findCirclesGrid and solvePnP

13 years agoFixing ticket #1366
Marius Muja [Tue, 13 Sep 2011 06:08:38 +0000 (06:08 +0000)]
Fixing ticket #1366

13 years agoFixing include defines
Marius Muja [Mon, 12 Sep 2011 20:20:49 +0000 (20:20 +0000)]
Fixing include defines

13 years agocorrected formula formatting in phaseCorrelate docs (thanks to the author for the...
Vadim Pisarevsky [Mon, 12 Sep 2011 15:28:04 +0000 (15:28 +0000)]
corrected formula formatting in phaseCorrelate docs (thanks to the author for the patch)

13 years agominor
Vladislav Vinogradov [Mon, 12 Sep 2011 15:15:02 +0000 (15:15 +0000)]
minor

13 years agofixed bug in SURF_GPU (memory access error)
Vladislav Vinogradov [Mon, 12 Sep 2011 15:14:02 +0000 (15:14 +0000)]
fixed bug in SURF_GPU (memory access error)

13 years agoBug in multiply was fixed (by Vlad Vinogradov)
Alexey Spizhevoy [Mon, 12 Sep 2011 14:58:56 +0000 (14:58 +0000)]
Bug in multiply was fixed (by Vlad Vinogradov)

13 years agoadded check if src.size() == dst.size() to gpu::resize
Vladislav Vinogradov [Mon, 12 Sep 2011 10:23:20 +0000 (10:23 +0000)]
added check if src.size() == dst.size() to gpu::resize

13 years agoimplemented gpu::resize for all types
Vladislav Vinogradov [Mon, 12 Sep 2011 10:13:14 +0000 (10:13 +0000)]
implemented gpu::resize for all types

13 years agooptimized gpu::multiply
Vladislav Vinogradov [Mon, 12 Sep 2011 08:45:56 +0000 (08:45 +0000)]
optimized gpu::multiply

13 years agoadded padded performance tests for gpu module
Vladislav Vinogradov [Mon, 12 Sep 2011 07:48:09 +0000 (07:48 +0000)]
added padded performance tests for gpu module

13 years agoFixed fullscreen window mode on Windows.
Andrey Kamaev [Sun, 11 Sep 2011 18:54:25 +0000 (18:54 +0000)]
Fixed fullscreen window mode on Windows.

13 years agoReverted some unnecessary changes in GPU module
Alexey Spizhevoy [Sat, 10 Sep 2011 12:30:28 +0000 (12:30 +0000)]
Reverted some unnecessary changes in GPU module

13 years agoAdded TODOs into GPU module
Alexey Spizhevoy [Sat, 10 Sep 2011 12:28:03 +0000 (12:28 +0000)]
Added TODOs into GPU module

13 years agoadded support of 8UC4*32FC1 multiply into GPU module
Alexey Spizhevoy [Sat, 10 Sep 2011 11:56:55 +0000 (11:56 +0000)]
added support of 8UC4*32FC1 multiply into GPU module

13 years agoPerf tests: improved reporting when test fails because of exception
Andrey Kamaev [Fri, 9 Sep 2011 13:21:26 +0000 (13:21 +0000)]
Perf tests: improved reporting when test fails because of exception

13 years agoPerf tests reports - added output format with embedded styles
Andrey Kamaev [Fri, 9 Sep 2011 12:15:09 +0000 (12:15 +0000)]
Perf tests reports - added output format with embedded styles

13 years agoSmall modification in test parameters.
Leonid Beynenson [Fri, 9 Sep 2011 11:28:19 +0000 (11:28 +0000)]
Small modification in test parameters.

13 years agoFixed modules order in OpenCVConfig.cmake
Andrey Kamaev [Fri, 9 Sep 2011 10:00:10 +0000 (10:00 +0000)]
Fixed modules order in OpenCVConfig.cmake

13 years agoAdded handling of stitching module into OpenCVConfig.cmake.in
Alexey Spizhevoy [Thu, 8 Sep 2011 15:03:35 +0000 (15:03 +0000)]
Added handling of stitching module into OpenCVConfig.cmake.in

13 years agoFixing static libs build on Windows
Andrey Pavlenko [Thu, 8 Sep 2011 13:13:37 +0000 (13:13 +0000)]
Fixing static libs build on Windows

13 years agoPerf tests: method ::perf::TestBase::getDataPath made public static; added base CUDA...
Andrey Kamaev [Thu, 8 Sep 2011 11:01:45 +0000 (11:01 +0000)]
Perf tests: method ::perf::TestBase::getDataPath made public static; added base CUDA detection into run.py script

13 years agoPerf tests: fixed some issues
Andrey Kamaev [Thu, 8 Sep 2011 09:29:27 +0000 (09:29 +0000)]
Perf tests: fixed some issues

13 years agoFixing Windows build
Andrey Pavlenko [Thu, 8 Sep 2011 08:54:14 +0000 (08:54 +0000)]
Fixing Windows build

13 years agoFixed perf target on Windows.
Andrey Kamaev [Thu, 8 Sep 2011 06:27:46 +0000 (06:27 +0000)]
Fixed perf target on Windows.

13 years agoMade perf test for CascadeClassifier (LBP frontal face cascade).
Leonid Beynenson [Wed, 7 Sep 2011 19:52:52 +0000 (19:52 +0000)]
Made perf test for CascadeClassifier (LBP frontal face cascade).

13 years agoNeon Optimized Resize added
Kirill Kornyakov [Wed, 7 Sep 2011 15:06:51 +0000 (15:06 +0000)]
Neon Optimized Resize added

13 years agotouch stitching app, test/verify svn access
P. Karasev [Wed, 7 Sep 2011 15:00:27 +0000 (15:00 +0000)]
touch stitching app, test/verify svn access

13 years agofixed bug in gpu perf. test
Alexey Spizhevoy [Wed, 7 Sep 2011 14:01:12 +0000 (14:01 +0000)]
fixed bug in gpu perf. test

13 years agoadded performance tests for gpu module
Vladislav Vinogradov [Wed, 7 Sep 2011 13:16:07 +0000 (13:16 +0000)]
added performance tests for gpu module

13 years agoFixing Windows build
Andrey Pavlenko [Wed, 7 Sep 2011 12:51:41 +0000 (12:51 +0000)]
Fixing Windows build

13 years agoPerf Tests: updates to cvtColor() & integral() perf tests
Andrey Pavlenko [Wed, 7 Sep 2011 12:50:56 +0000 (12:50 +0000)]
Perf Tests: updates to cvtColor() & integral() perf tests

13 years agorefactored features finders in stitching module
Alexey Spizhevoy [Wed, 7 Sep 2011 12:48:48 +0000 (12:48 +0000)]
refactored features finders in stitching module

13 years agoPerf tests: minor fix in chart.py
Andrey Kamaev [Wed, 7 Sep 2011 11:41:30 +0000 (11:41 +0000)]
Perf tests: minor fix in chart.py

13 years agominor refactoring of stitching
Alexey Spizhevoy [Wed, 7 Sep 2011 11:22:00 +0000 (11:22 +0000)]
minor refactoring of stitching

13 years agoadded first version of public stitching API, added simple sample which uses that...
Alexey Spizhevoy [Wed, 7 Sep 2011 11:14:27 +0000 (11:14 +0000)]
added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed

13 years agofixed Java API build (not sure if features2d is wrapped correctly now)
Andrey Kamaev [Wed, 7 Sep 2011 09:51:26 +0000 (09:51 +0000)]
fixed Java API build (not sure if features2d is wrapped correctly now)

13 years agohandling Ptr<> arguments and return values in Python wrappers
Alexander Mordvintsev [Wed, 7 Sep 2011 09:38:22 +0000 (09:38 +0000)]
handling Ptr<> arguments and return values in Python wrappers
partially wrapped features2d framework
added feature_homography.py sample

13 years agoPerf tests: fixed some bugs in scripts
Andrey Kamaev [Wed, 7 Sep 2011 09:38:12 +0000 (09:38 +0000)]
Perf tests: fixed some bugs in scripts

13 years agoGpu functionality in stitching module is excluded from Android build
Andrey Kamaev [Wed, 7 Sep 2011 08:59:39 +0000 (08:59 +0000)]
Gpu functionality in stitching module is excluded from Android build

13 years agoput all old stitching API into detail namespace
Alexey Spizhevoy [Wed, 7 Sep 2011 06:34:22 +0000 (06:34 +0000)]
put all old stitching API into detail namespace

13 years agofixed bug in stitching in GpuSurfFeaturesFinder (missing upright parameter)
Vladislav Vinogradov [Wed, 7 Sep 2011 06:19:21 +0000 (06:19 +0000)]
fixed bug in stitching in GpuSurfFeaturesFinder (missing upright parameter)

13 years agoPerformance testing branch is merged back into trunk
Andrey Kamaev [Tue, 6 Sep 2011 15:30:28 +0000 (15:30 +0000)]
Performance testing branch is merged back into trunk

13 years agofixed bug in gpu::remap under win32
Vladislav Vinogradov [Tue, 6 Sep 2011 13:42:50 +0000 (13:42 +0000)]
fixed bug in gpu::remap under win32

13 years agominor fixes in stitching module
Alexey Spizhevoy [Tue, 6 Sep 2011 09:31:54 +0000 (09:31 +0000)]
minor fixes in stitching module

13 years agofixed stitching module link error on Windows
Alexey Spizhevoy [Tue, 6 Sep 2011 08:41:38 +0000 (08:41 +0000)]
fixed stitching module link error on Windows

13 years agocvtColor: dst channels number default is set to 4 for RGBA/BGRA cases; added new...
Andrey Pavlenko [Tue, 6 Sep 2011 08:35:31 +0000 (08:35 +0000)]
cvtColor: dst channels number default is set to 4 for RGBA/BGRA cases; added new codes for yuv420 to RGBA/BGRA.

13 years agoadded bicubic interpolation to gpu::remap
Vladislav Vinogradov [Tue, 6 Sep 2011 07:01:23 +0000 (07:01 +0000)]
added bicubic interpolation to gpu::remap

13 years agowarnings
Anatoly Baksheev [Mon, 5 Sep 2011 14:37:27 +0000 (14:37 +0000)]
warnings

13 years agorefactored stitching module
Alexey Spizhevoy [Mon, 5 Sep 2011 11:52:30 +0000 (11:52 +0000)]
refactored stitching module

13 years agoturned opencv_stitching application to module and sample
Alexey Spizhevoy [Mon, 5 Sep 2011 10:41:54 +0000 (10:41 +0000)]
turned opencv_stitching application to module and sample

13 years agofixed build under windows (replace M_PI with CV_PI)
Vladislav Vinogradov [Mon, 5 Sep 2011 09:25:10 +0000 (09:25 +0000)]
fixed build under windows (replace M_PI with CV_PI)

13 years agominor changes in opencv_stitching
Alexey Spizhevoy [Mon, 5 Sep 2011 08:20:54 +0000 (08:20 +0000)]
minor changes in opencv_stitching

13 years agominor changes in opencv_stitching
Alexey Spizhevoy [Mon, 5 Sep 2011 08:18:45 +0000 (08:18 +0000)]
minor changes in opencv_stitching

13 years agooptimized gpu::remap (use texture memory)
Vladislav Vinogradov [Mon, 5 Sep 2011 07:59:59 +0000 (07:59 +0000)]
optimized gpu::remap (use texture memory)

13 years agoadded phaseCorrelate function by Will Lucas.
Vadim Pisarevsky [Mon, 5 Sep 2011 07:57:18 +0000 (07:57 +0000)]
added phaseCorrelate function by Will Lucas.

13 years agooptimized gpu::remap (use texture memory if possible), added stream support to gpu...
Vladislav Vinogradov [Mon, 5 Sep 2011 07:51:00 +0000 (07:51 +0000)]
optimized gpu::remap (use texture memory if possible), added stream support to gpu::remap

13 years agoadded GpuFeature assertion to gpu::Canny
Vladislav Vinogradov [Mon, 5 Sep 2011 06:20:34 +0000 (06:20 +0000)]
added GpuFeature assertion to gpu::Canny