Adaptive threshold
- group NVCV_CPP_ALGORITHM_ADAPTIVETHRESHOLD
Functions
-
inline ~AdaptiveThreshold()
-
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, double maxValue, NVCVAdaptiveThresholdType adaptiveMethod, NVCVThresholdType thresholdType, int32_t blockSize, double c)
-
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const nvcv::Tensor &maxValue, NVCVAdaptiveThresholdType adaptiveMethod, NVCVThresholdType thresholdType, const nvcv::Tensor &blockSize, const nvcv::Tensor &c)
-
inline virtual NVCVOperatorHandle handle() const noexcept override
Variables
-
NVCVOperatorHandle m_handle
-
class AdaptiveThreshold : public cvcuda::IOperator
- #include <OpAdaptiveThreshold.hpp>
-
inline ~AdaptiveThreshold()