Home
last modified time | relevance | path

Searched refs:ncvSafeMatAlloc (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPyramid.cu551ncvSafeMatAlloc(h_lastLayer, T, allocCPU, lastLayer->width(), lastLayer->height(), NCV_ALLOCATOR_B…
552ncvSafeMatAlloc(h_outImg, T, allocCPU, outImg.width(), outImg.height(), NCV_ALLOCATOR_BAD_ALLOC);
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp1026 #define ncvSafeMatAlloc(name, type, alloc, width, height, err) \ macro