Move vector_size_t and vector_vector_Mat
authorIgor Wodiany <igor.wodiany@gmail.com>
Fri, 13 Oct 2017 23:27:37 +0000 (00:27 +0100)
committerIgor Wodiany <igor.wodiany@gmail.com>
Sat, 14 Oct 2017 18:06:15 +0000 (19:06 +0100)
commite2499e5b2fae3ad923db2ad9b7f0d977b157a3ea
treee87d0b9dee69bd60168e1930155d9fb80df5e519
parent5ed354221cff00217269a31fb1de3b46d19dff2f
Move vector_size_t and vector_vector_Mat

These two typdefs are not compiled when BUILD_opencv_dnn is set to
false, however there are other modules that uses these typedef so
it may cause build errors. Moving typedef to the python module
ensures they are always defined.
modules/dnn/misc/python/pyopencv_dnn.hpp
modules/python/src2/cv2.cpp