opencv/modules/imgproc
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
..
doc Merge pull request #2765 from pradeep-pyro:kullback_leibler 2014-07-15 08:57:31 +00:00
include/opencv2 Implemented Kullback-Leibler divergence 2014-05-17 23:44:31 +08:00
perf Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
src Fix Python 2 bindings for findContours 2014-07-26 16:40:09 +02:00
test Merge pull request #2765 from pradeep-pyro:kullback_leibler 2014-07-15 08:57:31 +00:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00