opencv/modules/imgproc/src
2014-10-11 17:58:24 +00:00
..
opencl Merge pull request #3279 from akarsakov:ocl_houghlines 2014-10-09 14:56:45 +00:00
_geom.h
accum.cpp fixes for cv::accumulate** 2014-10-10 10:00:13 -07:00
approx.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-03-11 17:20:01 +04:00
blend.cpp world fix 2014-08-05 20:12:35 +04:00
canny.cpp cv::resize area 2x 2014-09-26 09:41:45 +00:00
clahe.cpp optimization of cv::CLAHE (~3x) 2014-09-30 12:40:11 -07:00
color.cpp cv::cvtColor (RGB2Luv CV_8U) 2014-10-07 13:49:05 -07: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 the rest modes of cv::Mat::convertTo 2014-10-10 14:10:50 +00: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 Fixed calculation of l_stack_size 2014-09-03 17:40:17 +04:00
distransform.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +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 Optimization OpenCL version of Filter2D 2014-09-11 12:59:51 +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 Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
hough.cpp Optimization for HoughLinesP 2014-10-07 17:53:33 +04:00
imgwarp.cpp cv::resize (INTER_LINEAR && INTER_CUBIC) 2014-10-08 13:11:38 -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 cv::moments (CV_8UC1) 2014-09-26 14:39:04 +00:00
morph.cpp fix for ocl_morphSmall 2014-08-21 16:31:24 +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 the rest modes of cv::Mat::convertTo 2014-10-10 14:10:50 +00:00
rotcalipers.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
samplers.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +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 cv::medianBLur 2014-09-30 07:59:33 +00:00
subdivision2d.cpp
sumpixels.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
tables.cpp
templmatch.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
thresh.cpp cv::threshold 2014-09-26 13:16:48 +00: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