opencv/modules/imgproc/src
Pavel Vlasov 62854dcc0d Enables support of IPP 9.0.0;
HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs
This will ease code management between IPP and ICV
2015-09-29 17:27:13 +03:00
..
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 ipp_countNonZero build fix; 2015-06-18 12:47:07 +03:00
approx.cpp
blend.cpp world fix 2014-08-05 20:12:35 +04:00
canny.cpp Enables support of IPP 9.0.0; 2015-09-29 17:27:13 +03:00
clahe.cpp Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
color.cpp Enables support of IPP 9.0.0; 2015-09-29 17:27:13 +03:00
colormap.cpp Added color map similar to Matlab's new default color map 'parula'. 2015-05-13 17:34:14 +02:00
connectedcomponents.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
contours.cpp typos in comments 2015-05-23 17:36:45 +02:00
convhull.cpp fix isContourConvex 2015-05-27 20:51:53 +02:00
corner.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +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 Enables support of IPP 9.0.0; 2015-09-29 17:27:13 +03:00
distransform.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +03:00
drawing.cpp Merge pull request #5335 from Dikay900:ports_to_master 2015-09-18 11:06:08 +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 Don't process empty src image in GFTT 2014-10-28 16:06:36 +03:00
filter.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +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
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 Enables support of IPP 9.0.0; 2015-09-29 17:27:13 +03:00
hough.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +03:00
imgwarp.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +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
matchcontours.cpp
min_enclosing_triangle.cpp
moments.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +03:00
morph.cpp Enables support of IPP 9.0.0; 2015-09-29 17:27:13 +03:00
phasecorr.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
precomp.hpp spatialGradient: Vectorise inner area 2015-06-19 03:36:49 +02:00
pyramids.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +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 Change condition on parallel ellipse case so can only calculate t if necessary 2015-04-18 13:51:32 -04:00
smooth.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +03:00
spatialgradient.cpp spatialGradient: Make kern args const& 2015-07-01 09:34:27 +09:00
subdivision2d.cpp
sumpixels.cpp Merge pull request #4135 from lupustr3:ipp_code_refactoring 2015-06-24 16:18:55 +00:00
tables.cpp
templmatch.cpp ipp_countNonZero build fix; 2015-06-18 12:47:07 +03:00
thresh.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +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