Image Utils#
Enums
Functions
-
inline std::string formatResizeMode(RESIZE_MODE mode)#
-
cv::Mat resizeImageExt(const cv::Mat &mat, int width, int height, RESIZE_MODE resizeMode = RESIZE_FILL, cv::InterpolationFlags interpolationMode = cv::INTER_LINEAR, cv::Rect *roi = nullptr, cv::Scalar BorderConstant = cv::Scalar(0, 0, 0))#
-
ov::preprocess::PostProcessSteps::CustomPostprocessOp createResizeGraph(RESIZE_MODE resizeMode, const ov::Shape &size, const cv::InterpolationFlags interpolationMode, uint8_t pad_value)#