Vadim Pisarevsky
1dbe5ccc5f
improved phaseCorrelate() performance (thanks to Will Lucas for the patch)
13 years ago
Vadim Pisarevsky
a1d6671451
fixed bug #1370
13 years ago
Alexey Spizhevoy
39533a0b1b
Added BA refinement flags into stitching_detailed
13 years ago
Alexander Mordvintsev
0ad1d0afac
fixed problem with incorrect distance values returned by FlannBasedMatcher for hamming metric (int's were interpreted as floats)
13 years ago
Vladislav Vinogradov
8b23c79294
implemented gpu::reduce
13 years ago
Vladislav Vinogradov
ce35a6d8be
fixed bug in cv::reduce in reduceC_ for multi-channels source
13 years ago
Marius Muja
78bbefec98
Applied fix from #1382
13 years ago
Jose Luis Blanco
5029dfed87
Removed extra "," that raised GCC warnings.
13 years ago
Anatoly Baksheev
25cadb1abd
fixed compilation under ubuntu
13 years ago
Alexey Kazakov
50543d627f
Added HOG features to cascade detection algorithm.
...
Added pedestrian detection trained model for HOG cascade detection algorithm.
13 years ago
Alexey Spizhevoy
4ee462c961
Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module)
13 years ago
Alexey Spizhevoy
dbce155874
Refactored motion estimators in stitching module
13 years ago
Alexey Spizhevoy
4a5abc7552
Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it.
13 years ago
Vladislav Vinogradov
0aaaad1ea8
implemented gpu::addWeighted
13 years ago
Vladislav Vinogradov
64119dd924
implemented gpu::copyMakeBorder for all border modes
13 years ago
Ilya Lysenkov
8483f9ce40
Fixed the new version of findCirclesGrid.
13 years ago
Ilya Lysenkov
d105264bad
Added tests of findCirclesGrid() with the asymmetric pattern.
13 years ago
Ilya Lysenkov
d263fe2b25
Removed unnecessary variables.
13 years ago
Ilya Lysenkov
0ef4ff8925
Improved robustness of the findCirclesGrid() to affine distortions.
13 years ago
Vladislav Vinogradov
5ed65979c1
fixed bug in gpu::HOGDescriptor::getBuffer (ticket #1379 )
13 years ago
Andrey Kamaev
f45a886adc
Tegra optimization for CirclesGridClusterFinder::hierarchicalClustering
13 years ago
Alexey Spizhevoy
07efb17d12
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 ago
Andrey Kamaev
1554d7ab65
Removed countNonZero call from CirclesGridClusterFinder::hierarchicalClustering
13 years ago
Alexey Spizhevoy
23636433d7
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 ago
Andrey Kamaev
aebd7ebb75
Perf tests: added option to set affinity mask on Android platform
13 years ago
Andrey Kamaev
6d56105b42
Removed unnecessary comparison from CirclesGridClusterFinder::hierarchicalClustering
13 years ago
Alexander Mordvintsev
028c44531f
wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)
...
updated feature_homography.py sample to use new features
13 years ago
Alexander Shishkov
d174c3db04
fixed compilation errors in TeX
13 years ago
Alexander Shishkov
d069396546
fixed problem in rst files
...
changed OpenCV version to 2.3.2
13 years ago
Alexander Mordvintsev
b679ebc1b4
python DescriptorExtractor.compute now returns filtered keypoints
...
wrapped StarFeatureDetector and GridAdaptedFeatureDetector
13 years ago
Andrey Kamaev
49d33f6109
Perf tests: linux version of adb search
13 years ago
Andrey Kamaev
db4b72c1ba
Perf tests: fixed some bugs with adb tool search
13 years ago
Anatoly Baksheev
ffc5a7b809
minor
13 years ago
Andrey Kamaev
6ff2ae1d3a
Tegra-optimized minMaxLoc/minMaxIdx
13 years ago
Vadim Pisarevsky
82da7f18d8
replaced "unsigned int" -> "unsigned" to make Python/Java wrapper generator work correctly
13 years ago
Vadim Pisarevsky
cdbee71f1c
always initialize the output values in LSH-based k-nearest search (patch by Alex Mordvintsev)
13 years ago
Vladislav Vinogradov
be8e31f14d
minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation
13 years ago
Leonid Beynenson
d99f4a2beb
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 ago
Alexey Spizhevoy
a72da12c80
Added fix for 0 found features in stitching matcher
13 years ago
Andrey Pavlenko
94b3bb154e
Perf Tests: default stitching scenario.
13 years ago
Alexander Mordvintsev
069c43835b
work on #1360 (custom LshIndex params fixed)
13 years ago
Andrey Kamaev
99d3ce52c5
Added performance tests for findCirclesGrid and solvePnP
13 years ago
Marius Muja
16dd655dd3
Fixing ticket #1366
13 years ago
Marius Muja
281b953815
Fixing include defines
13 years ago
Vadim Pisarevsky
d77cf38896
corrected formula formatting in phaseCorrelate docs (thanks to the author for the patch)
13 years ago
Vladislav Vinogradov
4b46e35287
minor
13 years ago
Vladislav Vinogradov
dac9f69ba4
fixed bug in SURF_GPU (memory access error)
13 years ago
Alexey Spizhevoy
485e71bcc2
Bug in multiply was fixed (by Vlad Vinogradov)
13 years ago
Vladislav Vinogradov
29b9720aab
added check if src.size() == dst.size() to gpu::resize
13 years ago
Vladislav Vinogradov
b2079d6de1
implemented gpu::resize for all types
13 years ago