mirror of
https://gitee.com/bianbu-linux/ai-support
synced 2025-06-28 09:33:38 -04:00
9 lines
266 B
C
9 lines
266 B
C
#ifndef SUPPORT_INCLUDE_UTILS_UTILS_H_
|
|
#define SUPPORT_INCLUDE_UTILS_UTILS_H_
|
|
|
|
#include "opencv2/opencv.hpp"
|
|
|
|
void resizeUnscale(const cv::Mat &mat, cv::Mat &mat_rs, int target_height,
|
|
int target_width);
|
|
|
|
#endif // SUPPORT_INCLUDE_UTILS_UTILS_H_
|