Kirill Kornyakov
5a702d7d9d
Optimized version of Norm functions added
13 years ago
Andrey Kamaev
664cd5460e
Tegra-optimized cv::compare
13 years ago
Andrey Kamaev
a612fa1520
Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel
13 years ago
Kirill Kornyakov
e37930b649
Optimized version of Sum functions added
13 years ago
Andrey Kamaev
d7ff92439d
Better NEON Hamming distance
13 years ago
Kirill Kornyakov
177618984d
dft perf test minor fix
13 years ago
Kirill Kornyakov
f2b72928cc
created perf test for DFT
13 years ago
Vladislav Vinogradov
40ee754e28
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
...
fixed gpu module error reporting
added asynchronous version of some functions
13 years ago
Anatoly Baksheev
7106513b8a
warning under vs2008
13 years ago
Andrey Kamaev
89be84a396
Fixed Linux build
13 years ago
Vadim Pisarevsky
b74116e694
unified norm computing; added generalized Hamming distance
13 years ago
Andrey Kamaev
22bd127365
Added performance tests for cv:phase and cv::SURF
13 years ago
Andrey Kamaev
9ae8443d37
Tegra optimized FastAtan2
13 years ago
Alexander Shishkov
b71bfef702
fixed bug with using not built-in ZLIB library
13 years ago
Andrey Morozov
bee68e519a
fixed several bugs in CommandLineParser
13 years ago
Andrey Morozov
bf636e40bf
improved print help in CommandLineParser
13 years ago
Vadim Pisarevsky
60ebe2003f
fixed multiple warnings on Windows. fixed bug #1368
13 years ago
Anatoly Baksheev
923f771cfc
warnings
...
optical flow gpu cosmetics
13 years ago
Andrey Kamaev
20af242a03
Updated command line arguments in performance tests
13 years ago
Andrey Morozov
b7a3d36729
fixed several bugs in CommandLineParser
13 years ago
Andrey Morozov
135b9280f1
improved print help in CommandLineParser
13 years ago
Andrey Morozov
97d54612c7
fix print help
13 years ago
Andrey Morozov
d449b0492f
fixed several bugs in CommandLineParser
13 years ago
Andrey Morozov
3d3efe7c07
fixed sub algorithm in CommandLineParser
13 years ago
Andrey Kamaev
5d363e67a0
Tegra optimized cvRound; perf test for cvRound; fixed perf test for stitching
13 years ago
Leonid Beynenson
fcaa587b67
CMake scripts changed a bit: added more accurate variant of the Threading Framework support (it is a lightweight analogue of TBB for ARM-s).
13 years ago
Vadim Pisarevsky
a1d6671451
fixed bug #1370
13 years ago
Vladislav Vinogradov
ce35a6d8be
fixed bug in cv::reduce in reduceC_ for multi-channels source
13 years ago
Andrey Kamaev
6ff2ae1d3a
Tegra-optimized minMaxLoc/minMaxIdx
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
Andrey Kamaev
5cce038958
Performance testing branch is merged back into trunk
13 years ago
Anatoly Baksheev
415978b1c9
warnings
13 years ago
Leonid Beynenson
f69aa40310
Added the declaration of the type ConcurrentDoubleVector for TBB case.
13 years ago
Vadim Pisarevsky
eb9401d353
applied patch #1326
13 years ago
Vadim Pisarevsky
3b7b833a4e
merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2
13 years ago
Vadim Pisarevsky
d3d55f3234
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).
13 years ago
Vadim Pisarevsky
fba70ca131
fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication
13 years ago
Andrey Kamaev
7820c343eb
Documentation: fixed CvSlice and FeatureDetector descriptions.
13 years ago
Andrey Kamaev
d7a9b99b1d
Documentation: fixed references for C++ operators
13 years ago
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
13 years ago
Andrey Kamaev
431daf59b6
* Fixed cross-referencing in reference manual (except C++ operator() ).
...
* Fixed display of struct and class definitions (except classes with base class specified).
* Fixed formatting and referencing errors in several documentation files.
13 years ago
Vadim Pisarevsky
960fd51cf0
another attempt to fix #1299
13 years ago
Vadim Pisarevsky
d37beb4074
fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299 )
13 years ago
Vadim Pisarevsky
6942799669
fixed kmeans center initialization in the case of huge matrices (ticket #1291 ); fixed warinings in libtiff.
13 years ago
Vadim Pisarevsky
645bb0bfbc
added size check to static Mat::diag()
13 years ago
Andrey Kamaev
50d1d711de
Added reference to Nvidia TADP into Android tutorial; refactored both Android tutorials; fixed some rst warnings
13 years ago
Andrey Kamaev
0a2c7803b6
Fixed mixChannels argument types
13 years ago
Vadim Pisarevsky
8ceda8372c
corrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler)
13 years ago
Vadim Pisarevsky
4b94d91955
added _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214 )
13 years ago
itsyplen
9b1cb7227a
fixed errors in cmdparser
13 years ago