.. |
opencl
|
Bit-exact version of Luv2RGB_b (#9470)
|
2017-09-21 14:20:45 +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
|
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
|
imgproc(Canny): eliminate unnecessary operations
|
2017-11-15 19:29:59 +00:00 |
clahe.cpp
|
Fix the OpenCL portion to match the c++ code.
|
2016-11-03 20:41:16 -05:00 |
color.cpp
|
Other buffers
|
2017-11-21 17:55:23 +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
|
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
|
Instrumentation for OpenCV API regions and IPP functions;
|
2016-08-19 18:10:03 +03:00 |
demosaicing.cpp
|
add enum Bayer**2BGRA
|
2017-02-11 00:20:57 +09:00 |
deriv.cpp
|
Merge pull request #9395 from lupustr3:pvlasov/icv2017u3_update
|
2017-08-24 11:48:53 +00:00 |
distransform.cpp
|
IPP for OpenCV 2017u2 initial enabling patch;
|
2017-04-20 20:26:30 +03:00 |
drawing.cpp
|
Fixed some issues found by static analysis
|
2017-09-08 12:22:12 +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
|
ICV2017u3 package update;
|
2017-08-23 14:24:43 +03:00 |
filter.hpp
|
AVX optimized implementation of separable filters migrated to separate file
|
2017-07-04 13:47:47 +03:00 |
filterengine.hpp
|
ICV2017u3 package update;
|
2017-08-23 14:24:43 +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
|
Instrumentation for OpenCV API regions and IPP functions;
|
2016-08-19 18:10:03 +03:00 |
geometry.cpp
|
Fix for intersectConvexConvex nested contours check
|
2017-11-08 20:27:07 +03:00 |
grabcut.cpp
|
Merge pull request #9075 from TonyLianLong:master
|
2017-07-03 16:14:17 +00:00 |
hal_replacement.hpp
|
fix the parameters order
|
2017-11-23 13:30:00 +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
|
ICV2017u3 package update;
|
2017-08-23 14:24:43 +03:00 |
hough.cpp
|
Merge pull request #10041 from savuor:RevHoughWorks
|
2017-11-21 14:18:47 +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
|
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
|
Update lsd.cpp
|
2017-11-11 22:26:44 +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
|
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 some issues found by static analysis
|
2017-09-08 12:22:12 +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 #8455 from terfendail:ovxhal_skipsmall
|
2017-05-26 12:10:18 +00:00 |
resize.avx2.cpp
|
Move resize implementation to separate file
|
2017-08-31 14:36:19 +03:00 |
resize.cpp
|
Fixed minor issues reported by GCC 7.2
|
2017-11-03 18:06:39 +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
|
Instrumentation for OpenCV API regions and IPP functions;
|
2016-08-19 18:10:03 +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
|
Merge pull request #9802 from Nickolays:Fix#9797
|
2017-10-27 13:00:34 +00:00 |
smooth.cpp
|
fix the parameters order
|
2017-11-23 13:30:00 +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
|
Update for IPP for OpenCV 2017u2 integration;
|
2017-04-25 15:53:12 +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
|
Update 16UC thresholding
|
2017-09-18 18:34:45 +03:00 |
undistort.avx2.cpp
|
Minor optimization of initUndistortRectifyMapLine_AVX
|
2017-09-26 09:12:22 +09:00 |
undistort.cpp
|
imgproc: slightly change the signature of undistortPoints overload
|
2017-09-14 12:19:40 +03:00 |
undistort.hpp
|
AVX optimized implementation of undistort migrated to separate file
|
2017-07-06 12:08:25 +03:00 |
utils.cpp
|
Move border type constants and Moments class to core module
|
2013-04-10 19:14:24 +04:00 |