cv-cuda/src/nvcv_types/include/nvcv/cuda/BorderWrap.hpp:514:14: error: no matching function for call to ‘IsOutside’
if ((IsOutside<kActiveDimensions[Is]>(c, Base::m_tensorShape[kMap.from[Is]]) || …))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cv-cuda/src/nvcv_types/include/nvcv/cuda/BorderWrap.hpp:479:17: note: in instantiation of function template specialization ‘nvcv::cuda::BorderWrap<nvcv::cuda::TensorWrap<const unsigned char, -1, -1, 1>, NVCV_BORDER_CONSTANT, false, true, true>::doGetPtr<int, int, int, 0UL, 1UL, 2UL>’ requested here
p = doGetPtr(Is, c.z, c.y, c.x);
^
cv-cuda/src/cvcuda/priv/legacy/morphology.cu:55:38: note: in instantiation of function template specialization ‘nvcv::cuda::BorderWrap<nvcv::cuda::TensorWrap<const unsigned char, -1, -1, 1>, NVCV_BORDER_CONSTANT, false, true, true>::operator<int3, void>’ requested here
res = cuda::max(res, src[coord]);
^
cv-cuda/src/cvcuda/priv/legacy/morphology.cu:117:9: note: in instantiation of function template specialization ‘nvcv::legacy::cuda_op::dilate<unsigned char, nvcv::cuda::BorderWrap<nvcv::cuda::TensorWrap<const unsigned char, -1, -1, 1>, NVCV_BORDER_CONSTANT, false, true, true>, nvcv::cuda::TensorWrap<unsigned char, -1, -1, 1>>’ requested here
dilate<<<grid, block, 0, stream>>>(src, dst, dstSize, kernelSize, kernelAnchor, val);
Hi,
This forum talks more about updates and issues related to TensorRT.
Please reach out to the CV CUDA related Issues · CVCUDA/CV-CUDA · GitHub to get better help.
Thank you.