opencv/modules/imgproc/src
Tomoaki Teshima 87a4f4ab3a Merge pull request #11409 from tomoaki0705/fixCLAHEfailure
Arm: fix the test failure of OCL_Imgproc/CLAHETest.Accuracy on ODROID-XU4 (#11409)

* fix the test failure of OCL_Imgproc/CLAHETest.Accuracy on ODROID-XU4
  * avoid the race condition in the reduce

* imgproc(ocl): simplify CLAHE code

* remove unused class
2018-04-27 16:41:56 +03:00
..
opencl Merge pull request #11409 from tomoaki0705/fixCLAHEfailure 2018-04-27 16:41:56 +03:00
_geom.h converted few more comp. geometry functions to C++ 2013-01-22 16:54:31 +04:00
accum.cpp dispatch accumulate series 2017-07-07 18:45:30 +09:00
accum.dispatch.cpp dispatch accumulate series 2017-07-07 18:45:30 +09:00
accum.simd.hpp imgproc: fix vectorized code of accumulate 2017-07-26 17:21:46 +03:00
approx.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
blend.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
canny.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
clahe.cpp Merge pull request #11409 from tomoaki0705/fixCLAHEfailure 2018-04-27 16:41:56 +03:00
color_hsv.cpp add universal intrinsics for RGB2HLS_f 2018-04-17 19:37:36 +09:00
color_lab.cpp build: fix MSVS build problems 2018-04-10 14:50:56 +03:00
color_rgb.cpp Merge pull request #10869 from savuor:color_cpp_split 2018-03-15 14:10:40 +03:00
color_yuv.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
color.cpp Merge pull request #10869 from savuor:color_cpp_split 2018-03-15 14:10:40 +03:00
color.hpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
colormap.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
connectedcomponents.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
contours.cpp fix FindContours default offset for CV_LINK_RUNS method 2018-02-02 16:46:05 +03:00
convhull.cpp imgproc: disable buggy inplace processing in convexHull 2017-08-29 15:28:34 +03:00
corner.avx.cpp AVX optimized implementation of Harris corner detector migrated to separate file 2017-06-29 15:19:23 +03:00
corner.cpp AVX optimized implementation of Harris corner detector migrated to separate file 2017-06-29 15:19:23 +03:00
corner.hpp AVX optimized implementation of Harris corner detector migrated to separate file 2017-06-29 15:19:23 +03:00
cornersubpix.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
demosaicing.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
deriv.cpp use correct name for NVIDIA 2018-04-13 20:33:19 +09:00
distransform.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
drawing.cpp build: portable integer types 2018-02-15 23:43:02 +03:00
emd.cpp Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
featureselect.cpp build: eliminate calls of removed functionality from C++17 2018-02-07 12:00:33 +03:00
filter.avx2.cpp AVX optimized implementation of separable filters migrated to separate file 2017-07-04 13:47:47 +03:00
filter.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
filter.hpp fix accelerators order 2017-12-01 14:38:00 +03:00
filterengine.hpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
fixedpoint.inl.hpp imgproc: fixed fixedpoint coding style 2018-04-25 17:33:57 +03:00
floodfill.cpp Fix wrong default mask value in floodFill 2016-10-25 11:16:59 +03:00
gabor.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
gcgraph.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-01-14 11:53:59 +04:00
generalized_hough.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
geometry.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
grabcut.cpp Grabcut with frozen models (#11339) 2018-04-19 15:23:50 +03:00
hal_replacement.hpp HAL for canny 2017-12-19 11:03:10 +03:00
hershey_fonts.cpp removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 2014-08-14 12:50:07 +04:00
histogram.cpp Reduced direct TBB dependencies 2018-04-06 14:21:15 +03:00
hough.cpp imgproc: don't call .unlock() on non-holded mutex in houghCircles() 2018-04-07 13:00:17 +00:00
imgwarp.avx2.cpp Move resize implementation to separate file 2017-08-31 14:36:19 +03:00
imgwarp.cpp Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
imgwarp.hpp Move resize implementation to separate file 2017-08-31 14:36:19 +03:00
imgwarp.sse4_1.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
intersection.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
linefit.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
lsd.cpp LSD: support vector<Vec4i> lines (#11042) 2018-04-09 17:31:56 +03:00
main.cpp IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
matchcontours.cpp Add case including both moments empty. 2017-01-10 21:38:31 -06:00
min_enclosing_triangle.cpp Updated handling of collinear edges while searching for intersection. 2018-03-21 19:15:34 +03:00
moments.cpp ocl: fix moments global_size (should be >= local_size) 2017-11-02 13:37:57 +03:00
morph.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
phasecorr.cpp Merge pull request #9147 from sovrasov:phase_corr_fix 2017-09-22 10:32:16 +00:00
precomp.hpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
pyramids.cpp Merge pull request #10172 from ElenaGvozdeva:eg/HAL_sobel 2017-12-08 16:36:24 +03:00
resize.avx2.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
resize.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
resize.hpp Move resize implementation to separate file 2017-08-31 14:36:19 +03:00
resize.sse4_1.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
rotcalipers.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
samplers.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
segmentation.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
shapedescr.cpp Merge pull request #9802 from Nickolays:Fix#9797 2017-10-27 13:00:34 +00:00
smooth.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
spatialgradient.cpp remove pure SSE part 2017-01-25 22:05:53 +09:00
subdivision2d.cpp Added getLeadingEdges function to subdivision2d 2016-10-06 18:01:34 -07:00
sumpixels.cpp ocl: avoid unnecessary loading/initializing OpenCL subsystem 2017-11-28 14:02:42 +03:00
tables.cpp Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
templmatch.cpp Issues found by static analysis (5th round) 2017-07-01 18:56:24 +03:00
thresh.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
undistort.avx2.cpp Parallelize initUndistortRectifyMap 2018-01-15 09:20:35 +09:00
undistort.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
undistort.hpp Parallelize initUndistortRectifyMap 2018-01-15 09:20:35 +09:00
utils.cpp Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00