379 Commits (98408257430e4f7cda150d8398be8b7024c11745)

Author SHA1 Message Date
Alexander Smorkalov 4ec1930949 OpenCV version++; OpenCV Manager version++. 11 years ago
Alexander Smorkalov bc72f4d2a2 Code review fixes. 11 years ago
Alexander Smorkalov be530bd085 DeviceInfo class method that were implemented in header moved to cpp file. 11 years ago
Alexander Smorkalov 88a883e68e Build fix. 11 years ago
Alexander Smorkalov 8660e048bc Dynamic CUDA support library loading implemented for Linux. 11 years ago
Alexander Smorkalov d4087f19a2 All CUDA related stuff were moved to separate dynamic library. 11 years ago
Alexander Alekhin a118577a57 core: added TLS support 11 years ago
Alexander Smorkalov 9f04222a75 OpenCV Manager version++. 11 years ago
Andrey Pavlenko f2cf9dd8bf updating version to 2.4.7.2 11 years ago
Séverin Lemaignan 9ce9fc3361 Ensure compilation to Javascript with Emscripten 11 years ago
Anatoly Baksheev 8f6f9c3e58 compilation for VS2008 11 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
Ilya Lavrenov 1be77dd2f3 enabled accuracy tests for the functions that use inside AMD Blas/Fft 12 years ago
Ilya Lavrenov 9d1636daa6 catching OpenCL double not supported exceptions 12 years ago
Alexander Alekhin f1b5cbc8fe ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp 12 years ago
Alexander Alekhin 0ee47502d9 remove CV_EXPORT from templates 12 years ago
Roman Donchenko fec697b390 Silenced a few -Wcast-align warnings in the headers. 12 years ago
Alexander Smorkalov 114e04ee12 OpenCV version++. Current OpenCv version 2.4.6.2 12 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
Alexander Smorkalov 9af2c1661a Restricted Win32 API was fixed in Highgui and some 3rd party libs. Patch 12 years ago
Bahram Dahi 83e21568ee Minor bug fix, missing const in method signature 12 years ago
Bahram Dahi 6cf9070b9a Added ability to read several opencv types (Size, Point, etc.) to FileStorage. Solves issue #3196 12 years ago
Alexander Smorkalov 2243118fc0 NEON instruction set enabled for WIN32 on ARM by default. 12 years ago
StevenPuttemans f9b594bf08 Changed first approach to a more general MS-specific approach. 12 years ago
StevenPuttemans 1fc89bb2e0 Added the solution mentioned in patch #3125 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
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 e129638263 Add a workaround to interpolate between oclMat and Input/OutputArray. 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
Roman Donchenko 8a4090fe3f Make AutoLock noncopyable (it would break on copying, anyway). 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
Alexander Smorkalov a914088f29 Build warning fixes. 12 years ago
Alexander Smorkalov 1e332d690f OpenCV verison incremented 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
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
Vadim Pisarevsky 38693ef37c fixed http://code.opencv.org/issues/2899 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
LeonidBeynenson e7b214b6d2 Removed urequired functions 12 years ago
Vladislav Vinogradov 21f95a3b11 restored source compatibility 12 years ago