337 Commits (4f48a05906adb06b05fb6673c2cc0d790480b93d)

Author SHA1 Message Date
Alexander Karsakov 3d222d313b Fixed range for 'v' channel for 8U images 10 years ago
Vadim Pisarevsky 4530c7ad08 trying to fix builds 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
Elena Gvozdeva 8124d10526 fixed Erode and Dilate in case of kernel = Mat() 10 years ago
Elena Gvozdeva 7cba3ac4f8 small fix for GaussianBlur ocl test 10 years ago
Alexander Karsakov 7849c35de1 Changed check condition in tests for warpAffine and warpPerspective 10 years ago
Elena Gvozdeva b7899c3d5c small fix for ocl_resize 10 years ago
Elena Gvozdeva b5f251c815 fixed test ocl_MatchTemplate for sparse matrix 10 years ago
Adil Ibragimov 98d5731ad8 some formal changes (generally adding constness) 10 years ago
Elena Gvozdeva 7dd7dd97cd fixed nDiffs for CalcBackProject 10 years ago
Elena Gvozdeva c9b5d8cf4c fixed tests for ocl_filter2d, ocl_matchTemplate, ocl_histogram.cpp 10 years ago
Alexander Karsakov 44fbfb2cf6 Fixed extrapolation in pyrDown 10 years ago
Alexander Karsakov fec21239c8 Revert optimization for warpAffine INTER_NEAREST mode 10 years ago
Alexander Alekhin 55188fe991 world fix 10 years ago
Elena Gvozdeva 7999fbf765 fixed ocl_integral 10 years ago
Elena Gvozdeva f32b52ea8d fixed test for CvtColor RGB -> Luv 10 years ago
Elena Gvozdeva 8c2c3b54d9 fixed ocl tests for BlendLinear, BoxFilter, Integral 10 years ago
Vladislav Vinogradov a3da3a01e1 fix test_opencv_imgproc compilation 10 years ago
vbystricky 878dec65c8 Optimize OpenCL version of morfology and box filters for small filter kernels 10 years ago
pradeep 7171431e7c Changed cv::log to std::log 10 years ago
pradeep f8b23cff18 Fixed test errors, added support for C data types. 11 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Ilya Lavrenov 36db85a94d optimized some operations 11 years ago
Ilya Lavrenov 87f4b47a4f optimized INTER_LINEAR mode 11 years ago
Elena Gvozdeva c23da52564 Fixed core for CCORR and SQDIFF. Used float instead of int for CV_8U. Fixed conditions for call dft. 11 years ago
Ilya Lavrenov 007593cab7 cvtColor - optimized index calculations; usage of build-in functions 11 years ago
Elena Gvozdeva dcaa8735ba used vector data types for CCORR cn==1 11 years ago
Elena Gvozdeva feeb386bf3 Added support for 3-channels 11 years ago
Alexander Karsakov 5022a0fae3 Added new border types for pyrDown 11 years ago
Aaron Kunze ab1a37d564 Bug fixes for filter2D and associated tests. 11 years ago
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