Searched defs:ncvAssertReturn (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestIntegralImageSquared.cpp | 99 ncvAssertReturn(this->src.fill(h_img), false); in process() local
|
D | TestTranspose.cpp | 96 ncvAssertReturn(this->src.fill(h_img), false); in process() local
|
D | TestIntegralImage.cpp | 118 ncvAssertReturn(this->src.fill(h_img), false); in process() local
|
D | TestCompact.cpp | 91 ncvAssertReturn(this->src.fill(h_vecSrc), false); in process() local
|
D | TestDrawRects.cpp | 101 ncvAssertReturn(this->src.fill(h_img), false); in process() local
|
D | TestHypothesesGrow.cpp | 102 ncvAssertReturn(this->src.fill(h_vecSrc), false); in process() local
|
D | TestResize.cpp | 107 ncvAssertReturn(this->src.fill(h_img), false); in process() local
|
D | TestHypothesesFilter.cpp | 109 ncvAssertReturn(this->src.fill(h_random32u), false); in process() local
|
D | TestRectStdDev.cpp | 131 ncvAssertReturn(this->src.fill(h_img), false); in process() local
|
D | TestHaarCascadeApplication.cpp | 214 ncvAssertReturn(this->src.fill(h_img), false); in process() local
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 275 #define ncvAssertReturn(pred, err) \ macro
|