Searched refs:ncvSafeCall (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/ |
D | brox.cpp | 117 ncvSafeCall( NCVBroxOpticalFlow(desc, gpuCounter, frame0, frame1, u, v, 0) ); in getBufSize() 182 …ncvSafeCall( NCVBroxOpticalFlow(desc, gpuAllocator, frame0Mat, frame1Mat, uMat, vMat, StreamAccess… in calc()
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | private.hpp | 92 #define ncvSafeCall(expr) cv::cuda::checkNcvError(expr, __FILE__, __LINE__, CV_Func) macro
|
/external/opencv3/modules/cudalegacy/src/ |
D | interpolate_frames.cpp | 107 ncvSafeCall( nppiStInterpolateFrames(&state) ); in interpolateFrames()
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | cascadeclassifier.cpp | 163 ncvSafeCall( load(filename) ); in HaarCascade_Impl() 192 ncvSafeCall( process(image, objectsBuf, ncvMinSize, numDetections) ); in detectMultiScale() 795 ncvSafeCall( nppiStIntegralGetSize_8u32u(roiSize, &bufSize, prop) ); in allocateBuffers()
|