opencv/modules/imgproc/src
cyy 09837928d9 Merge pull request #12357 from DEEPIR:master
* fix some static analyzer warnings

* fix some static analyzer warnings

* fix race condition of workthread control
2018-09-02 16:34:43 +03:00
..
opencl Merge pull request #11409 from tomoaki0705/fixCLAHEfailure 2018-04-27 16:41:56 +03:00
_geom.h
accum.cpp Merge pull request #12357 from DEEPIR:master 2018-09-02 16:34:43 +03: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 opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
blend.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
canny.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-07-09 19:44:51 +03:00
clahe.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
color_hsv.cpp Hsv2rgb univ intrin (#11637) 2018-05-31 21:59:45 +03:00
color_lab.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
color_rgb.cpp imgproc(cvtColor): temporary disable IPP for 8U GRAY2BGR mode 2018-08-08 13:58:45 +03:00
color_yuv.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
color.cpp imgproc(cvtColor): slightly improve error messages 2018-08-08 17:16:42 +03:00
color.hpp imgproc(cvtColor): slightly improve error messages 2018-08-08 17:16:42 +03:00
colormap.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
connectedcomponents.cpp fix wrong indentation on github page (tab to space) 2018-05-19 11:23:51 +08:00
contours.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
convhull.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +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 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-07-09 19:44:51 +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 opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
deriv.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-07-17 19:27:48 +03:00
distransform.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
drawing.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-07-24 22:48:54 +03:00
emd.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
featureselect.cpp next: drop CV_CXX11 conditions 2018-04-10 18:09:54 +03:00
filter.avx2.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
filter.cpp Fixed several issues found by static analysis tools 2018-07-23 17:22:47 +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 More issues found by static analysis 2018-07-24 16:04:42 +03:00
gabor.cpp
gcgraph.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-01-14 11:53:59 +04:00
generalized_hough.cpp next: drop CV_CXX11 conditions 2018-04-10 18:09:54 +03:00
geometry.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
grabcut.cpp Fixed issues found by static analysis (mostly DBZ) 2018-07-17 16:14:54 +03:00
hal_replacement.hpp Merge pull request #12106 from CJSmith-0141:warpPerspective_typofix 2018-08-01 14:41:20 +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 More issues found by static analysis 2018-07-24 16:04:42 +03:00
hough.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
imgwarp.avx2.cpp Move resize implementation to separate file 2017-08-31 14:36:19 +03:00
imgwarp.cpp Merge pull request #12106 from CJSmith-0141:warpPerspective_typofix 2018-08-01 14:41:20 +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 imgproc: fix rotatedRectangleIntersection() 2018-08-16 15:27:24 +03:00
linefit.cpp Fixed issues found by static analysis (mostly DBZ) 2018-07-17 16:14:54 +03:00
lsd.cpp Fixed issues found by static analysis (mostly DBZ) 2018-07-17 16:14:54 +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 More issues found by static analysis 2018-07-24 16:04:42 +03:00
moments.cpp Fixed issues found by static analysis (mostly DBZ) 2018-07-17 16:14:54 +03:00
morph.cpp Fix for morphologyEx MORPH_HITMISS mode 2018-06-06 21:04:17 +03:00
phasecorr.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
precomp.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-04-24 18:13:06 +03:00
pyramids.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-07-09 19:44:51 +03:00
resize.avx2.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
resize.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +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 opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03: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 opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
smooth.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-07-17 19:27:48 +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 opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
tables.cpp
templmatch.cpp next: drop HAVE_TEGRA_OPTIMIZATION/TADP 2018-04-10 18:09:54 +03:00
thresh.cpp next: drop HAVE_TEGRA_OPTIMIZATION/TADP 2018-04-10 18:09:54 +03:00
undistort.avx2.cpp Parallelize initUndistortRectifyMap 2018-01-15 09:20:35 +09:00
undistort.cpp Fixed several issues found by static analysis tools 2018-07-23 17:22:47 +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