Ilya Lavrenov
c0b702a994
cv::resize area 2x
10 years ago
Alexander Karsakov
fee8f29f48
Refactoring, minor optimization
11 years ago
Alexander Karsakov
00575b346d
Fixed range for 'v' channel for 8U images.
...
(cherry picked from commit b027eac173
)
11 years ago
Alexander Karsakov
6b6c7ccfea
Added accuracy tests with real and generated data
11 years ago
Alexander Karsakov
f7aadd07f6
Added getLines, fill_accum_local kernels
11 years ago
Alexander Karsakov
038bfb98ec
Added fill_accum kernel
11 years ago
Alexander Karsakov
5c1f71de51
Added make_point_list kernel
11 years ago
Alexander Karsakov
3d222d313b
Fixed range for 'v' channel for 8U images
11 years ago
Alexander Karsakov
b027eac173
Fixed range for 'v' channel for 8U images.
11 years ago
Vadim Pisarevsky
4530c7ad08
trying to fix builds
11 years ago
Adil Ibragimov
8a4a1bb018
Several type of formal refactoring:
...
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
11 years ago
Elena Gvozdeva
8124d10526
fixed Erode and Dilate in case of kernel = Mat()
11 years ago
Elena Gvozdeva
7cba3ac4f8
small fix for GaussianBlur ocl test
11 years ago
Alexander Karsakov
7849c35de1
Changed check condition in tests for warpAffine and warpPerspective
11 years ago
Elena Gvozdeva
b7899c3d5c
small fix for ocl_resize
11 years ago
Elena Gvozdeva
b5f251c815
fixed test ocl_MatchTemplate for sparse matrix
11 years ago
Adil Ibragimov
98d5731ad8
some formal changes (generally adding constness)
11 years ago
Elena Gvozdeva
7dd7dd97cd
fixed nDiffs for CalcBackProject
11 years ago
Elena Gvozdeva
c9b5d8cf4c
fixed tests for ocl_filter2d, ocl_matchTemplate, ocl_histogram.cpp
11 years ago
Alexander Karsakov
44fbfb2cf6
Fixed extrapolation in pyrDown
11 years ago
Alexander Karsakov
fec21239c8
Revert optimization for warpAffine INTER_NEAREST mode
11 years ago
Alexander Alekhin
55188fe991
world fix
11 years ago
Elena Gvozdeva
7999fbf765
fixed ocl_integral
11 years ago
Elena Gvozdeva
f32b52ea8d
fixed test for CvtColor RGB -> Luv
11 years ago
Elena Gvozdeva
8c2c3b54d9
fixed ocl tests for BlendLinear, BoxFilter, Integral
11 years ago
Vladislav Vinogradov
a3da3a01e1
fix test_opencv_imgproc compilation
11 years ago
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