1034 Commits (b8c60234c3fa94c31a3e2a72275fefa811c75d5c)

Author SHA1 Message Date
Alexander Smorkalov 2243118fc0 NEON instruction set enabled for WIN32 on ARM by default. 12 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 12 years ago
Alexander Smorkalov 63786c389f Warning and review notes fixes. 12 years ago
Alexander Smorkalov e03ffde346 WinRT API Certification fixes for core and contrib. 12 years ago
Alexander Smorkalov 62b85a41da TLS calls on WinRT replaced on variables with C++11 "thread" attribute. 12 years ago
Alexander Smorkalov 6257df1c4b API restricted on WinRT partially removed from core. 12 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 12 years ago
kdrobnyh 6af10a2937 Some changes in sum and mean functions 12 years ago
Michael Hanselmann cdc2ee9789 Documentation fix for cv::compare (issue 3149) 12 years ago
Roman Donchenko ee182eb086 Fixed the setting of CVAPI_EXPORTS for modules that are always static/shared. 12 years ago
kdrobnyh 4dfd40bec0 Add IPP mean and sum functions 12 years ago
StevenPuttemans dd0481ef2d Added brackets around line 888-892 for correct code! 12 years ago
StevenPuttemans f9b594bf08 Changed first approach to a more general MS-specific approach. 12 years ago
StevenPuttemans c3dee28394 Fixed bug #3101, problem on ellipse2poly function 12 years ago
StevenPuttemans 1fc89bb2e0 Added the solution mentioned in patch #3125 12 years ago
Nikita Manovich c55dc3e8ab Fixed "FileStorage (minor) error in doc (Feature #3151)" 12 years ago
Roman Donchenko 6f326220d3 Removed the HAVE_LRINT macro, which is never set. 12 years ago
Roman Donchenko 4f9554eead Removed a few more unused configuration macros. 12 years ago
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. 12 years ago
Roman Donchenko c16316c4b4 Replaced the semi-public CV_PARALLEL_FRAMEWORK macro with a function. 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): 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 12 years ago
Gurpinder Singh Sandhu 36aad46fe1 changed reinterpret_cast to static_cast 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. 12 years ago
Alexander Smorkalov a914088f29 Build warning fixes. 12 years ago
Alexander Smorkalov 1e332d690f OpenCV verison incremented 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 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 12 years ago