Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenCV.NET、OpenCVSharp 和 EmguCV 有什么区别?
它们源自 OpenCV。
那么,它们的设计、实现和应用理念有什么不同呢?
OpenCVSharp 在语法上更接近 OpenCV 的 C++ 函数和方法。也可以在单声道上工作,并且支持 .net 核心。
你可能会用它做同样的事情,所以你应该使用什么的选择可能更多地取决于你使用的示例(他们使用 EmguCV 还是 OpenCVSharp)。
Emgu CV 是 OpenCV 图像处理库的跨平台 .Net 包装器。允许从 .NET 兼容的语言(例如 C#、VB、VC++、IronPython 等)调用 OpenCV 函数。