将OpenCV代码转换为Emgu CV

Convert OpenCV code to Emgu CV

本文关键字:Emgu CV 转换 OpenCV 代码      更新时间:2023-10-16

如何将此C++OpenCV代码转换为C#Emgu CV代码?

typedef Point3_<double> Point3d;
typedef DataType<double> Type1;
typedef Vec<double, 2> Type2;
typedef Mat_<double> Type3;
typedef Point_<double> Point2d;

也许这看起来很容易,但我在Emgu CV中找不到Point3_

在Emgu.CV.Point3D:)

下查找