Copy make border

group NVCV_CPP_ALGORITHM_COPYMAKEBORDER

Functions

inline explicit CopyMakeBorder()
inline ~CopyMakeBorder()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, int32_t top, int32_t left, NVCVBorderType borderMode, const float4 borderValue)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const nvcv::Tensor &top, const nvcv::Tensor &left, NVCVBorderType borderMode, const float4 borderValue)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::Tensor &out, const nvcv::Tensor &top, const nvcv::Tensor &left, NVCVBorderType borderMode, const float4 borderValue)
inline virtual NVCVOperatorHandle handle() const noexcept override

Variables

NVCVOperatorHandle m_handle
class CopyMakeBorder : public cvcuda::IOperator
#include <OpCopyMakeBorder.hpp>