1416 Commits (699eda46b6278a6aeb6a9c58cbb605387b8a0075)

Author SHA1 Message Date
Vadim Pisarevsky 5920bd4f2e fixed whitespace errors 11 years ago
Vadim Pisarevsky caa33b2242 added first very simple test for UMat<=>Mat conversion 11 years ago
Vadim Pisarevsky b1aa4a4913 yet another attempt to fix test failures 11 years ago
Vadim Pisarevsky a9065b7d0c trying to fix failures in tests 11 years ago
Vadim Pisarevsky 303df78cca removed refcount field from Mat; that helped to find and eliminate some memory leaks. perf tests should probably pass now 11 years ago
Vadim Pisarevsky 5a34272150 fixed build on Windows 11 years ago
Vadim Pisarevsky de521fc9fa fixed some more compile bugs (including Python bindings) 11 years ago
Vadim Pisarevsky d3076c5014 hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors 11 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 11 years ago
Vadim Pisarevsky 278fb617d2 the first draft of transparent API and new UMat class. 11 years ago
Han Qiang 88f68a3fe0 Fixed typo in document. 11 years ago
Ilya Lavrenov 1be77dd2f3 enabled accuracy tests for the functions that use inside AMD Blas/Fft 11 years ago
Adrian Stratulat 3561bc1bbc rename vBinOp64f to vBinOp64, minor fixups 11 years ago
Adrian Stratulat cb445d697c Refactor vectorized arithmetical operations 11 years ago
Ilya Lavrenov 9d1636daa6 catching OpenCL double not supported exceptions 11 years ago
Alexander Alekhin 555c505b70 update cmake 'install' target for Windows platform 11 years ago
Ilya Lavrenov d57a7008f1 fixed cmd parser when arg is like -+ 11 years ago
Vladislav Vinogradov 342e007dc6 now Allocator accepts GpuMat* instead of 3 pointers 11 years ago
Vladislav Vinogradov 3b412b51ac moved BufferPool management functions to public 11 years ago
Vladislav Vinogradov 5ea8085220 added BufferPool class 11 years ago
Vladislav Vinogradov 988ab79acb added BufferAllocator 11 years ago
Vladislav Vinogradov e5188c7e94 added GpuMat::Allocator interface 11 years ago
Ilya Lavrenov 036e99d03a fixed ipp-related warnings 11 years ago
StevenPuttemans 2f474db27f Fix of bug #3283 and bug #3301 11 years ago
Vladislav Vinogradov 32d578f5f0 fixed gridTransform overloads problems 11 years ago
shawke 720241de87 Make similar default typedefs for Point_, Size_ and Rect_ 11 years ago
John Stowers 14d225134d Redefine CPU_xx constants in cv::namespace 11 years ago
Vadim Pisarevsky 8e7eb79f6e fixed compile errors and warnings when building master branch with IPP enabled 11 years ago
Alexander Alekhin f1b5cbc8fe ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp 11 years ago
Alexander Alekhin 0ee47502d9 remove CV_EXPORT from templates 11 years ago
Roman Donchenko d669559ec3 Bumped version to 3.0. 11 years ago
Roman Donchenko 887825e831 Added an additional version component - the development status. 11 years ago
Roman Donchenko fec697b390 Silenced a few -Wcast-align warnings in the headers. 11 years ago
Vadim Pisarevsky 61f2107829 added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions. 11 years ago
Vladislav Vinogradov a0771630b0 restored original behaviour or release functions for (Buffer and Texture) 11 years ago
Vladislav Vinogradov b7eff94137 fixed compilation issues with new Ptr 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 86b841563b Added tests for Ptr. 11 years ago
Roman Donchenko a97ffe6513 Rewrote the documentation for Ptr to fit the new implementation. 11 years ago
Roman Donchenko a50d75d362 Made Filestorage able to not own its CvFileStorage instance. 11 years ago
Roman Donchenko 3e189a2b41 Replaced calls to Ptr<T>::ptr to ::dynamicCast. 11 years ago
Roman Donchenko 24dee16b12 Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience. 11 years ago
Roman Donchenko 8200a95ced Boring changes - core. 11 years ago
Roman Donchenko 461c98fa86 Replaced Ptr with my new implementation. 11 years ago
Abid K 0902f183ca alignment of parameters as per speclad 11 years ago
Alexander Smorkalov 6d3102141c Globbing accuracy test fail on Windows RT fixed. 11 years ago
Vladislav Vinogradov ba4bf04c6c fixed incorrect GPUs -> CUDAs replacement 11 years ago
Vladislav Vinogradov cbe437571e fixed docs 11 years ago
Vladislav Vinogradov fd88654b45 replaced GPU -> CUDA 11 years ago
Vladislav Vinogradov cfe4a71dc6 renamed gpu* source to cuda* in core module 11 years ago