ArgInfo            41 modules/python/src2/cv2.cpp     ArgInfo(const char * name_, bool outputarg_)
ArgInfo           217 modules/python/src2/cv2.cpp static bool pyopencv_to(PyObject* o, Mat& m, const ArgInfo info)
ArgInfo           387 modules/python/src2/cv2.cpp     return pyopencv_to(o, m, ArgInfo(name, 0));
ArgInfo           746 modules/python/src2/cv2.cpp     static bool to(PyObject* obj, std::vector<_Tp>& value, const ArgInfo info)
ArgInfo           854 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, std::vector<_Tp>& value, const ArgInfo info)
ArgInfo           865 modules/python/src2/cv2.cpp template<typename _Tp> static inline bool pyopencv_to_generic_vec(PyObject* obj, std::vector<_Tp>& value, const ArgInfo info)
ArgInfo           911 modules/python/src2/cv2.cpp     static bool to(PyObject* obj, std::vector<std::vector<_Tp> >& value, const ArgInfo info)
ArgInfo           924 modules/python/src2/cv2.cpp     static bool to(PyObject* obj, std::vector<Mat>& value, const ArgInfo info)
ArgInfo           937 modules/python/src2/cv2.cpp     static bool to(PyObject* obj, std::vector<KeyPoint>& value, const ArgInfo info)
ArgInfo           950 modules/python/src2/cv2.cpp     static bool to(PyObject* obj, std::vector<DMatch>& value, const ArgInfo info)
ArgInfo           963 modules/python/src2/cv2.cpp     static bool to(PyObject* obj, std::vector<String>& value, const ArgInfo info)