vbystricky
878dec65c8
Optimize OpenCL version of morfology and box filters for small filter kernels
11 years ago
pradeep
7171431e7c
Changed cv::log to std::log
11 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.
...
This fixes all problems from the article "Checking OpenCV with PVS-Studio"
<http://www.viva64.com/en/b/0191/ > that are not already fixed and are
not in 3rdparty or the legacy module.
The problems fixed are two instances of useless code and one instance
of unspecified behavior (right-shifting a negative number).
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
...
Conflicts:
modules/core/src/stat.cpp
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
...
Conflicts:
modules/imgproc/test/ocl/test_filters.cpp
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