Declaration
typedef struct
{
int width;
int height;
cv::Mat mat;
} vitis::ai::Monodepth2Result;
Member | Description |
---|---|
width | Width of input image. |
height | Height of input image. |
mat | cv::Mat of returned pic |
Declaration
typedef struct
{
int width;
int height;
cv::Mat mat;
} vitis::ai::Monodepth2Result;
Member | Description |
---|---|
width | Width of input image. |
height | Height of input image. |
mat | cv::Mat of returned pic |