cvedia::rt::builtin¶
Functions¶
| Name | |
|---|---|
| ResizeMethod | stringToResizeMethod(std::string method) |
| int | stringToInterpolationMethod(std::string method, std::string const & defaultMethod) |
| int | numberOfCwRotationTimesToRotateCode(int times) |
| expected< cv::Mat > | resize(cv::Mat const & source, Size const & size, builtin::ResizeMethod resizeMethod, std::string const & interpolationMethod) |
Functions Documentation¶
function stringToResizeMethod¶
ResizeMethod stringToResizeMethod(
std::string method
)
function stringToInterpolationMethod¶
int stringToInterpolationMethod(
std::string method,
std::string const & defaultMethod
)
function numberOfCwRotationTimesToRotateCode¶
int numberOfCwRotationTimesToRotateCode(
int times
)
function resize¶
expected< cv::Mat > resize(
cv::Mat const & source,
Size const & size,
builtin::ResizeMethod resizeMethod,
std::string const & interpolationMethod
)
Updated on 2025-10-21 at 08:11:05 +0000