builtin/cv_utility.cpp¶
Namespaces¶
Name |
---|
cvedia |
cvedia::rt |
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-07-30 at 23:20:31 +0000