360 Commits (49f2bd6f17f7536e27bc259b0dc464bc17b2da8b)

Author SHA1 Message Date
Roman Donchenko 7ea1bf3cf0 Fixed several problems found by PVS-Studio. 11 years ago
pradeep c5b4b99350 Implemented Kullback-Leibler divergence 11 years ago
Ilya Lavrenov e2558e5ee5 increased eps to pass tests 11 years ago
Ilya Lavrenov 3ccaa5294e added OpenCL RGB <-> Luv conversions 11 years ago
Alexander Karsakov f6a8ac2f6c Changed check condition in tests in case ipp disabled. 11 years ago
Ilya Lavrenov 55bbca2d09 added more types to cv::GaussianBlur 11 years ago
Alexander Karsakov b046210296 Changed epsilon for hog test, because hog detector is sensible to resize accuracy. 11 years ago
Alexander Karsakov 1909978f7d Added ippiHoughProbLine to cv::HoughLinesP 11 years ago
Aaron Kunze 1f8b41f390 Optimizes filter2D for Intel GPUs 11 years ago
Alexander Karsakov f3d1001c5d Changed tests for support intersection between expected and actual lists of lines. 11 years ago
Ilya Lavrenov 87eb1b8fcc fixes in imgproc 11 years ago
Aaron Kunze ebbac3c66d Optimizes OpenCL resize and optical flow to use image extension. 11 years ago
Ilya Lavrenov 2a051a124f cvtColor 11 years ago
unknown 06df383675 Indent fixes 11 years ago
Alexander Alekhin 3a1a3da782 fix tests 11 years ago
Aaron Kunze b59c517f98 Optimizations to OpenCL bilateral filter. 11 years ago
Ilya Lavrenov fd3a6f0db7 cv::blur 11 years ago
Ilya Lavrenov f2a35d6388 cv::boxFilter 11 years ago
Ilya Lavrenov e090aa07db disabled some IPP funcs 11 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
Alexander Karsakov a3825acee4 Small refactoring 11 years ago
Ilya Lavrenov 31f864a22b integer cv::resize (INTER_LINEAR && CV_8UC(cn)) 11 years ago
Alexander Karsakov 10a52220f0 Added integer arithmetic to sepFilter2D 11 years ago
mlyashko 5acd178790 copyright fix 11 years ago
Ilya Lavrenov e1efed1914 added support of ksize >= 5 to cv::Laplacian 11 years ago
mlyashko 4c5de04efb bug fix 11 years ago
Alexander Karsakov d17142b83d Prototype OCL version of gaussian blur with integer arithmetic 11 years ago
mlyashko 4b71921526 both tests by picture and rand mat 11 years ago
Aaron Kunze ede6d4482b Optimizations to OpenCL bilateral filter. 11 years ago
Ilya Lavrenov 061a25447e eliminated restriction delta == 0 from cv::sepFilter2D 11 years ago
Ilya Lavrenov e2c6ab0166 refactored filter2D; eliminated restrictions sdepth == ddepth, delta == 0 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
Ilya Lavrenov 6ba60a1e22 added 3-channels support to cv::Canny 11 years ago
Ilya Lavrenov 2875ce60ea added 3-channels support to optimized version 11 years ago
Ilya Lavrenov 63d8a61b9b enabled 3-channels support for cv::createSuperResolution_BTVL1 11 years ago
Ilya Lavrenov 291458a859 generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support 11 years ago
Ilya Lavrenov b449b0bf71 simplified cv::sepFilter2D OpenCL part 11 years ago
Ilya Lavrenov b73490f86c eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
Ilya Lavrenov d1cfcfcafd added 3-channels support to morphology operations 11 years ago
Alexander Alekhin dca401d4cc ocl: pyrUp/pyrDown 3-channel 11 years ago
Alexander Alekhin e7475bff68 TAPI: remap 3-channel 11 years ago
Ilya Lavrenov 86a3ed4162 improved performance of GFTT 11 years ago
Ilya Lavrenov 32eb38ec98 fixed defects from coverity.com 11 years ago
Ilya Lavrenov 0ef16125ae improved cv::matchTemplate OpenCL part 11 years ago
Alexander Smorkalov 4c1ed13846 Warning fixes for GCC 4.8. 11 years ago
Ilya Lavrenov 8150c1b7e4 added [s|l]rgb <-> lab conversion 11 years ago
Alexander Alekhin ce992c8269 ocl: update gftt 11 years ago