opencv/modules/imgproc/src
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL;
IPP can be switched on and off on runtime;

Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;

TS modifications for implementations control;
2014-10-15 14:24:41 +04:00
..
opencl Merge pull request #3279 from akarsakov:ocl_houghlines 2014-10-09 14:56:45 +00:00
_geom.h
accum.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
approx.cpp
blend.cpp world fix 2014-08-05 20:12:35 +04:00
canny.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
clahe.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
color.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
colormap.cpp added some basic functionality needed by the new face module (moved from the old "contrib") 2014-08-10 01:54:16 +04:00
connectedcomponents.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
contours.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
convhull.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
corner.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
cornersubpix.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
demosaicing.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
deriv.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
distransform.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
drawing.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
emd.cpp
featureselect.cpp Combined counter and corner buffers into one 2014-09-29 11:10:57 +04:00
filter.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
filterengine.hpp trying to fix builds 2014-08-14 13:18:04 +04:00
floodfill.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
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 Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
hough.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
imgwarp.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
intersection.cpp
linefit.cpp
lsd.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
matchcontours.cpp
min_enclosing_triangle.cpp
moments.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
morph.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
phasecorr.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
precomp.hpp 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
pyramids.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
rotcalipers.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
samplers.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
segmentation.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
shapedescr.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
smooth.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
subdivision2d.cpp
sumpixels.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
tables.cpp
templmatch.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
thresh.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04: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