opencv/modules/imgproc/src
orestis c762da9893 Fix SymmColumnSmallVec_32s16s SSE code
Specifically, in general antisymmetric case src[-1] (S0) should be
subtracted from from src[1] (S2), and not the opposite.
2014-12-06 19:53:07 +02:00
..
opencl Optimize pyrUp_unrolled() by mad function. 2014-11-26 16:55:08 +08: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 Fix canny segment fault (Bug #3978) 2014-11-12 17:48:05 +08:00
clahe.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
color.cpp Added optimized loading to YUV2RGB_422 kernel 2014-10-28 15:07:51 +03: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 cv::magnitude; cv::corner** 2014-11-01 13:19:51 +03:00
cornersubpix.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
demosaicing.cpp Forgotten punctuation 2014-10-17 18:14:54 +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 Fix determining bounding box of the edge collection in FillEdgeCollection(). 2014-12-01 14:30:05 +01:00
emd.cpp
featureselect.cpp Don't process empty src image in GFTT 2014-10-28 16:06:36 +03:00
filter.cpp Fix SymmColumnSmallVec_32s16s SSE code 2014-12-06 19:53:07 +02: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 cv::compareHist (CV_COMP_INTERSECT) 2014-11-01 13:19:51 +03:00
hough.cpp Merge pull request #3443 from HelenWong:bug3363Fix 2014-12-02 09:14:36 +00:00
imgwarp.cpp cv::convertMaps 2014-11-01 10:13:28 -07: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 cv::convertMaps 2014-11-01 10:13:28 -07: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 IPPICV: disable boxFilter 16SC1/16UC1 (performance) 2014-11-05 13:26:23 +03: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 Make Otsu and Triangle algorithms mutually exclusive 2014-11-05 16:04:26 +01: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