opencv/modules/imgproc/src
2013-09-02 17:01:38 +04:00
..
_geom.h Revert "remaining C-style planar subdivisions data structures are moved to legacy" 2012-10-16 15:13:00 +04:00
_list.h Set stricter warning rules for gcc 2012-06-07 17:21:29 +00:00
accum.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
approx.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
canny.cpp fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches) 2013-08-28 17:00:26 +04:00
clahe.cpp Split CLAHE into its own file, because it's faster that way. 2013-05-31 12:22:04 +04:00
color.cpp Merge pull request #1213 from kdrobnyh:color 2013-08-28 13:31:09 +04:00
contours.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
convhull.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
corner.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
cornersubpix.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
deriv.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
distransform.cpp added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin) 2013-07-22 14:20:13 +04:00
emd.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
featureselect.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
filter.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
floodfill.cpp Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
gabor.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
gcgraph.hpp Warning fixes continued 2012-06-09 15:00:04 +00:00
generalized_hough.cpp fixed warnings under windows 2012-09-21 13:41:56 +04:00
geometry.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
grabcut.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
histogram.cpp minor improvement (consistency, readability) 2013-07-18 19:50:51 +04:00
hough.cpp Explicitly use double precision sin & cos in hough implementation 2012-12-25 18:05:05 +04:00
imgwarp.cpp Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
linefit.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
matchcontours.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
moments.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
morph.cpp fixed bugs in rectangular morphology case 2013-08-28 19:53:40 +04:00
phasecorr.cpp Fix binary compatibility of Java wrappers 2012-10-17 02:09:37 +04:00
precomp.hpp Remove HAVE_CVCONFIG_H - it's always defined. 2013-07-10 16:02:07 +04:00
pyramids.cpp bug #3094: added CV_Assert to PyrDown_ to check if source matrix is not empty 2013-08-14 15:30:35 +04:00
rotcalipers.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
samplers.cpp disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled) 2013-08-06 18:31:06 +04:00
segmentation.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
shapedescr.cpp Applied bugfix #3165 : Changed min_eps value 2013-07-19 14:11:04 +02:00
smooth.cpp Fix bilateralFilter function 2013-08-19 15:52:34 +04:00
subdivision2d.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
sumpixels.cpp Converted tabs to spaces. 2013-08-21 18:59:26 +04:00
tables.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
templmatch.cpp Bugfix for an overlapping size of image and template for matchTemplate. 2013-07-03 14:58:40 +02:00
thresh.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
undistort.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
utils.cpp fixed problem with Nx2 numpy arrays in geometrical functions (#2783) 2013-02-08 18:11:56 +04:00