/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NPP_staging.hpp | 116 NcvSize32u size; ///< frame size 141 NCVStatus nppiStGetInterpolationBufferSize(NcvSize32u srcSize, 178 NcvSize32u srcSize, 181 NcvSize32u dstSize, 212 NcvSize32u srcSize, 215 NcvSize32u dstSize, 234 NCVStatus nppiStVectorWarpGetBufferSize(NcvSize32u srcSize, 261 NcvSize32u srcSize, 293 NcvSize32u srcSize, 323 NcvSize32u srcSize, [all …]
|
D | NCVHaarObjectDetection.hpp | 338 NcvSize32u ClassifierSize; 361 NcvSize32u srcRoi, 371 NcvSize32u minObjSize, 397 NcvSize32u anchorsRoi, 415 NcvSize32u anchorsRoi,
|
D | NCV.hpp | 181 struct NcvSize32u struct 185 __host__ __device__ NcvSize32u() : width(0), height(0) {}; in NcvSize32u() argument 186 … __host__ __device__ NcvSize32u(Ncv32u width_, Ncv32u height_) : width(width_), height(height_) {} in NcvSize32u() function 187 …__host__ __device__ bool operator == (const NcvSize32u &another) const {return this->width == anot… in operator ==() argument 224 NCV_CT_ASSERT(sizeof(NcvSize32u) == 2 * sizeof(Ncv32u)); 794 NCVStatus copy2D(NCVMatrix<T> &dst, NcvSize32u roi, cudaStream_t cuStream) const in copy2D() 826 NcvSize32u size() const {return NcvSize32u(this->_width, this->_height);} in size()
|
D | NCVPyramid.hpp | 97 NcvSize32u outRoi,
|
/external/opencv3/modules/cudalegacy/test/ |
D | TestIntegralImage.cpp | 99 …ncvStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &bufSize, this->devPr… in process() 104 …ncvStat = nppiStIntegralGetSize_32f32f(NcvSize32u(this->width, this->height), &bufSize, this->devP… in process() 127 NcvSize32u(this->width, this->height), in process() 135 NcvSize32u(this->width, this->height), in process() 151 NcvSize32u(this->width, this->height)); in process() 158 NcvSize32u(this->width, this->height)); in process()
|
D | TestRectStdDev.cpp | 91 NcvSize32u szNormRoi(normWidth, normHeight); in process() 121 …ncvStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &bufSizeII, this->dev… in process() 123 …ncvStat = nppiStSqrIntegralGetSize_8u64u(NcvSize32u(this->width, this->height), &bufSizeSII, this-… in process() 138 NcvSize32u(this->width, this->height), in process() 144 NcvSize32u(this->width, this->height), in process() 161 NcvSize32u(this->width, this->height)); in process() 166 NcvSize32u(this->width, this->height)); in process()
|
D | TestTranspose.cpp | 80 NcvSize32u srcSize(this->width, this->height); in process() 106 NcvSize32u(this->width, this->height)); in process() 112 NcvSize32u(this->width, this->height)); in process() 128 NcvSize32u(this->width, this->height)); in process() 134 NcvSize32u(this->width, this->height)); in process()
|
D | TestIntegralImageSquared.cpp | 91 …ncvStat = nppiStSqrIntegralGetSize_8u64u(NcvSize32u(this->width, this->height), &bufSize, this->de… in process() 106 NcvSize32u(this->width, this->height), in process() 115 NcvSize32u(this->width, this->height)); in process()
|
D | TestHaarCascadeApplication.cpp | 167 NcvSize32u searchRoiU(searchRoi.width, searchRoi.height); in process() 202 …nppStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &szTmpBufIntegral, th… in process() 204 …nppStat = nppiStSqrIntegralGetSize_8u64u(NcvSize32u(this->width, this->height), &szTmpBufSqIntegra… in process() 221 NcvSize32u(d_img.width(), d_img.height()), in process() 227 NcvSize32u(d_img.width(), d_img.height()), in process() 240 NcvSize32u(searchRoi.width, searchRoi.height), rect, in process()
|
D | TestResize.cpp | 91 NcvSize32u srcSize(this->width, this->height); in process()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NPP_staging.cu | 331 T_out *d_dst, Ncv32u dstStride, NcvSize32u roi) in scanRowsWrapperDevice() 369 T_out *d_dst, Ncv32u dstStep, NcvSize32u roi, in ncvIntegralImage_device() 407 … (Ncv32u *)Tmp32_2.ptr(), PaddedHeightII32*sizeof(Ncv32u), NcvSize32u(WidthII, roi.height)); in ncvIntegralImage_device() 412 …(Tmp32_2.ptr(), PaddedHeightII32, Tmp32_1.ptr(), PaddedHeightII32, NcvSize32u(roi.height, WidthII)… in ncvIntegralImage_device() 416 … (Ncv32u *)d_dst, dstStep*sizeof(Ncv32u), NcvSize32u(HeightII, WidthII)); in ncvIntegralImage_device() 426 Ncv64u *d_dst, Ncv32u dstStep, NcvSize32u roi, in ncvSquaredIntegralImage_device() 469 … Tmp32_1.ptr(), PaddedHeightII32*sizeof(Ncv32u), NcvSize32u(WidthII, roi.height)); in ncvSquaredIntegralImage_device() 474 …(Tmp32_1.ptr(), PaddedHeightII32, Tmp64_2.ptr(), PaddedHeightII64, NcvSize32u(roi.height, WidthII)… in ncvSquaredIntegralImage_device() 478 d_dst, dstStep*sizeof(Ncv64u), NcvSize32u(HeightII, WidthII)); in ncvSquaredIntegralImage_device() 487 NCVStatus nppiStIntegralGetSize_8u32u(NcvSize32u roiSize, Ncv32u *pBufsize, cudaDeviceProp &devProp) in nppiStIntegralGetSize_8u32u() [all …]
|
D | NCVPyramid.cu | 188 NcvSize32u dstRoi) in kernelDownsampleX2() 218 (T*)dst.data, static_cast<Ncv32u>(dst.step), NcvSize32u(dst.cols, dst.rows)); in kernelDownsampleX2_gpu() 254 NcvSize32u szTopRoi, in kernelInterpolateFrom1() 257 NcvSize32u dstRoi) in kernelInterpolateFrom1() 300 …gDim, bDim, 0, stream>>>((T*) src.data, static_cast<Ncv32u>(src.step), NcvSize32u(src.cols, src.ro… in kernelInterpolateFrom1_gpu() 301 (T*) dst.data, static_cast<Ncv32u>(dst.step), NcvSize32u(dst.cols, dst.rows)); in kernelInterpolateFrom1_gpu() 374 NcvSize32u szLastLayer(img.width(), img.height()); 391 NcvSize32u szCurLayer(szLastLayer.width / 2, szLastLayer.height / 2); 480 NcvSize32u outRoi, 491 …ncvAssertReturnNcvStat(this->layer0->copy2D(outImg, NcvSize32u(this->layer0->width(), this->layer0… [all …]
|
D | NCVHaarObjectDetection.cu | 302 … NcvSize32u anchorsRoi, Ncv32u startStageInc, Ncv32u endStageExc, Ncv32f scaleArea) in applyHaarClassifierAnchorParallel() 490 … NcvSize32u anchorsRoi, Ncv32u startStageInc, Ncv32u endStageExc, Ncv32f scaleArea) in applyHaarClassifierClassifierParallel() 632 NcvSize32u anchorsRoi, Ncv32u step) in initializeMaskVector() 680 NcvSize32u anchorsRoi; 692 NcvSize32u _anchorsRoi, Ncv32u _startStageInc, in applyHaarClassifierAnchorParallelFunctor() 749 NcvSize32u anchorsRoi, Ncv32u startStageInc, in applyHaarClassifierAnchorParallelDynTemplate() 790 NcvSize32u anchorsRoi; 802 NcvSize32u _anchorsRoi, Ncv32u _startStageInc, in applyHaarClassifierClassifierParallelFunctor() 855 NcvSize32u anchorsRoi, Ncv32u startStageInc, in applyHaarClassifierClassifierParallelDynTemplate() 886 NcvSize32u anchorsRoi; [all …]
|
D | NCVBroxOpticalFlow.cu | 875 NcvSize32u srcSize (prev_level_width, prev_level_height); in NCVBroxOpticalFlow() 876 NcvSize32u dstSize (level_width, level_height); in NCVBroxOpticalFlow() 962 NcvSize32u srcSize(kLevelWidth, kLevelHeight); in NCVBroxOpticalFlow() 1126 NcvSize32u inner_srcSize (kLevelWidth, kLevelHeight); in NCVBroxOpticalFlow() 1127 NcvSize32u dstSize (nw, nh); in NCVBroxOpticalFlow()
|
/external/opencv3/samples/gpu/ |
D | cascadeclassifier_nvidia_api.cpp | 122 NcvSize32u roi; in process() 304 NcvSize32u minSize = haar.ClassifierSize; in main()
|
D | opticalflow_nvidia_api.cpp | 538 state.size = NcvSize32u (width, height); in main()
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | cascadeclassifier.cpp | 297 NcvSize32u roi; in calculateMemReqsAndAllocate() 344 NcvSize32u roi; in process() 348 NcvSize32u winMinSize(ncvMinSize.width, ncvMinSize.height); in process() 787 NcvSize32u roiSize; in allocateBuffers()
|
/external/opencv3/modules/cudalegacy/src/ |
D | interpolate_frames.cpp | 90 state.size = NcvSize32u(frame0.cols, frame0.rows); in interpolateFrames()
|