opencv/modules/imgproc/src
2016-12-13 12:28:38 +03:00
..
opencl 5x5 gaussian blur optimization 2016-12-06 09:42:37 +08:00
_geom.h
accum.cpp added OpenVX calls to accumulate(), accumulateSquare(), accumulateWeighted() 2016-11-29 17:53:35 +03:00
approx.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
blend.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
canny.cpp disabling again 2016-12-09 14:53:06 +03:00
clahe.cpp Fix the OpenCL portion to match the c++ code. 2016-11-03 20:41:16 -05:00
color.cpp fixed wrong equivalence in YUV conversion (#7481) 2016-11-23 17:39:18 +03:00
colormap.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
connectedcomponents.cpp Add Grana's connected components algorithm for 8-way connectivity. (#6823) 2016-08-26 16:01:00 +04:00
contours.cpp imgproc: fix findContours (submatrix input) 2016-11-25 18:25:26 +03:00
convhull.cpp Disable error throwing in convexityDefects when hull is a line or point 2016-12-13 12:28:38 +03:00
corner.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
cornersubpix.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
demosaicing.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
deriv.cpp Canny via OpenVX, Node wrapper extended (query/set attribute), some naming fixes 2016-12-09 14:53:06 +03:00
distransform.cpp Add Grana's connected components algorithm for 8-way connectivity. (#6823) 2016-08-26 16:01:00 +04:00
drawing.cpp Fix for incorrect line drawing beyond 32768 row or column 2016-10-14 18:37:59 +03:00
emd.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
featureselect.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
filter.cpp IPP 2017 filter2D fix; 2016-11-21 17:18:03 +03:00
filterengine.hpp
floodfill.cpp Fix wrong default mask value in floodFill 2016-10-25 11:16:59 +03:00
gabor.cpp
gcgraph.hpp
generalized_hough.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
geometry.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
grabcut.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
hal_replacement.hpp HAL interface for cv::integral 2016-09-29 12:12:10 +03:00
hershey_fonts.cpp
histogram.cpp added OpenVX call to equalizeHist() function 2016-11-29 17:53:47 +03:00
hough.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
imgwarp.cpp more optimization for warpAffine and warpPerspective 2016-11-30 15:43:41 +08:00
intersection.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
linefit.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
lsd.cpp LSD: Use a fixed size array instead of using std::vector 2016-09-22 12:39:49 +01:00
main.cpp
matchcontours.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
min_enclosing_triangle.cpp
moments.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
morph.cpp Merge pull request #7585 from pengli:morph_filter 2016-11-07 17:11:32 +00:00
phasecorr.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
precomp.hpp HAL interface for cv::integral 2016-09-29 12:12:10 +03:00
pyramids.cpp Image pyramids upsampling optimization 2016-12-02 13:54:58 +08:00
rotcalipers.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
samplers.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
segmentation.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
shapedescr.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
smooth.cpp fixing build errors 2016-12-09 14:53:06 +03:00
spatialgradient.cpp add universal hardware support check function 2016-10-29 13:24:31 +09:00
subdivision2d.cpp Added getLeadingEdges function to subdivision2d 2016-10-06 18:01:34 -07:00
sumpixels.cpp HAL interface for cv::integral 2016-09-29 12:12:10 +03:00
tables.cpp
templmatch.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
thresh.cpp Added OpenVX based processing to threshold 2016-11-29 15:35:52 +03:00
undistort.cpp undistortPoints: only consider distCoeffs if present 2016-11-09 16:11:26 +01:00
utils.cpp