Home
last modified time | relevance | path

Searched defs:ncvAssertReturn (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestIntegralImageSquared.cpp99 ncvAssertReturn(this->src.fill(h_img), false); in process() local
DTestTranspose.cpp96 ncvAssertReturn(this->src.fill(h_img), false); in process() local
DTestIntegralImage.cpp118 ncvAssertReturn(this->src.fill(h_img), false); in process() local
DTestCompact.cpp91 ncvAssertReturn(this->src.fill(h_vecSrc), false); in process() local
DTestDrawRects.cpp101 ncvAssertReturn(this->src.fill(h_img), false); in process() local
DTestHypothesesGrow.cpp102 ncvAssertReturn(this->src.fill(h_vecSrc), false); in process() local
DTestResize.cpp107 ncvAssertReturn(this->src.fill(h_img), false); in process() local
DTestHypothesesFilter.cpp109 ncvAssertReturn(this->src.fill(h_random32u), false); in process() local
DTestRectStdDev.cpp131 ncvAssertReturn(this->src.fill(h_img), false); in process() local
DTestHaarCascadeApplication.cpp214 ncvAssertReturn(this->src.fill(h_img), false); in process() local
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp275 #define ncvAssertReturn(pred, err) \ macro