宣言
typedef struct
{
int width;
int height;
cv::Mat mat;
} vitis::ai::Monodepth2Result;
メンバー | 説明 |
---|---|
width | 入力イメージの幅。 |
height | 入力イメージの高さ。 |
mat | cv::Mat of returned pic |
宣言
typedef struct
{
int width;
int height;
cv::Mat mat;
} vitis::ai::Monodepth2Result;
メンバー | 説明 |
---|---|
width | 入力イメージの幅。 |
height | 入力イメージの高さ。 |
mat | cv::Mat of returned pic |