1143 Commits (4fe8e377ede5d03cba0987ee86914e3ad2685c3b)

Author SHA1 Message Date
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
Roman Donchenko 4ac2db271d Removed CV_EXPORTS from all template classes (that I could find). 12 years ago
Vladislav Vinogradov 6dfd8f184c rewrote matrix operations with cudev module 12 years ago
Vladislav Vinogradov 2311b0b43b added cudev::GpuMat_<T> support to Input/Output arrays 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
Andrey Pavlenko e04517af36 moving version to 2.9.0, 12 years ago
Roman Donchenko 924fc070f0 Changed / for Matx to Matx::div, for symmetry with Matx::mul. 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
Roman Donchenko 0daf4b800a Fix bug: CommandLineParserParams's comparator would fail with equal arguments. 12 years ago
Roman Donchenko 4692d4b36e Fix bug: cv::String would break if assigned to itself. 12 years ago
Alexander Smorkalov e241c14b94 OpenCV Library and Manager version incremented. 12 years ago
Vikas Dhiman f15dc72b89 Removed misleading comment and added the divisibility test to ::run function. 12 years ago
Vladislav Vinogradov 3c32fc1329 removed obsolete methods from gpu::Stream 12 years ago
Roman Donchenko c16316c4b4 Replaced the semi-public CV_PARALLEL_FRAMEWORK macro with a function. 12 years ago
Vladislav Vinogradov 98bd401534 fix gpu::DeviceInfo compilation under linux 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
Vladislav Vinogradov 50166d2734 fixed compilation with CUDA 4.2 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
Vikas Dhiman dbc9b4db0c support elementwise division for Matx with "/" operator. 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
Vladislav Vinogradov 564fd21e87 fixed documentation build 12 years ago
Vladislav Vinogradov 439c3574ed renamed gpu_private.hpp to private.gpu.hpp 12 years ago
Vladislav Vinogradov 0489489322 used cudaMalloc for 1-row or 1-column matrix instead of cudaMallocPitch 12 years ago
Vladislav Vinogradov 1db4afac6a made createContinuous & ensureSizeIsEnough generic (OutputArray support) 12 years ago
Vladislav Vinogradov f17b836d24 added Event class (wrapper for cudaEvent) 12 years ago
Vladislav Vinogradov 2dab93c2e8 refactored gpu info structures (TargetArchs and DeviceInfo) 12 years ago
Vladislav Vinogradov 76f4b02b06 refactored gpu::Stream (minor fixes) 12 years ago
Vladislav Vinogradov a52af84dcf refactored CudaMem (now alloc type assign only in constructor) 12 years ago
Vladislav Vinogradov cc34a8ac3c new implementation for GpuMat::setTo (without constant memory) 12 years ago
Vladislav Vinogradov 69be49bac1 refactored GpuMat: 12 years ago
Vladislav Vinogradov db1178b5df moved GpuMat implementation to separate file 12 years ago
Vladislav Vinogradov 2153a14872 moved inline implementation to separate file 12 years ago
Vladislav Vinogradov 6994a02c15 added Stream support to ogl::Buffer 12 years ago
Vladislav Vinogradov 649737b6a8 removed obsolete DevMem2D class 12 years ago
Vladislav Vinogradov 4c9773d55f renamed gpu headers (made it more consistent) 12 years ago
Vladislav Vinogradov 6c253a41c2 added CudaMem support to Input/Output arrays 12 years ago
Vladislav Vinogradov 2fae1d9507 removed ogl::Texture2D support from InputArray 12 years ago
berak 610e29fa31 restored utility.hpp 12 years ago