Home | History | Annotate | Download | only in cuda

Lines Matching refs:integral

957 NCVStatus ncvApplyHaarClassifierCascade_device(NCVMatrix<Ncv32u> &integral,
975 ncvAssertReturn(integral.memType() == d_weights.memType()&&
976 integral.memType() == d_pixelMask.memType() &&
977 integral.memType() == gpuAllocator.memType() &&
978 (integral.memType() == NCVMemoryTypeDevice ||
979 integral.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR);
990 ncvAssertReturn((integral.ptr() != NULL && d_weights.ptr() != NULL && d_pixelMask.ptr() != NULL &&
997 integral.width() >= anchorsRoi.width + haar.ClassifierSize.width &&
998 integral.height() >= anchorsRoi.height + haar.ClassifierSize.height, NCV_DIMENSIONS_INVALID);
1018 NCVMatrixAlloc<Ncv32u> h_integralImage(cpuAllocator, integral.width, integral.height, integral.pitch);
1036 ncvStat = integral.copySolid(h_integralImage, 0);
1110 ncvAssertCUDAReturn(cudaBindTexture(&alignmentOffset, texIImage, integral.ptr(), cfdTexIImage,
1111 (anchorsRoi.height + haar.ClassifierSize.height) * integral.pitch()), NCV_CUDA_ERROR);
1228 integral.ptr(), integral.stride(),
1298 integral.ptr(), integral.stride(),
1359 integral.ptr(), integral.stride(),
1608 NCVMatrixAlloc<Ncv32u> integral(gpuAllocator, integralWidth, integralHeight);
1609 ncvAssertReturn(integral.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC);
1640 integral.ptr(), integral.pitch(),
1727 integral.ptr(), integral.pitch(),