Threshold

group NVCV_CPP_ALGORITHM_THRESHOLD

Functions

inline explicit Threshold(uint32_t type, int32_t maxBatchSize)
inline ~Threshold()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, const nvcv::Tensor &thresh, const nvcv::Tensor &maxval)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const nvcv::Tensor &thresh, const nvcv::Tensor &maxval)
inline virtual NVCVOperatorHandle handle() const noexcept override

Variables

NVCVOperatorHandle m_handle
class Threshold : public cvcuda::IOperator
#include <OpThreshold.hpp>