/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/op_warp_perspective.hpp Source File#
2 min read time
Applies to Linux
op_warp_perspective.hpp
Go to the documentation of this file.
Definition: tensor.hpp:37
Class for managing the Warp Perspective operator.
Definition: op_warp_perspective.hpp:35
void operator()(hipStream_t stream, const roccv::Tensor &input, const roccv::Tensor &output, const PerspectiveTransform transMatrix, bool isInverted, const eInterpolationType interpolation, const eBorderType borderType, const float4 borderValue, const eDeviceType device=eDeviceType::GPU) const
Construct a new Op Warp Perspective object. The object can be used to apply a perspective transformat...
Definition: strided_data_wrap.hpp:33
eDeviceType
Describes the device type. Used to determine where Tensor data should be allocated and whether operat...
Definition: util_enums.h:69
@ GPU