..
opencl
Fixed the race condition between inc and dec on the l_counter.
2015-05-26 22:06:18 +08:00
_geom.h
accum.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
approx.cpp
blend.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
canny.cpp
Canny IPP Sobel getBufferSize wrong func fix;
2015-11-23 14:31:22 +03:00
clahe.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
color.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
colormap.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
connectedcomponents.cpp
Several type of formal refactoring:
2014-08-13 15:21:35 +04:00
contours.cpp
Fix for #5481 , removing repeated/useless assignment in contours.cpp
2015-10-12 16:16:27 +00:00
convhull.cpp
fix isContourConvex
2015-05-27 20:51:53 +02:00
corner.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
cornersubpix.cpp
Several type of formal refactoring:
2014-08-13 15:21:35 +04:00
demosaicing.cpp
used popcnt
2015-01-12 10:59:30 +03:00
deriv.cpp
IPP Sobel getBufferSize wrong func fix;
2015-11-19 18:38:47 +03:00
distransform.cpp
IPP_VERSION_X100 was changed to:
2015-09-25 17:50:15 +03:00
drawing.cpp
Merge pull request #5386 from StevenPuttemans:add_markers
2015-11-02 15:45:38 +00:00
emd.cpp
initialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report)
2015-03-26 16:26:41 +03:00
featureselect.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
filter.cpp
Fixed warnings for IPP9+ build;
2015-12-01 16:10:29 +03:00
filterengine.hpp
typos in comments
2015-05-23 17:36:45 +02:00
floodfill.cpp
TIFF loader: Allocate large enough buffer when (bpp * ncn) > 8.
2015-05-24 14:06:33 +02:00
gabor.cpp
gcgraph.hpp
generalized_hough.cpp
geometry.cpp
Several type of formal refactoring:
2014-08-13 15:21:35 +04:00
grabcut.cpp
mush -> must
2015-10-22 23:27:55 +02: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
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
hough.cpp
Fixed warnings for IPP9+ build;
2015-12-01 16:10:29 +03:00
imgwarp.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
intersection.cpp
linefit.cpp
lsd.cpp
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
2015-01-20 17:05:57 +01:00
main.cpp
IPPInitSingelton was added to contain IPP related global variables;
2015-10-01 09:58:48 +03:00
matchcontours.cpp
min_enclosing_triangle.cpp
moments.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
morph.cpp
Merge pull request #5515 from LorenaGdL:hitAndMiss
2015-11-02 11:49:37 +00:00
phasecorr.cpp
Several type of formal refactoring:
2014-08-13 15:21:35 +04:00
precomp.hpp
HAL: improvements
2015-12-03 14:43:37 +03:00
pyramids.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
rotcalipers.cpp
Refactor a section of icvRotatingCalipers to work around a GCC bug
2015-09-11 18:34:16 +02:00
samplers.cpp
IPP_VERSION_X100 was changed to:
2015-09-25 17:50:15 +03:00
segmentation.cpp
Update segmentation.cpp
2014-12-11 17:36:36 +01:00
shapedescr.cpp
sqrtf to std::sqrt
2015-10-14 18:57:33 -07:00
smooth.cpp
Merge pull request #5587 from lupustr3:pvlasov/ipp_cond_update
2015-11-02 11:38:02 +00:00
spatialgradient.cpp
spatialGradient: Make kern args const&
2015-07-01 09:34:27 +09:00
subdivision2d.cpp
sumpixels.cpp
Fixes for IPP integration:
2015-10-12 10:51:28 +03:00
tables.cpp
templmatch.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
thresh.cpp
Visual Studio 2015 warning and test fixes
2015-10-20 12:48:37 +03:00
undistort.cpp
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
2014-08-16 00:29:10 +04:00
utils.cpp