Home
last modified time | relevance | path

Searched refs:ncvSafeCall (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp117 ncvSafeCall( NCVBroxOpticalFlow(desc, gpuCounter, frame0, frame1, u, v, 0) ); in getBufSize()
182ncvSafeCall( NCVBroxOpticalFlow(desc, gpuAllocator, frame0Mat, frame1Mat, uMat, vMat, StreamAccess… in calc()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
Dprivate.hpp92 #define ncvSafeCall(expr) cv::cuda::checkNcvError(expr, __FILE__, __LINE__, CV_Func) macro
/external/opencv3/modules/cudalegacy/src/
Dinterpolate_frames.cpp107 ncvSafeCall( nppiStInterpolateFrames(&state) ); in interpolateFrames()
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp163 ncvSafeCall( load(filename) ); in HaarCascade_Impl()
192 ncvSafeCall( process(image, objectsBuf, ncvMinSize, numDetections) ); in detectMultiScale()
795 ncvSafeCall( nppiStIntegralGetSize_8u32u(roiSize, &bufSize, prop) ); in allocateBuffers()