Home
last modified time | relevance | path

Searched refs:NCV_NULL_PTR (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp323 NCV_NULL_PTR, enumerator
600 (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR); in copySolid()
781 (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR); in copySolid()
799 (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR); in copy2D()
/external/opencv3/modules/cudalegacy/src/cuda/
DNCV.cu131 ncvAssertReturn(d_dst != NULL && d_rects != NULL, NCV_NULL_PTR); in drawRectsWrapperDevice()
DNCVHaarObjectDetection.cu992 d_HaarFeatures.ptr() != NULL) || gpuAllocator.isCounting(), NCV_NULL_PTR); in ncvApplyHaarClassifierCascade_device()
1493 ncvAssertReturn(pixelMask.ptr() != NULL && hypotheses.ptr() != NULL, NCV_NULL_PTR); in ncvGrowDetectionsVector_device()
1582 d_HaarFeatures.ptr() != NULL) || gpuAllocator.isCounting(), NCV_NULL_PTR); in ncvDetectObjectsMultiScale_device()
1926 …arStages.ptr() != NULL && h_HaarNodes.ptr() != NULL && h_HaarFeatures.ptr() != NULL, NCV_NULL_PTR); in ncvApplyHaarClassifierCascade_host()
2077 ncvAssertReturn(pixelMask.ptr() != NULL && hypotheses.ptr() != NULL, NCV_NULL_PTR); in ncvGrowDetectionsVector_host()
DNPP_staging.cu1770 pKernel != NULL, NCV_NULL_PTR); in nppiStFilterRowBorder_32f_C1R()
1842 pKernel != NULL, NCV_NULL_PTR); in nppiStFilterColumnBorder_32f_C1R()
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp78 error_entry( NCV_NULL_PTR ),
823 ncvAssertReturn(h_dst != NULL && h_rects != NULL, NCV_NULL_PTR); in drawRectsWrapperHost()
/external/opencv3/samples/gpu/
Dcascadeclassifier_nvidia_api.cpp96 ncvAssertReturn(!((srcdst == NULL) ^ gpuAllocator.isCounting()), NCV_NULL_PTR); in process()
Dopticalflow_nvidia_api.cpp220 if (flowField == 0) return NCV_NULL_PTR; in ShowFlow()