Как преобразовать этот 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;
Может быть, это выглядит легко, но я не смог найти Point3_ в Эмгу CV.
Найти его под Emgu.CV.Point3D 🙂