HomeSort by relevance Sort by last modified time
    Searched refs:ncvSafeMatAlloc (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/src/cuda/
NCVPyramid.cu 551 ncvSafeMatAlloc(h_lastLayer, T, allocCPU, lastLayer->width(), lastLayer->height(), NCV_ALLOCATOR_BAD_ALLOC);
552 ncvSafeMatAlloc(h_outImg, T, allocCPU, outImg.width(), outImg.height(), NCV_ALLOCATOR_BAD_ALLOC);
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 1026 #define ncvSafeMatAlloc(name, type, alloc, width, height, err) \

Completed in 37 milliseconds