Composite
- group NVCV_CPP_ALGORITHM_COMPOSITE
Functions
-
inline explicit Composite()
-
inline ~Composite()
-
inline void operator()(cudaStream_t stream, const nvcv::Tensor &foreground, const nvcv::Tensor &background, const nvcv::Tensor &fgMask, const nvcv::Tensor &output)
-
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &foreground, const nvcv::ImageBatchVarShape &background, const nvcv::ImageBatchVarShape &fgMask, const nvcv::ImageBatchVarShape &output)
-
inline virtual NVCVOperatorHandle handle() const noexcept override
Variables
-
NVCVOperatorHandle m_handle
-
class Composite : public cvcuda::IOperator
- #include <OpComposite.hpp>
-
inline explicit Composite()