Vladislav Vinogradov
26f9534544
fixed string->string conversion
12 years ago
Anatoly Baksheev
d681717702
warnings
12 years ago
Andrey Kamaev
b45a870d9a
Limit 32S data in perf test for addWeighted to avoid integer overflow
12 years ago
Andrey Kamaev
40030d2ca0
Fix windows build warnings
12 years ago
Andrey Kamaev
15076f9232
Fix implementation of PCA overload with retained variance parameter
12 years ago
Maria Dimashova
78dd1893bb
added tests for cv::merge, cv::split, cv::phase
12 years ago
marina.kolpakova
99c666691e
Restore core multiply/divide depth to CV_64F value.
...
After setting depth to CV_32F for non double types this produces difference in results. I've attached test that reproduce this issue.The issue was found during anali broken GPU tests for multiply/device functions.
12 years ago
Kazuki MATSUDA
72c93dabd3
Add stream operators (Requested #2430 )
...
Add output stream operators (<<) for Rect, Size, Matx, Vec.
I can't add operations for cv::KeyPoint.
And putting together all operator<<.
(Matx, Point_, Point3_, Vec, Size_, Rect_)
12 years ago
Andrey Kamaev
8fb6d9f650
Fix Android build warnings
12 years ago
Andrey Kamaev
7173c82382
Include unistd.h to parallel.cpp on UNIX-like systems
...
This fixes build without TBB and CUDA. Issue #2445
12 years ago
Vadim Pisarevsky
f5742e6cac
fix bug #2447 - unary operator bug for single column matrix
12 years ago
Andrey Kamaev
73bbabf207
Eliminate discrepancies between signatures in documentation and OpenCV headers
...
All errors were found by doc/check_docs2.py
12 years ago
Andrey Kamaev
0e7ca71dcc
Normalize whitespace in documentation and text files
12 years ago
Andrey Kamaev
461b69f6ee
Eliminate discrepancies between signatures in documentation and OpenCV headers
...
All errors were found by doc/check_docs2.py
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
marina.kolpakova
e5437e5486
Fix binary compatibility of opencv_gpu
12 years ago
Andrey Kamaev
0442bca235
Revert "partially recovered binary compatibility (ticket #2415 )"
...
This reverts commit 94b97b7a63
.
12 years ago
Andrey Kamaev
18ab16dbd3
Revert "some more fixes towards binary compatibility"
...
This reverts commit a8c5e35619
.
Conflicts:
modules/imgproc/src/imgwarp.cpp
12 years ago
Andrey Kamaev
ebac3a02aa
Fix backward compatibility of opencv_core
12 years ago
Andrey Kamaev
d566c6bc86
Revert "add new version of CommandLineParser. add empty docs"
...
This reverts commit 54a202b3d5
.
Conflicts:
modules/core/doc/command_line_parser.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/cmdparser.cpp
modules/gpu/perf/main.cpp
modules/gpu/test/main.cpp
modules/ts/src/ts_perf.cpp
12 years ago
Andrey Kamaev
58f31819cc
Return drawContours back to imgproc
...
This partly reverts commit 6ca618277c
.
12 years ago
Andrey Kamaev
a3b1971977
Bring back escaped virtual destructors from 2.4.2
12 years ago
Vadim Pisarevsky
78a0b9787c
fixed build errors on Mac; moved test for #2332 from imgproc to highgui
12 years ago
Andrey Kamaev
460644b8a4
Reimplement thread management functions:
...
* Refactor auto-detection of parallel frameworks
* Implement cv:getNumThreads, cv::setNumThreads and cv::getThreadNum for all supported frameworks
* From now cv::setNumThreads(0) can be used to turn off parallelisation
12 years ago
Andrey Kamaev
b54f59de90
Move thread-related functions implementation to parallel.cpp
12 years ago
marina.kolpakova
8d7ac8ad19
minor ending fix
12 years ago
Daniil Osokin
1d3ec99102
fixed batchDistance minimum finding #2292
12 years ago
Vadim Pisarevsky
bddd06e6c4
another fix for the updated parallel_for_ implementation
12 years ago
Vadim Pisarevsky
d64438dcfd
fixed build errors in the case of TBB and Concurrency
12 years ago
Vadim Pisarevsky
8441cf700d
added function cv::findNonZero (patch #2205 )
12 years ago
Vadim Pisarevsky
354a5f2686
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
12 years ago
Vadim Pisarevsky
7ee6040192
enable Matx as Mat elements (bug #1705 ).
12 years ago
Vadim Pisarevsky
56d3cad326
enabled odd size in DFT_COMPLEX_OUTPUT test
12 years ago
Vadim Pisarevsky
37ad10bf0d
fixed bug with partly uninitialized output of dft with DFT_COMPLEX_OUTPUT flag (bug #2223 )
12 years ago
Vadim Pisarevsky
e625d86485
added C= support; modified threading logic in threshold
12 years ago
Daniil Osokin
1516a6169a
fixed one more msvc warning in tbb kmeans
12 years ago
Daniil Osokin
cc2d12b3e6
fixed msvc warning in tbb kmeans
12 years ago
daniil.osokin
e83ff354bd
added TBB for kmeans (patch #1261 : thanks to Boris Mansencal)
12 years ago
daniil.osokin
a245161de6
added perf test for kmeans
12 years ago
Vadim Pisarevsky
e365726c4a
fixed example of iteration through a SparseMat (bug #2310 )
12 years ago
Andrey Kamaev
0afd51253d
Add else branch to previous fix
12 years ago
Andrey Kamaev
34bfda10ca
Fix regression in core arithmetic
12 years ago
Vadim Pisarevsky
a135e862c1
made opencv headers windows.h-less (Bug #2122 )
12 years ago
Vadim Pisarevsky
df8364ce63
Fixed "arr = NaN" case (bug #2056 )
12 years ago
Vadim Pisarevsky
a8c5e35619
some more fixes towards binary compatibility
12 years ago
Vadim Pisarevsky
4be7619ce4
_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3
12 years ago
Anatoly Baksheev
4b5bbb7752
fast_nlm initial version
12 years ago
Andrey Kamaev
2446c9329f
Remove bad perf test for cvRound
12 years ago
Andrey Kamaev
8c8ebd9ca6
Fix sanity checks for arithmetic tests on CV_32S data
12 years ago