Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
DNCV.cpp84 error_entry( NCV_INVALID_SCALE ),
85 error_entry( NCV_INVALID_SCALE ),
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu1000 ncvAssertReturn(scaleArea > 0, NCV_INVALID_SCALE); in ncvApplyHaarClassifierCascade_device()
1500 ncvAssertReturn(curScale > 0, NCV_INVALID_SCALE); in ncvGrowDetectionsVector_device()
1588 ncvAssertReturn(scaleStep > 1.0f, NCV_INVALID_SCALE); in ncvDetectObjectsMultiScale_device()
1932 ncvAssertReturn(scaleArea > 0, NCV_INVALID_SCALE); in ncvApplyHaarClassifierCascade_host()
2081 ncvAssertReturn(curScale > 0, NCV_INVALID_SCALE); in ncvGrowDetectionsVector_host()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp330 NCV_INVALID_SCALE, enumerator