mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Support 32-bit unsigned type for FileStorage Base64
This commit is contained in:
@@ -134,6 +134,7 @@ bool pyopencv_to(PyObject* o, Mat& m, const ArgInfo& info)
|
||||
typenum == NPY_USHORT ? CV_16U :
|
||||
typenum == NPY_SHORT ? CV_16S :
|
||||
typenum == NPY_INT ? CV_32S :
|
||||
typenum == NPY_UINT32 ? CV_32U :
|
||||
typenum == NPY_INT32 ? CV_32S :
|
||||
typenum == NPY_HALF ? CV_16F :
|
||||
typenum == NPY_FLOAT ? CV_32F :
|
||||
|
||||
Reference in New Issue
Block a user