opencv/modules/imgproc/src
2012-04-24 15:16:21 +00:00
..
_geom.h
_list.h
accum.cpp
approx.cpp
canny.cpp
color.cpp #1732 Added YUV422 conversions 2012-04-05 08:29:59 +00:00
contours.cpp fixing convexityDefects() 2012-04-19 14:03:38 +00:00
convhull.cpp
corner.cpp
cornersubpix.cpp
deriv.cpp
distransform.cpp
emd.cpp
featureselect.cpp
filter.cpp extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. 2012-04-12 12:34:55 +00:00
floodfill.cpp Fixed Android build warnings 2012-03-30 16:10:52 +00:00
gabor.cpp
gcgraph.hpp
geometry.cpp a LOT of obsolete stuff has been moved to the legacy module. 2012-03-30 12:19:25 +00:00
grabcut.cpp
histogram.cpp
hough.cpp
imgwarp.cpp support in-place warpAffine, warpPerspective & remap (feature #1150) 2012-04-04 11:44:09 +00:00
linefit.cpp
matchcontours.cpp
moments.cpp
morph.cpp extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. 2012-04-12 12:34:55 +00:00
phasecorr.cpp
precomp.cpp
precomp.hpp
pyramids.cpp Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 2012-04-08 21:49:19 +00:00
rotcalipers.cpp
samplers.cpp
segmentation.cpp Fixed ~20 potential errors identified by the MS complier. 2012-03-31 11:09:16 +00:00
shapedescr.cpp
smooth.cpp added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 2012-04-24 15:16:21 +00:00
subdivision2d.cpp a LOT of obsolete stuff has been moved to the legacy module. 2012-03-30 12:19:25 +00:00
sumpixels.cpp
tables.cpp
templmatch.cpp extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. 2012-04-12 12:34:55 +00:00
thresh.cpp
undistort.cpp
utils.cpp