Home
last modified time | relevance | path

Searched refs:NPPST_INVALID_ROI (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu377 ncvAssertReturn(roi.width > 0 && roi.height > 0, NPPST_INVALID_ROI); in ncvIntegralImage_device()
433 ncvAssertReturn(roi.width > 0 && roi.height > 0, NPPST_INVALID_ROI); in ncvSquaredIntegralImage_device()
490 ncvAssertReturn(roiSize.width > 0 && roiSize.height > 0, NPPST_INVALID_ROI); in nppiStIntegralGetSize_8u32u()
508 ncvAssertReturn(roiSize.width > 0 && roiSize.height > 0, NPPST_INVALID_ROI); in nppiStIntegralGetSize_32f32f()
526 ncvAssertReturn(roiSize.width > 0 && roiSize.height > 0, NPPST_INVALID_ROI); in nppiStSqrIntegralGetSize_8u64u()
591 ncvAssertReturn(roiSize.width > 0 && roiSize.height > 0, NPPST_INVALID_ROI); in nppiStIntegral_8u32u_C1R_host()
623 ncvAssertReturn(roiSize.width > 0 && roiSize.height > 0, NPPST_INVALID_ROI); in nppiStIntegral_32f32f_C1R_host()
657 ncvAssertReturn(roiSize.width > 0 && roiSize.height > 0, NPPST_INVALID_ROI); in nppiStSqrIntegral_8u64u_C1R_host()
754 ncvAssertReturn(srcRoi.width > 0 && srcRoi.height > 0, NPPST_INVALID_ROI); in decimateWrapperDevice()
815 ncvAssertReturn(srcRoi.width != 0 && srcRoi.height != 0, NPPST_INVALID_ROI); in decimateWrapperHost()
[all …]
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp365 NPPST_INVALID_ROI, ///< Invalid region of interest argument enumerator
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp110 error_entry( NPPST_INVALID_ROI ),