Searched refs:new_typenum (Results 1 – 1 of 1) sorted by relevance
269 int typenum = PyArray_TYPE(oarr), new_typenum = typenum; in pyopencv_to() local284 new_typenum = NPY_INT; in pyopencv_to()335 o = PyArray_Cast(oarr, new_typenum); in pyopencv_to()