Seon-Wook Park
|
6803d1ed28
|
Support non continuous, BORDER_REPLICATE
TODO: HAL-accelerated code
|
10 years ago |
Seon-Wook Park
|
815cd8970d
|
spatialGradient: Remove unnecessary index calculation
|
10 years ago |
Seon-Wook Park
|
11fb1f74cc
|
spatialGradient: Add asserts
|
10 years ago |
Seon-Wook Park
|
9f1c641199
|
spatialGradient: Add test class and Sobel proxy method
|
10 years ago |
Vadim Pisarevsky
|
ffabbfa778
|
added test to prove that remap does not leak memory (http://code.opencv.org/issues/2502). disabled the test for now to save execution time.
|
10 years ago |
Vadim Pisarevsky
|
ca90667723
|
fixed compile warnings on Linux and Windows
|
10 years ago |
Vadim Pisarevsky
|
05d888316a
|
added test for http://code.opencv.org/issues/2957
|
10 years ago |
Vadim Pisarevsky
|
feb5b6aa93
|
increased singularity epsilon in LU decomposition. This solved singular case from http://code.opencv.org/issues/3305. Added the respective test.
|
10 years ago |
Vadim Pisarevsky
|
2e7e754032
|
added support for n-channel (n>4) images in warpAffine/warpPerspective/remap: http://code.opencv.org/issues/4190
|
10 years ago |
Vadim Pisarevsky
|
d3b0cb878a
|
added test for http://code.opencv.org/issues/2736
|
10 years ago |
Andrey Pavlenko
|
d2409d12c6
|
porting polylines with empty `vector<Point>` from 2.4 to master
|
10 years ago |
Deanna Hood
|
5a552b6d8d
|
Regression test for Bug #3989: check fitEllipse with rotation angles of n*pi/2
|
10 years ago |
Ilya Lavrenov
|
cf4c79ebdd
|
disabled some kernels for Android && NVidia
|
10 years ago |
Ilya Lavrenov
|
26eebb3ee3
|
increased EPS for cvtColor for NVIDIA
|
10 years ago |
karelknoest
|
1ded2de2dd
|
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
|
10 years ago |
Ilya Lavrenov
|
1ca35b7424
|
resize are fast
|
10 years ago |
ElenaGvozdeva
|
7dd059c084
|
fixed test for ocl WarpAffine
|
10 years ago |
Ilya Lavrenov
|
1fe5441185
|
cv::convertMaps
|
10 years ago |
Ilya Lavrenov
|
1b01e1fe68
|
cv::resize (INTER_AREA CV_16S, CV_32F)
|
10 years ago |
Alexander Karsakov
|
60367907fe
|
Used direct float calculations
|
10 years ago |
Alexander Karsakov
|
5aa9ac9a77
|
Added OCL code for YUV422 -> RGB[A]|BGR[A] color conversion
|
10 years ago |
Alexander Karsakov
|
c8707b891b
|
Added OCL code for RGB[A]|BGR[A] -> YUV_[YV12|IYUV] color conversion
|
10 years ago |
Alexander Karsakov
|
8c91604f5a
|
Added OCL code for YUV2GRAY_420 color conversion
|
10 years ago |
Alexander Karsakov
|
1cc17a7186
|
Added OCL code for YUV2BGR_YV12 and YUV2BGR_IYUV color conversions
|
10 years ago |
Alexander Karsakov
|
85b60ee3cb
|
Added support for YUV2RGB[A]_NV21 and YUV2BGR[A]_NV21 conversion
|
10 years ago |
Ilya Lavrenov
|
faf91a466c
|
imrpoved output of warp test in case of failure
|
10 years ago |
Alexander Karsakov
|
66a8acfd3d
|
Optimization for HoughLinesP
|
10 years ago |
Alexander Karsakov
|
eaf5a163b1
|
Added HoughLinesP OCL implementation
|
10 years ago |
Ilya Lavrenov
|
6377f5a458
|
fixed warps accuracy tests
|
10 years ago |
Ilya Lavrenov
|
4dd6148646
|
cv::resize 16uc1
|
10 years ago |
Ilya Lavrenov
|
c0b702a994
|
cv::resize area 2x
|
10 years ago |
Alexander Karsakov
|
fee8f29f48
|
Refactoring, minor optimization
|
10 years ago |
Alexander Karsakov
|
00575b346d
|
Fixed range for 'v' channel for 8U images.
(cherry picked from commit b027eac173 )
|
10 years ago |
Alexander Karsakov
|
6b6c7ccfea
|
Added accuracy tests with real and generated data
|
10 years ago |
Alexander Karsakov
|
f7aadd07f6
|
Added getLines, fill_accum_local kernels
|
10 years ago |
Alexander Karsakov
|
038bfb98ec
|
Added fill_accum kernel
|
10 years ago |
Alexander Karsakov
|
5c1f71de51
|
Added make_point_list kernel
|
10 years ago |
Alexander Karsakov
|
3d222d313b
|
Fixed range for 'v' channel for 8U images
|
10 years ago |
Alexander Karsakov
|
b027eac173
|
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:
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
|
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 |