Composite

Note

The C++ API provides RAII wrappers around the C API. For detailed documentation including parameters, return values, and limitations, please refer to the corresponding C API documentation.

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
class Composite : public cvcuda::IOperator
#include <OpComposite.hpp>