195 Commits (f5dba12762b8878bbb940e16a3ca07fa0a0b5c2a)

Author SHA1 Message Date
vbystricky f23134ce01 Add IPP_VERSION_X100 define 11 years ago
vbystricky 7badc85b60 Fix for pullrequest comment 11 years ago
vbystricky 2d54581971 Fix ifdef for IPP version greater 8.1 11 years ago
vbystricky 38913bf5f6 Change all 'ippStsNoErr==' to '0<=', and all 'ippStsNoErr!=' to '0>' 11 years ago
vbystricky 06acb8b0ee Check 8.1 ipp version for gaussian functions, which not exists in versions before this. 11 years ago
vbystricky 1b3651d8ee Undo changes ipp to ippicv prefix of function names 11 years ago
vbystricky aece433b15 Check ippStsNoErr as result of ipp function instead >=0 11 years ago
vbystricky 07e84c635a Remove unused code 11 years ago
vbystricky 01a66a2938 Prepare codes for ippicv library 11 years ago
Alexander Karsakov a3825acee4 Small refactoring 11 years ago
Alexander Karsakov 10a52220f0 Added integer arithmetic to sepFilter2D 11 years ago
Alexander Karsakov d17142b83d Prototype OCL version of gaussian blur with integer arithmetic 11 years ago
Aaron Kunze ede6d4482b Optimizations to OpenCL bilateral filter. 11 years ago
Ilya Lavrenov b6833fdde7 added 3-channels support to cv::medianBlur 11 years ago
Ilya Lavrenov a51ab99a79 added 3-channels support to cv::filter2D, cv::Laplacian 11 years ago
Ilya Lavrenov e19c42dded added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter 11 years ago
Ilya Lavrenov 8f5fd44fb2 added 3 channels support to cv::bilateralFilter 11 years ago
Seunghoon Park 7868733002 fixing bug #3345 11 years ago
Ilya Lavrenov 412468e0ae added cv::sqrBoxFilter to T-API 11 years ago
Ilya Lavrenov c01e8e9361 removed ABF 11 years ago
Ilya Lavrenov 68f5dd4170 simplified cv::boxFilter OpenCL impl 11 years ago
Ilya Lavrenov 78c2b3ca2a refactored imgproc 11 years ago
Seunghoon Park b036fc756a fixing bug #3345 11 years ago
Vadim Pisarevsky f41f633d2d fixed various warnings from the “doc” and other builders 11 years ago
Vadim Pisarevsky 9d3e7e027a almost finished opencl-ization of cascade classifier 11 years ago
Elena Gvozdeva d9d4678599 Fixed condition for channels 11 years ago
Elena Gvozdeva 125d67130b Fixed medianFilter 11 years ago
Elena Gvozdeva 8fe4e98b8a Fixed trailing whitespace 11 years ago
Elena Gvozdeva b2d8b491c0 Added ocl_medianFilter using Transparent API 11 years ago
Vladimir Bystricky 268d814d18 Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders. 11 years ago
Ilya Lavrenov 8fa8b36b42 added cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API 11 years ago
Ilya Lavrenov 93c6fe66ce added cv::bilateralFilter to T-API 11 years ago
Vladimir Bystricky 44126e350a Change while(true) to for(;;) for fix compiler warning. 12 years ago
Vladimir Bystricky 591b1a7e70 Another fix for disable "conditional expression is constant" 12 years ago
Vladimir Bystricky 3013b469fe Add check for depths of destination and source image. Fix warning C4127. 12 years ago
Vladimir Bystricky af6134b4b6 Fix issue in boxFilter with destination depth not equal to source depth. 12 years ago
Vladimir Bystricky 968a898a1b Add ocl version of boxFilter to the module img_proc 12 years ago
Harris Gasparakis a1de91a4fd Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs 12 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 12 years ago
Roman Donchenko 254d4ae429 Boring changes - imgproc. 12 years ago
Roman Donchenko 6ebfa87181 Delete a bunch more trailing whitespace that slipped through the cracks. 12 years ago
yao 26b5eb3e39 add adaptive bilateral filter (cpp and ocl version) 12 years ago
kdrobnyh c1de14c27a Fix bilateralFilter function 12 years ago
Vadim Pisarevsky 10fde1ca5c disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled) 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Ilya Lavrenov 3eed5d8c72 additional improvements for 32f 12 years ago
Ilya Lavrenov efad6942e2 some improvements of existing sse3 optimization of bilateral filter in case of 8uc3. Now perf tests take 6120ms instead of previous 7250ms (1.18x speed-up) 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago