opencv/modules/imgproc/src
2018-09-06 14:34:16 +03:00
..
opencl Merge pull request #11409 from tomoaki0705/fixCLAHEfailure 2018-04-27 16:41:56 +03:00
_geom.h
accum.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
accum.dispatch.cpp
accum.simd.hpp
approx.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
blend.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
canny.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +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 don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
convhull.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
corner.avx.cpp
corner.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
corner.hpp
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 Fixed issues found by static analysis (mostly DBZ) 2018-07-17 16:14:54 +03:00
distransform.cpp Fix bug in distanceTransform (#12278) 2018-09-03 17:18:10 +03:00
drawing.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
emd.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
featureselect.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +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 don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
gabor.cpp
gcgraph.hpp
generalized_hough.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
geometry.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
grabcut.cpp Fixed issues found by static analysis (mostly DBZ) 2018-07-17 16:14:54 +03:00
hal_replacement.hpp HAL for canny 2017-12-19 11:03:10 +03:00
hershey_fonts.cpp
histogram.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
hough.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
imgwarp.avx2.cpp
imgwarp.cpp Fixed issues found by static analysis (mostly DBZ) 2018-07-17 16:14:54 +03:00
imgwarp.hpp
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 backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
lsd.cpp Fixed issues found by static analysis (mostly DBZ) 2018-07-17 16:14:54 +03:00
main.cpp
matchcontours.cpp
min_enclosing_triangle.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
moments.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +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 build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
pyramids.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
resize.avx2.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
resize.cpp Fixed bit-exact resize wide intrinsics implementation for 16U 2018-09-03 20:37:25 +03:00
resize.hpp
resize.sse4_1.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
rotcalipers.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
samplers.cpp
segmentation.cpp imgproc(segmentation): don't increase mask NULL pointer 2018-09-01 12:38:57 +00:00
shapedescr.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
smooth.cpp imgproc(GaussianBlur): restore processing order 2018-09-03 18:39:42 +03:00
spatialgradient.cpp
subdivision2d.cpp imgproc: fix Subdiv2D::getTriangleList() 2018-09-05 16:24:27 +03:00
sumpixels.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
tables.cpp
templmatch.cpp
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 don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
undistort.hpp Parallelize initUndistortRectifyMap 2018-01-15 09:20:35 +09:00
utils.cpp