struct CV_EXPORTS ImageFeatures
{
int img_idx;
Size img_size;
std::vector keypoints;
Mat descriptors;
};
ImageFeatures
最新推荐文章于 2023-09-16 20:16:32 发布
struct CV_EXPORTS ImageFeatures
{
int img_idx;
Size img_size;
std::vector keypoints;
Mat descriptors;
};