简体   繁体   中英

Convert OpenCV code to Emgu CV

How to convert this C++ OpenCV code to C# Emgu CV code?

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

Maybe it looks easy, but I could not find Point3_ in Emgu CV.

Emgu.CV.Point3D下找到它:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM