Morphology

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 Morphology()
inline ~Morphology()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, nvcv::OptionalTensorConstRef workspace, NVCVMorphologyType morphType, const nvcv::Size2D &maskSize, const int2 &anchor, int32_t iteration, const NVCVBorderType borderMode)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const nvcv::OptionalImageBatchVarShapeConstRef workspace, NVCVMorphologyType morphType, const nvcv::Tensor &masks, const nvcv::Tensor &anchors, int32_t iteration, const NVCVBorderType borderMode)
inline virtual NVCVOperatorHandle handle() const noexcept override
class Morphology : public cvcuda::IOperator
#include <OpMorphology.hpp>