..
opencl
imgproc(ocl): fix RGB2RGBA kernel out of range access
2017-12-20 14:19:46 +00: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
Fix in Canny when Sobel apertureSize is 7 ( #10743 )
2018-02-02 17:00:11 +03:00
clahe.cpp
ocl: avoid unnecessary loading/initializing OpenCL subsystem
2017-11-28 14:02:42 +03:00
color.cpp
Build for embedded systems
2017-12-11 13:27:37 +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
Build for embedded systems
2017-12-11 13:27:37 +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
demosaicing.cpp
add enum Bayer**2BGRA
2017-02-11 00:20:57 +09:00
deriv.cpp
Fixed several warnings produced by clang 6 and static analyzers
2018-01-16 15:26:28 +03:00
distransform.cpp
IPP for OpenCV 2017u2 initial enabling patch;
2017-04-20 20:26:30 +03:00
drawing.cpp
Merge pull request #10732 from Riyuzakii:10598
2018-02-01 15:21:00 +03:00
emd.cpp
Fixed some issues found by static analysis
2017-09-08 12:22:12 +03:00
featureselect.cpp
fixed build of OpenVX Harris
2017-09-25 15:58:09 +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
fix accelerators order
2017-12-01 14:38:00 +03:00
filter.hpp
fix accelerators order
2017-12-01 14:38:00 +03:00
filterengine.hpp
ICV2017u3 package update;
2017-08-23 14:24:43 +03:00
fixedpoint.inl.hpp
bitexact gaussianblur implementation ( #10345 )
2018-01-22 13:26:32 +03:00
floodfill.cpp
gabor.cpp
gcgraph.hpp
generalized_hough.cpp
geometry.cpp
Fix pointPolygonTest for large coordinate values ( #10222 )
2017-12-05 15:49:44 +03:00
grabcut.cpp
Merge pull request #9075 from TonyLianLong:master
2017-07-03 16:14:17 +00:00
hal_replacement.hpp
HAL for canny
2017-12-19 11:03:10 +03:00
hershey_fonts.cpp
histogram.cpp
solve issue #10687
2018-01-26 17:01:02 +01:00
hough.cpp
Merge pull request #10232 from TomBecker-BD:hough-many-circles
2017-12-28 17:23:11 +03:00
imgwarp.avx2.cpp
Move resize implementation to separate file
2017-08-31 14:36:19 +03:00
imgwarp.cpp
imgproc(ocl): don't use doubles to process float data
2017-09-07 12:42:20 +03:00
imgwarp.hpp
Move resize implementation to separate file
2017-08-31 14:36:19 +03:00
imgwarp.sse4_1.cpp
Move resize implementation to separate file
2017-08-31 14:36:19 +03:00
intersection.cpp
linefit.cpp
lsd.cpp
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
2017-12-13 15:00:38 +03:00
main.cpp
matchcontours.cpp
Add case including both moments empty.
2017-01-10 21:38:31 -06:00
min_enclosing_triangle.cpp
Update min_enclosing_triangle.cpp
2017-10-11 17:48:19 +03:00
moments.cpp
ocl: fix moments global_size (should be >= local_size)
2017-11-02 13:37:57 +03:00
morph.cpp
Fixed several warnings produced by clang 6 and static analyzers
2018-01-16 15:26:28 +03:00
phasecorr.cpp
Merge pull request #9147 from sovrasov:phase_corr_fix
2017-09-22 10:32:16 +00:00
precomp.hpp
Issues found by static analysis (5th round)
2017-07-01 18:56:24 +03:00
pyramids.cpp
Merge pull request #10172 from ElenaGvozdeva:eg/HAL_sobel
2017-12-08 16:36:24 +03:00
resize.avx2.cpp
Move resize implementation to separate file
2017-08-31 14:36:19 +03:00
resize.cpp
Fixed several warnings produced by clang 6 and static analyzers
2018-01-16 15:26:28 +03:00
resize.hpp
Move resize implementation to separate file
2017-08-31 14:36:19 +03:00
resize.sse4_1.cpp
Move resize implementation to separate file
2017-08-31 14:36:19 +03:00
rotcalipers.cpp
Updating rotcalipers.cpp to resolve issue #10096
2017-12-30 10:21:46 +05:30
samplers.cpp
Fixing some static analysis issues
2017-06-27 14:30:26 +03:00
segmentation.cpp
shapedescr.cpp
Merge pull request #9802 from Nickolays:Fix#9797
2017-10-27 13:00:34 +00:00
smooth.cpp
bitexact gaussianblur implementation ( #10345 )
2018-01-22 13:26:32 +03:00
spatialgradient.cpp
remove pure SSE part
2017-01-25 22:05:53 +09:00
subdivision2d.cpp
sumpixels.cpp
ocl: avoid unnecessary loading/initializing OpenCL subsystem
2017-11-28 14:02:42 +03:00
tables.cpp
templmatch.cpp
Issues found by static analysis (5th round)
2017-07-01 18:56:24 +03:00
thresh.cpp
build: eliminate warnings
2018-01-05 04:30:08 +00:00
undistort.avx2.cpp
Parallelize initUndistortRectifyMap
2018-01-15 09:20:35 +09:00
undistort.cpp
Parallelize initUndistortRectifyMap
2018-01-15 09:20:35 +09:00
undistort.hpp
Parallelize initUndistortRectifyMap
2018-01-15 09:20:35 +09:00
utils.cpp