failmsg           252 modules/python/src2/cv2.cpp                 failmsg("%s is not a numerical tuple", info.name);
failmsg           262 modules/python/src2/cv2.cpp         failmsg("%s is not a numpy array, neither a scalar", info.name);
failmsg           289 modules/python/src2/cv2.cpp             failmsg("%s data type = %d is not supported", info.name, typenum);
failmsg           301 modules/python/src2/cv2.cpp         failmsg("%s dimensionality (=%d) is too high", info.name, ndims);
failmsg           330 modules/python/src2/cv2.cpp             failmsg("Layout of the output array %s is incompatible with cv::Mat (step[ndims-1] != elemsize or step[1] != elemsize*nchannels)", info.name);
failmsg           367 modules/python/src2/cv2.cpp         failmsg("%s has more than 2 dimensions", info.name);
failmsg           418 modules/python/src2/cv2.cpp             failmsg("Scalar value for argument '%s' is longer than 4", name);
failmsg           426 modules/python/src2/cv2.cpp                 failmsg("Scalar value for argument '%s' is not numeric", name);
failmsg           435 modules/python/src2/cv2.cpp             failmsg("Scalar value for argument '%s' is not numeric", name);
failmsg          1202 modules/python/src2/cv2.cpp     return failmsg("Expected single character string for argument '%s'", name);