Class Composite

Inheritance Relationships

Base Type

Class Documentation

class Composite : public cvcuda::IOperator

Public 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