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
..
2014-04-29 15:36:43 +04:00
2014-01-27 18:47:16 +04:00
2014-07-08 18:51:27 +04:00
2012-10-17 15:57:49 +04:00
2014-06-26 15:43:40 +04:00
2014-01-07 02:52:30 +04:00
2014-01-28 23:37:20 +04:00
2014-04-17 11:08:02 +04:00
2014-06-16 17:00:10 +04:00