/external/opencv3/modules/cudalegacy/test/ |
D | TestDrawRects.cpp | 89 NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() local 90 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 101 ncvAssertReturn(this->src.fill(h_img), false); in process() 102 ncvStat = h_img.copySolid(d_img, 0); in process() 145 … ncvStat = ncvDrawRects_32u_host((Ncv32u *)h_img.ptr(), h_img.stride(), this->width, this->height, in process() 150 … ncvStat = ncvDrawRects_8u_host((Ncv8u *)h_img.ptr(), h_img.stride(), this->width, this->height, in process() 165 for (Ncv32u i=0; bLoopVirgin && i < h_img.height(); i++) in process() 167 for (Ncv32u j=0; bLoopVirgin && j < h_img.width(); j++) in process() 169 if (h_img.ptr()[h_img.stride()*i+j] != h_img_d.ptr()[h_img_d.stride()*i+j]) in process()
|
D | TestIntegralImage.cpp | 87 NCVMatrixAlloc<T_in> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() local 88 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 118 ncvAssertReturn(this->src.fill(h_img), false); in process() 120 ncvStat = h_img.copySolid(d_img, 0); in process() 149 ncvStat = nppiStIntegral_8u32u_C1R_host((Ncv8u *)h_img.ptr(), h_img.pitch(), in process() 156 ncvStat = nppiStIntegral_32f32f_C1R_host((Ncv32f *)h_img.ptr(), h_img.pitch(), in process() 172 for (Ncv32u i=0; bLoopVirgin && i < h_img.height() + 1; i++) in process() 174 for (Ncv32u j=0; bLoopVirgin && j < h_img.width() + 1; j++) in process()
|
D | TestIntegralImageSquared.cpp | 81 NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() local 82 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 99 ncvAssertReturn(this->src.fill(h_img), false); in process() 101 ncvStat = h_img.copySolid(d_img, 0); in process() 113 ncvStat = nppiStSqrIntegral_8u64u_C1R_host(h_img.ptr(), h_img.pitch(), in process() 124 for (Ncv32u i=0; bLoopVirgin && i < h_img.height() + 1; i++) in process() 126 for (Ncv32u j=0; bLoopVirgin && j < h_img.width() + 1; j++) in process()
|
D | TestTranspose.cpp | 84 NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() local 85 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 96 ncvAssertReturn(this->src.fill(h_img), false); in process() 99 ncvStat = h_img.copySolid(d_img, 0); in process() 126 ncvStat = nppiStTranspose_32u_C1R_host((Ncv32u *)h_img.ptr(), h_img.pitch(), in process() 132 ncvStat = nppiStTranspose_64u_C1R_host((Ncv64u *)h_img.ptr(), h_img.pitch(), in process()
|
D | TestResize.cpp | 95 NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() local 96 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 107 ncvAssertReturn(this->src.fill(h_img), false); in process() 110 ncvStat = h_img.copySolid(d_img, 0); in process() 139 ncvStat = nppiStDecimate_32u_C1R_host((Ncv32u *)h_img.ptr(), h_img.pitch(), in process() 145 ncvStat = nppiStDecimate_64u_C1R_host((Ncv64u *)h_img.ptr(), h_img.pitch(), in process()
|
D | TestRectStdDev.cpp | 100 NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() local 101 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 131 ncvAssertReturn(this->src.fill(h_img), false); in process() 133 ncvStat = h_img.copySolid(d_img, 0); in process() 159 ncvStat = nppiStIntegral_8u32u_C1R_host(h_img.ptr(), h_img.pitch(), in process() 164 ncvStat = nppiStSqrIntegral_8u64u_C1R_host(h_img.ptr(), h_img.pitch(), in process()
|
D | TestHaarCascadeApplication.cpp | 171 NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() local 172 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 214 ncvAssertReturn(this->src.fill(h_img), false); in process() 215 ncvStat = h_img.copySolid(d_img, 0); in process()
|