WarpPerspective
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 ~WarpPerspective()
-
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, const NVCVPerspectiveTransform transMatrix, const int32_t flags, const NVCVBorderType borderMode, const float4 borderValue)
-
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const nvcv::Tensor &transMatrix, const int32_t flags, const NVCVBorderType borderMode, const float4 borderValue)
-
inline virtual NVCVOperatorHandle handle() const noexcept override
-
class WarpPerspective : public cvcuda::IOperator
- #include <OpWarpPerspective.hpp>