opencv/modules/imgproc/src
2015-04-18 13:51:32 -04:00
..
opencl Optimize pyrUp_unrolled() by mad function. 2014-11-26 16:55:08 +08:00
_geom.h
accum.cpp used popcnt 2015-01-12 10:59:30 +03:00
approx.cpp
blend.cpp
canny.cpp Merge pull request #3583 from oresths:tbb_canny 2015-03-04 10:49:27 +00:00
clahe.cpp Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
color.cpp move tegra namespace out of cv to prevent conflicts 2015-02-27 12:52:11 +03:00
colormap.cpp Reduce variable scope 2015-03-25 10:35:11 +03:00
connectedcomponents.cpp
contours.cpp More sensible error messages 2015-01-11 03:56:07 +04:00
convhull.cpp
corner.cpp move tegra namespace out of cv to prevent conflicts 2015-02-27 12:52:11 +03:00
cornersubpix.cpp
demosaicing.cpp used popcnt 2015-01-12 10:59:30 +03:00
deriv.cpp move tegra namespace out of cv to prevent conflicts 2015-02-27 12:52:11 +03:00
distransform.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
drawing.cpp Same as Bug #3309. Pushing to master 2015-02-21 09:20:00 +05:30
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 move tegra namespace out of cv to prevent conflicts 2015-02-27 12:52:11 +03:00
filterengine.hpp
floodfill.cpp
gabor.cpp
gcgraph.hpp
generalized_hough.cpp
geometry.cpp
grabcut.cpp
hershey_fonts.cpp
histogram.cpp compareHist 2015-01-12 10:59:31 +03:00
hough.cpp Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks. 2015-03-13 17:04:13 -07:00
imgwarp.cpp Double used as boolean for no reason 2015-03-06 17:04:54 +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 Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04:00
morph.cpp disabled some kernels for Android && NVidia 2015-03-04 14:46:49 +03:00
phasecorr.cpp
precomp.hpp
pyramids.cpp move tegra namespace out of cv to prevent conflicts 2015-02-27 12:52:11 +03:00
rotcalipers.cpp
samplers.cpp Implementation detector and selector for IPP and OpenCL; 2014-10-15 14:24:41 +04: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 disabled some kernels for Android && NVidia 2015-03-04 14:46:49 +03:00
subdivision2d.cpp
sumpixels.cpp used popcnt 2015-01-12 10:59:30 +03:00
tables.cpp
templmatch.cpp move tegra namespace out of cv to prevent conflicts 2015-02-27 12:52:11 +03:00
thresh.cpp move tegra namespace out of cv to prevent conflicts 2015-02-27 12:52:11 +03:00
undistort.cpp
utils.cpp