725 Commits (05164bf7133bcd0d3ea92f533b0778811f33bfdd)

Author SHA1 Message Date
Alexander Alekhin e49065b1dc core/ocl: temporary move device selection from ocl module 12 years ago
Alexander Smorkalov 4ec1930949 OpenCV version++; OpenCV Manager version++. 12 years ago
Alexander Smorkalov bc72f4d2a2 Code review fixes. 12 years ago
Vadim Pisarevsky f41f633d2d fixed various warnings from the “doc” and other builders 12 years ago
Ilya Lavrenov c8cbfe5382 added cv::dft T-API test 12 years ago
Alexander Smorkalov be530bd085 DeviceInfo class method that were implemented in header moved to cpp file. 12 years ago
Vadim Pisarevsky 9d3e7e027a almost finished opencl-ization of cascade classifier 12 years ago
Alexander Smorkalov 88a883e68e Build fix. 12 years ago
Ilya Lavrenov 2f34bb9aa0 added cv::gemm to T-API 12 years ago
Roman Donchenko f2befa01f4 Fixed build for the TLS-related stuff. 12 years ago
Alexander Alekhin 9cb31e86ae umat: fix memory leaks 12 years ago
Alexander Smorkalov 8660e048bc Dynamic CUDA support library loading implemented for Linux. 12 years ago
Alexander Smorkalov d4087f19a2 All CUDA related stuff were moved to separate dynamic library. 12 years ago
Alexander Alekhin 11b9d5bf4d core: added DirectX interop implementation (OpenCL) with samples 12 years ago
Alexander Alekhin a118577a57 core: added TLS support 12 years ago
Alexander Alekhin d0114b24e0 core/ocl: replace dynamic runtime 12 years ago
Alexander Alekhin 9f388a2be7 core/ocl: autogenerated files for dynamic runtime 12 years ago
Alexander Alekhin 5ecf759742 core/ocl: update dynamic runtime 12 years ago
Anatoly Baksheev 262f70f3ab cv::format declaration in default headers 12 years ago
Anatoly Baksheev 546c084fe6 fixed shadow error and added ocv_disable_module 12 years ago
Anatoly Baksheev ace71cef3f Added Affine3<T>::rvec() 12 years ago
Anatoly Baksheev 9f1f5aed53 compilation 12 years ago
Anatoly Baksheev a9c7aa92d9 removed CV_EXPORTS from cv::Afiine 12 years ago
Alexander Smorkalov 9f04222a75 OpenCV Manager version++. 12 years ago
Andrey Pavlenko f2cf9dd8bf updating version to 2.4.7.2 12 years ago
Ilya Lavrenov 3eaa8f149b added cv::intergal to T-API 12 years ago
Ilya Lavrenov 55af7857b9 added cv::warpPerspective to T-API 12 years ago
Séverin Lemaignan 9ce9fc3361 Ensure compilation to Javascript with Emscripten 12 years ago
Vadim Pisarevsky 161c3b71e6 hopefully, now opencv_test_imgproc should pass 12 years ago
Séverin Lemaignan efe564e3b3 Ensure compilation to Javascript with Emscripten 12 years ago
Vadim Pisarevsky 6da5d21331 fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance 12 years ago
Alexander Alekhin c1cfb4d422 core: added cv::error with CV_NORETURN attr 12 years ago
Ilya Lavrenov 09795e3265 added cv::resize INTER_AREA to T-API 12 years ago
Philippe FOUBERT 22ad487328 Comment correction 12 years ago
Philippe FOUBERT 735f704b3e Add on optional parameter to the matx invert function to know if this operation is successfull without having to analyse the matrix (it may fail in case of bad preconditioning or inappropriate decomposition method) 12 years ago
Ilya Lavrenov 0b900b54e5 RGB[A] <-> HSV 12 years ago
Ilya Lavrenov 9d23a0cb81 fixed ocl_arithm_op; fix for 3-channel images is needed 12 years ago
Alexander Alekhin 881e837520 ocl/core: added prototype for tests 12 years ago
Roman Donchenko fc49d33c8d Gave cv::String appropriate += operators. 12 years ago
Roman Donchenko 4cfbee70bd Simplified the Windows implementation of CV_XADD. 12 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 12 years ago
Anatoly Baksheev 8f6f9c3e58 compilation for VS2008 12 years ago
Roman Donchenko 615d6c22d1 Switched OpenCV to a 3-component version number. 12 years ago
Roman Donchenko 2c38be079e Enabled CV_Assert and such to print the function name with Visual C++. 12 years ago
Alexander Smorkalov f027cf80f7 OpenCV Version++. OpenCV Manager Version++. 12 years ago
Vadim Pisarevsky 485d36d3c0 changed InputArray's enumeration constant for UMat, since it may potentially conflict with existing OpenCL module. refactored Kernel's setArg API (now UMat is passed to a kernel as a structure, as Alexander A suggested). removed Kernel's cleanup callback from the external API; now each kernel keeps track of used matrices and they are dereferenced after it's complete. 12 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 12 years ago
Vadim Pisarevsky de521fc9fa fixed some more compile bugs (including Python bindings) 12 years ago
Vadim Pisarevsky d3076c5014 hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors 12 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 12 years ago