Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
Andrey Pavlenko
|
2b2e02166e
|
setting version to 2.4.6.1 (hot-fix release for Linux camera support)
|
12 years ago |
Alexander Smorkalov
|
e241c14b94
|
OpenCV Library and Manager version incremented.
OpenCV Version 2.4.6;
OpenCV Manager Version 2.8;
Doc fixes.
|
12 years ago |
Roman Donchenko
|
c16316c4b4
|
Replaced the semi-public CV_PARALLEL_FRAMEWORK macro with a function.
That way, core/internal.hpp doesn't have to depend on cvconfig.h, which we
don't ship.
|
12 years ago |
peng xiao
|
290c8db0a8
|
Revise naming for getOclMat function.
|
12 years ago |
peng xiao
|
e129638263
|
Add a workaround to interpolate between oclMat and Input/OutputArray.
|
12 years ago |
Vladislav Vinogradov
|
af2fc1a22a
|
added documentation for OpenGL interoperability
|
12 years ago |
Roman Donchenko
|
24d84a45b1
|
Made tests record in the XML output which parallel framework was used.
|
12 years ago |
Alexander Smorkalov
|
8f7ba03ed2
|
Some fixes for incorrectly documented parameters identified by rst_parser.py (Bug #1205)
|
12 years ago |
Vladislav Vinogradov
|
a4750f49c6
|
fix for bug #3068 (PCA::computeVar for double input):
The matrix g can have CV_32F or CV_64F type, but g.at uses only float template.
This fix adds specialization for double type.
|
12 years ago |
Sergei Nosov
|
c90abb6a03
|
add multiruns to fix "unreliable results" error
|
12 years ago |
Roman Donchenko
|
8a4090fe3f
|
Make AutoLock noncopyable (it would break on copying, anyway).
|
12 years ago |
alex77git
|
445860d619
|
(typo)
|
12 years ago |
alex77git
|
44a2b109b7
|
Bug #2967, basic_structures.rst, fix 2 typos
|
12 years ago |
Bo Li
|
81779d8287
|
fixed pca bug for fixed mean input
|
12 years ago |
Andrey Kamaev
|
96b008cd29
|
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
|
12 years ago |
Gurpinder Singh Sandhu
|
36aad46fe1
|
changed reinterpret_cast to static_cast
This issue seem to be lingering around for quite some time
https://github.com/Itseez/opencv/pull/639
http://code.opencv.org/issues/2819
|
12 years ago |
Roman Donchenko
|
484607fb6f
|
Backported RNG_MT19937 from master.
|
12 years ago |
Roman Donchenko
|
f64d512774
|
Backported globbing from master.
|
12 years ago |
Roman Donchenko
|
e8721f1f6f
|
Automatically add CUDA support to a module if it has CUDA sources.
Backport from master.
|
12 years ago |
Alexander Smorkalov
|
a914088f29
|
Build warning fixes.
|
12 years ago |
Alexander Smorkalov
|
1e332d690f
|
OpenCV verison incremented
OpenCV Manager verison incremeneted;
Docs and tests updated accordingly;
COnstant for Manager initialization added.
|
12 years ago |
Andrey Kamaev
|
235a678458
|
SVD: always update W vector for better algorithm convergency
|
12 years ago |
Alexander Shishkov
|
382695ba5a
|
removed links to the http://opencv.willowgarage.com/
|
12 years ago |
Alexander Smorkalov
|
a2561ee0cd
|
Code review notes fixed.
|
12 years ago |
Vladislav Vinogradov
|
9d7e51eb46
|
fixed SparseMat Iterator compilation error (bug #2921)
|
12 years ago |
Vladislav Vinogradov
|
ce2284e2e6
|
removed duplication
|
12 years ago |
Vladislav Vinogradov
|
b28677bd90
|
fixed misprint in MatOp::augAssignXor
|
12 years ago |
Andrey Kamaev
|
ea5225ef3e
|
Fix typo leading to heap corruption in OutputArray::create
|
12 years ago |
Ryan Rawson
|
f5c3cb8b7c
|
Update operations_on_arrays.rst
Remove weirdo unicode – and just use a normal -(cherry picked from commit 0d49de51b7 )
|
12 years ago |
Alexander Smorkalov
|
09bc99a0c0
|
HAVE_WIN32UI and HAVE_VFW checks and defines added.
|
12 years ago |
Alexander Smorkalov
|
6f68640d4d
|
Multiple fixes for WinRT
Fixed flann build with NEON;
Fixed Haming distance with NEON;
Honest cvRound for WinRT added;
cvRound test added;
Video IO with direct show disabled;
|
12 years ago |
Vadim Pisarevsky
|
a4815cf359
|
removed extra whitespaces
|
12 years ago |
Vadim Pisarevsky
|
38693ef37c
|
fixed http://code.opencv.org/issues/2899
|
12 years ago |
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
12 years ago |
Vadim Pisarevsky
|
9a86245242
|
added test for bug #1448 and hopefully fixes the bug #2898
|
12 years ago |
Andrey Kamaev
|
ab221e94c0
|
Fix invert under MSVC
|
12 years ago |
Vadim Pisarevsky
|
416432a8e5
|
replaced tabs with spaces
|
12 years ago |
Vadim Pisarevsky
|
087537463d
|
attempt to make the ultimate fix for the failure in Core_Invert.small
|
12 years ago |
Vadim Pisarevsky
|
25bbcba0ea
|
fixed Core_MulSpectrums failure
|
12 years ago |
LeonidBeynenson
|
41dc829341
|
Made changes to avoid warnings (Windows compilation).
|
12 years ago |
LeonidBeynenson
|
bfb644ac04
|
Changed error message in Algorithm::get.
|
12 years ago |
LeonidBeynenson
|
e7b214b6d2
|
Removed urequired functions
|
12 years ago |
Vladislav Vinogradov
|
8b1f88c40f
|
updated gpu module API
|
12 years ago |
Vladislav Vinogradov
|
21f95a3b11
|
restored source compatibility
|
12 years ago |
Vladislav Vinogradov
|
a938534a7e
|
restored binary compatibility
|
12 years ago |
Alexander
|
4091eab45e
|
cv::Ptr description extended.
|
12 years ago |
Vladislav Vinogradov
|
ce2559b332
|
optimized DeviceInfo class and ensureSizeIsEnough
|
12 years ago |
Anna Kogan
|
a567c03fdf
|
Switched to TEST_CYCLE_MULTIRUN for fast tests
|
12 years ago |
Andrey Kamaev
|
ff7b604a25
|
Fix several inconsistent declarations identified by check_doc2 script
|
12 years ago |