opencv/modules/imgproc/src
2017-08-16 08:53:45 +02:00
..
opencl initial version of Lab2RGB_f tetrahedral interpolation written 2017-07-17 00:32:30 +03:00
_geom.h
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 Fixed some issues found by static analysis (4th round) 2017-06-30 12:26:53 +03:00
blend.cpp suppress warnings 2017-02-23 09:11:12 +09:00
canny.cpp canny: disallow broken inplace arguments 2017-06-30 19:32:16 +03:00
clahe.cpp Fix the OpenCL portion to match the c++ code. 2016-11-03 20:41:16 -05:00
color.cpp RGB2Lab_f and trilinear interpolation code are in separate branch; cubeRoot(x) instead of std::pow(x, 1.f/3.f) 2017-07-17 21:59:54 +03:00
colormap.cpp remove new operator 2017-01-11 16:32:14 +01:00
connectedcomponents.cpp Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
contours.cpp Issues found by static analysis (5th round) 2017-07-01 18:56:24 +03:00
convhull.cpp Issues found by static analysis (5th round) 2017-07-01 18:56:24 +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
demosaicing.cpp add enum Bayer**2BGRA 2017-02-11 00:20:57 +09:00
deriv.cpp fix some typos in the documentation. 2017-08-08 17:32:04 +02:00
distransform.cpp IPP for OpenCV 2017u2 initial enabling patch; 2017-04-20 20:26:30 +03:00
drawing.cpp Merge pull request #8936 from terfendail:clipline_fix 2017-06-30 10:55:09 +00:00
emd.cpp Fixed some issues found by static analysis (4th round) 2017-06-30 12:26:53 +03:00
featureselect.cpp Extended set of OpenVX HAL calls disabled for small images 2017-04-06 18:17:32 +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 Merge pull request #9130 from alalek:android_define 2017-07-14 17:17:24 +00:00
filter.hpp AVX optimized implementation of separable filters migrated to separate file 2017-07-04 13:47:47 +03:00
filterengine.hpp
floodfill.cpp Fix wrong default mask value in floodFill 2016-10-25 11:16:59 +03:00
gabor.cpp
gcgraph.hpp
generalized_hough.cpp
geometry.cpp
grabcut.cpp Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
hal_replacement.hpp HAL interface for cv::integral 2016-09-29 12:12:10 +03:00
hershey_fonts.cpp
histogram.cpp ocl_calcHist1: Use proper local size for merge_histogram kernel 2017-07-05 21:24:09 +08:00
hough.cpp Issues found by static analysis (5th round) 2017-07-01 18:56:24 +03:00
imgwarp.avx2.cpp imgproc: fix warp optimizations 2017-07-17 15:12:41 +03:00
imgwarp.cpp SSE4_1 optimized implementation of resize and warp functions migrated to separate file 2017-07-04 17:05:36 +03:00
imgwarp.hpp SSE4_1 optimized implementation of resize and warp functions migrated to separate file 2017-07-04 17:05:36 +03:00
imgwarp.sse4_1.cpp imgproc: fix warp optimizations 2017-07-17 15:12:41 +03:00
intersection.cpp
linefit.cpp
lsd.cpp Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
main.cpp
matchcontours.cpp Add case including both moments empty. 2017-01-10 21:38:31 -06:00
min_enclosing_triangle.cpp
moments.cpp Update for IPP for OpenCV 2017u2 integration; 2017-04-25 15:53:12 +03:00
morph.cpp Merge pull request #9130 from alalek:android_define 2017-07-14 17:17:24 +00:00
phasecorr.cpp imgproc:fix winSize in createHanningWindow() 2017-08-16 08:53:45 +02:00
precomp.hpp Issues found by static analysis (5th round) 2017-07-01 18:56:24 +03:00
pyramids.cpp Merge pull request #8455 from terfendail:ovxhal_skipsmall 2017-05-26 12:10:18 +00:00
rotcalipers.cpp
samplers.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
segmentation.cpp
shapedescr.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
smooth.cpp Merge pull request #8951 from hrnr:akaze_part2 2017-08-01 12:46:01 +00: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 Update for IPP for OpenCV 2017u2 integration; 2017-04-25 15:53:12 +03:00
tables.cpp
templmatch.cpp Issues found by static analysis (5th round) 2017-07-01 18:56:24 +03:00
thresh.cpp Fixed some issues found by static analysis (4th round) 2017-06-30 12:26:53 +03:00
undistort.avx2.cpp AVX optimized implementation of undistort migrated to separate file 2017-07-06 12:08:25 +03:00
undistort.cpp AVX optimized implementation of undistort migrated to separate file 2017-07-06 12:08:25 +03:00
undistort.hpp AVX optimized implementation of undistort migrated to separate file 2017-07-06 12:08:25 +03:00
utils.cpp