Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu720 …sc.alpha > 0.0f , "Invalid alpha" , NCV_INCONSISTENT_INPUT); in NCVBroxOpticalFlow()
721 …sc.gamma >= 0.0f , "Invalid gamma" , NCV_INCONSISTENT_INPUT); in NCVBroxOpticalFlow()
722 …sc.number_of_inner_iterations > 0 , "Invalid number of inner iterations" , NCV_INCONSISTENT_INPUT); in NCVBroxOpticalFlow()
723 …sc.number_of_outer_iterations > 0 , "Invalid number of outer iterations" , NCV_INCONSISTENT_INPUT); in NCVBroxOpticalFlow()
724 …sc.number_of_solver_iterations > 0, "Invalid number of solver iterations", NCV_INCONSISTENT_INPUT); in NCVBroxOpticalFlow()
729 …ourceWidth && frame1.height() == kSourceHeight, "Frame dims do not match", NCV_INCONSISTENT_INPUT); in NCVBroxOpticalFlow()
731 uOut.height() == kSourceHeight && vOut.height() == kSourceHeight, NCV_INCONSISTENT_INPUT); in NCVBroxOpticalFlow()
DNCVHaarObjectDetection.cu1504 totalMaxDetections <= totalMaxDetections, NCV_INCONSISTENT_INPUT); in ncvGrowDetectionsVector_device()
2084 totalMaxDetections <= totalMaxDetections, NCV_INCONSISTENT_INPUT); in ncvGrowDetectionsVector_host()
2488 ncvAssertReturn(h_HaarStages.length() >= haar.NumStages, NCV_INCONSISTENT_INPUT); in ncvHaarStoreNVBIN_host()
2489 ncvAssertReturn(h_HaarNodes.length() >= haar.NumClassifierTotalNodes, NCV_INCONSISTENT_INPUT); in ncvHaarStoreNVBIN_host()
2490 ncvAssertReturn(h_HaarFeatures.length() >= haar.NumFeatures, NCV_INCONSISTENT_INPUT); in ncvHaarStoreNVBIN_host()
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp79 error_entry( NCV_INCONSISTENT_INPUT ),
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp324 NCV_INCONSISTENT_INPUT, enumerator