10209 Commits (11e9e375a3a44330eb29bb6e299d14687c94c7da)

Author SHA1 Message Date
Vadim Pisarevsky 11e9e375a3 fixed compile warning with GCC 11 years ago
Vadim Pisarevsky 4255746c00 fixed compile warnings and removed extra whitespaces 11 years ago
Vadim Pisarevsky 4dfb613c3e optimized Bayer=>RGB/RGBA/Gray conversion using Neon intrinsics. Fixed recently introduced build error in iOS framework. 11 years ago
Adrian Stratulat a98ce86ca3 Add NEON intrinsics to core/src/arithm.cpp 11 years ago
Alexander Karsakov e51c0810b6 Added accuracy and performance tests for DFT all modes. 11 years ago
Elena Gvozdeva 4fdd6de8e8 Fixed ippiDFT call 11 years ago
vbystricky 716218cac4 Optimize ocl version of warp_affine 11 years ago
vbystricky fd51c133df Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs 11 years ago
VBystricky cc703b01df Fix build errors with cap_v4l on Linux 11 years ago
Lars Glud 1242a66119 Openni2 support 11 years ago
PhilLab e82241cba5 Function for drawing arrows 11 years ago
Lars Glud 8b32235854 Openni2 support 11 years ago
Petr Glotov 7a77cf584a added timelapse 11 years ago
pradeep 7171431e7c Changed cv::log to std::log 11 years ago
VBystricky ca307669d4 Refresh code. Fix merge conflict 11 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 11 years ago
Ilya Lavrenov f2a2467de3 enabled BufferPool 11 years ago
Alexander Alekhin 6dd3244019 fix build 11 years ago
Ilya Lavrenov fee3d6931b corners 11 years ago
Ilya Lavrenov c949845a6b fixed perf test 11 years ago
Zhigang Gong 2e49ca4903 Avoid unmap an umat(ocl) which hasn't been mapped at all. 11 years ago
pradeep 0d49f97128 Fixed truncation warning 11 years ago
pradeep f8b23cff18 Fixed test errors, added support for C data types. 11 years ago
Ilya Lavrenov e8f5c2fcf6 OpenCL before IPP 11 years ago
vbystricky 7fe7facfee Remove unused variable 11 years ago
vbystricky eb8366bb0a DShow camera as IVideoCapture object 11 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Beat Küng 90dce84314 imgproc: fix compiler error for gcc 4.8 11 years ago
Ilya Lavrenov e2b86974ae SSE2 optimization of cv::patchNaNs 11 years ago
Ilya Lavrenov e04c39b089 SSE2 optimization of cv::inRange 11 years ago
Adi Shavit 7674f3ddbf Added call to clone() to avoid unexpected change to external data. 11 years ago
Ilya Lavrenov 55d84cf815 optimization of cv::minMaxLoc - used min/max 11 years ago
vbystricky 690c932d7f Change groups count for Intel 11 years ago
Ilya Lavrenov 2fe07abf83 use vectors for devices of all vendors 11 years ago
Ilya Lavrenov 8fdbdb131d SSE4.1 optimiation of cv::Moments CV_16U 11 years ago
Alexander Alekhin c5d3c08256 ocl: add try-catch for OpenCL device getter 11 years ago
Ilya Lavrenov 93f8581b69 fixed warnings 11 years ago
Ilya Lavrenov e5b63d43f2 sse2 optimization of inv_sqrt_64f 11 years ago
Ilya Lavrenov 46e2216165 fixed cv::warpPerspective 11 years ago
Ilya Lavrenov 10c772fa7f minor optimization of cv::LUT 11 years ago
vbystricky a3b9884674 Change global buffer to local 11 years ago
Ilya Lavrenov d40cb39616 SSE2 optimization of magnitude calculation 11 years ago
Ievgen Khvedchenia 92ead5fab3 Fix cmake to build OpenCV framework on OSX 11 years ago
Alexander Alekhin 157257b072 ocl: don't use OpenCL CPU device in default setup 11 years ago
Ilya Lavrenov 972119bff3 sse2 optimization of cv::convertScaleAbs 11 years ago
Ilya Lavrenov 54e4ef657c optimized cv::transpose inplace 11 years ago
Ilya Lavrenov 9c8b9fc733 cv::transpose 11 years ago
Ilya Lavrenov 978f7eb44a added perf test for transpose inplace 11 years ago
Ilya Lavrenov 654bdde8ed SSE2 optimization of cv::preCornerDetect 11 years ago
Alexander Karsakov d5c99a07b6 Use fma only for Intel devices 11 years ago