HomeSort by relevance Sort by last modified time
    Searched full:oarr (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/python/src2/
cv2.cpp 266 PyArrayObject* oarr = (PyArrayObject*) o; local
269 int typenum = PyArray_TYPE(oarr), new_typenum = typenum;
298 int ndims = PyArray_NDIM(oarr);
308 const npy_intp* _sizes = PyArray_DIMS(oarr);
309 const npy_intp* _strides = PyArray_STRIDES(oarr);
335 o = PyArray_Cast(oarr, new_typenum);
336 oarr = (PyArrayObject*) o;
339 oarr = PyArray_GETCONTIGUOUS(oarr);
340 o = (PyObject*) oarr;
    [all...]

Completed in 106 milliseconds