Searched refs:dims0 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/python/src2/ |
D | cv2.cpp | 157 …UMatData* allocate(int dims0, const int* sizes, int type, void* data, size_t* step, int flags, UMa… in allocate() argument 163 return stdAllocator->allocate(dims0, sizes, type, data, step, flags, usageFlags); in allocate() 174 int i, dims = dims0; in allocate() 183 return allocate(o, dims0, sizes, type, step); in allocate()
|