声明
typedef struct
{
int width;
int height;
cv::Mat mat;
} vitis::ai::Monodepth2Result;
成员 | 描述 |
---|---|
width | 输入图像的宽度。 |
height | 输入图像的高度。 |
mat | 返回的图像的 cv::Mat |
声明
typedef struct
{
int width;
int height;
cv::Mat mat;
} vitis::ai::Monodepth2Result;
成员 | 描述 |
---|---|
width | 输入图像的宽度。 |
height | 输入图像的高度。 |
mat | 返回的图像的 cv::Mat |