opencv/modules/imgproc/src
Sander Mathijs van Veen d25770ee76 Fix Python 2 bindings for findContours
The sanity check prevents Python 2 from calling findContours, because the
Python 2 bindings pass an empty matrix for `_contours`. If `_contours` is not
empty, the channel and depth check should determine whether the matrix is of
the correct type and size.

Note: the Python 2 bindings passes a matrix of type `STD_VECTOR_MAT` to
parameters of the type `OutputArrayOfArrays`.
2014-07-26 16:40:09 +02:00
..
opencl Merge pull request #2993 from vbystricky:oclopt_warp_affine 2014-07-25 11:26:24 +00:00
_geom.h
accum.cpp
approx.cpp
blend.cpp
canny.cpp SSE2 optimization of magnitude calculation 2014-07-02 00:05:55 +04:00
clahe.cpp
color.cpp cvtColor - optimized index calculations; usage of build-in functions 2014-06-23 02:10:42 +04:00
connectedcomponents.cpp
contours.cpp Fix Python 2 bindings for findContours 2014-07-26 16:40:09 +02:00
convhull.cpp
corner.cpp SSE2 optimization of cv::preCornerDetect 2014-06-30 01:51:53 +04:00
cornersubpix.cpp
demosaicing.cpp
deriv.cpp OpenCL before IPP 2014-07-08 18:51:27 +04:00
distransform.cpp Merge pull request #2679 from alalek:ippicv_update 2014-05-07 18:24:41 +04:00
emd.cpp
featureselect.cpp
filter.cpp Change local size 2014-06-26 15:43:40 +04:00
floodfill.cpp
gabor.cpp
gcgraph.hpp
generalized_hough.cpp
geometry.cpp
grabcut.cpp
histogram.cpp Merge pull request #2765 from pradeep-pyro:kullback_leibler 2014-07-15 08:57:31 +00:00
hough.cpp
imgwarp.cpp Merge pull request #2888 from ilya-lavrenov:tapi_remap 2014-07-11 09:59:27 +00:00
intersection.cpp
linefit.cpp
lsd.cpp Merge pull request #2774 from 23pointsNorth:lsd-nfa-fix 2014-06-26 17:29:27 +04:00
matchcontours.cpp
min_enclosing_triangle.cpp
moments.cpp SSE4.1 optimiation of cv::Moments CV_16U 2014-07-03 15:04:06 +04:00
morph.cpp imgproc: fix compiler error for gcc 4.8 2014-07-05 09:27:11 +02:00
phasecorr.cpp
precomp.hpp
pyramids.cpp Merge pull request #2882 from akarsakov:ocl_pyrDown_opt 2014-07-14 18:48:28 +00:00
rotcalipers.cpp
samplers.cpp
segmentation.cpp
shapedescr.cpp
smooth.cpp optimized cv::boxFilter 2014-06-16 17:00:10 +04:00
subdivision2d.cpp
sumpixels.cpp Change kernel for optimization. Remove restriction to align data 2014-06-24 18:32:52 +04:00
tables.cpp
templmatch.cpp Fixed core for CCORR and SQDIFF. Used float instead of int for CV_8U. Fixed conditions for call dft. 2014-06-23 11:37:47 +04:00
thresh.cpp Optimized memory access by using stride pattern 2014-05-16 10:22:03 +04:00
undistort.cpp
utils.cpp