1069 Commits (d8c6e89a54df6c0db529431b4188e6cb8ff53d7a)

Author SHA1 Message Date
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
berak 50e27ffc37 added initialization of Moments.nu** params in completeMomentState( Moments* moments ) 12 years ago
Vladislav Vinogradov 14e4b3adde rewrite core/cuda/vec_math.hpp file 12 years ago
Vladislav Vinogradov bf7c1c6c25 fixed NPP error constants usage 12 years ago
Vladislav Vinogradov 3eeaa9189c Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" 12 years ago
IanVS 41fc41829c Updated documentation to new "COLOR_" format for color conversion enums. 12 years ago
Roman Donchenko 8a4090fe3f Make AutoLock noncopyable (it would break on copying, anyway). 12 years ago
alex77git 445860d619 (typo) 12 years ago
Leszek Swirski 7542d66dbd Fix drawing documentation referring to C API macros 12 years ago
alex77git 44a2b109b7 Bug #2967, basic_structures.rst, fix 2 typos 12 years ago
Andrey Kamaev b8ed00bd64 Compile OpenCV with GCC visibility set to hidden 12 years ago
Bo Li 81779d8287 fixed pca bug for fixed mean input 12 years ago
Andrey Kamaev 416fb50594 Revert "Merge pull request #836 from jet47:gpu-modules" 12 years ago
Vladislav Vinogradov 6d735c11c6 removed const qualifier (it produces warnings) 12 years ago
Vladislav Vinogradov 43d5e2d8b4 removed gpu BORDER_* constants 12 years ago
Vladislav Vinogradov 31c8b527c6 gpuarithm module for arithmetics operations on matrices 12 years ago
Andrey Kamaev 8f32902ce6 Minimize usages of legacy C API inside the library 12 years ago
Andrey Kamaev 96b008cd29 Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 12 years ago
Andrey Kamaev 8b294c6c90 Remove documentation for old python wrapper 12 years ago
Andrey Kamaev b2ba8b9969 Drop old python interface 12 years ago
Andrey Kamaev 8406312571 Remove C API from OpenCL module 12 years ago
Andrey Kamaev 4296b456e5 Add missed constants for reduce operation 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
Andrey Kamaev 4846dcdfeb Move borderInterpolate and copyMakeBorder documentation 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Roman Donchenko e8721f1f6f Automatically add CUDA support to a module if it has CUDA sources. 12 years ago
Andrey Kamaev ad793ee3f4 Update documentation 12 years ago
Andrey Kamaev b0e6606b98 Cleanup core module API 12 years ago
Vladislav Vinogradov f50aabf012 fixed bug #2938 12 years ago
Andrey Kamaev 3107f79cea Cast to unsigned inside CV_XADD to quiet nvcc 12 years ago
Vladislav Vinogradov a783f5c260 removed blank lines at then end of file 12 years ago
Vladislav Vinogradov b50090f850 restore cudaSafeCall 12 years ago
Vladislav Vinogradov 2bad639aee fixed source_group 12 years ago
Vladislav Vinogradov 6e28e67741 removed static_check.hpp 12 years ago
Vladislav Vinogradov 910ef57109 renamed cuda namespace to cudev 12 years ago
Vladislav Vinogradov 193e857392 removed cu_safe_call.h and cu_safe_call.cpp 12 years ago
Vladislav Vinogradov 204a19b431 moved common gpu utility functionality to gpu_private.hpp 12 years ago
Vladislav Vinogradov 28b1e81883 renamed device -> cuda 12 years ago
Vladislav Vinogradov a57707b8d8 moved device layer to core module 12 years ago
Andrey Kamaev befd696720 Update documentation 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Vladislav Vinogradov bf6c08a9ea fixed compilation with CUDA 12 years ago
Alexander Smorkalov a914088f29 Build warning fixes. 12 years ago
Alexander Smorkalov 1e332d690f OpenCV verison incremented 12 years ago