English 中文(简体)
网上开放式录像仪是否值得使用? [闭门]
原标题:Are .Net OpenCV wrappers worth using? [closed]
最佳回答

我没有使用EmguCV,但现在我使用了开放CV。

From SharperCV s website:
The Emgu CV.Net wrapper is our current recommendation if you want to use OpenCV.

And, OpenCVDotNet looks more like an academic sandbox, so if it were me, I would use EmguCV for any of my research projects that involved C#. Mainly because it is being actively maintained, and it has the most features of the available wrappers today.

问题回答

我曾尝试过EmguCV。 它所支持的职能范围很广。 但是,如果你的项目是一个速度问题,那么最好能压垮你的C++技能。

我不了解其他总结。 我曾担任过同样职务。 在我的学者期间,我做了出色的工作,不得不转向我的职业中的++。

Believe me, you wont find it too difficult to move onto C++.

作为最新情况,我可以证实先前的答复。

I have used both OpenCV with C++ and the EMGU Wrapper for both research and work and I agree partially with most people.

EMGU CV可以很容易地学习,你的法典将更容易理解,它将需要较少的法典,而且你可以要求有一系列适当的职能。 但这还不够。

很多职能不会提供你以公开CV3.0(例如:FindNonZero())所发现的所有原先预期功能,与正在总结的职能和SetaValue(SetaV)给我一段难以平息的 time误。

On the other hand, OpenCV provides great support compared to any other Wrapper you might find online and you will be working with the most up-to-date libraries. OpenCV 3.1 is a great release and I found no problems running it on Xcode or Visual Studio.

因此,我建议那些希望渗透到计算机远景和图像处理中的人为开放式CVC++直线。 如果你只是想就不太复杂的问题开展工作,那么你可以选择欧古阿姆集团(我不熟悉,我不能推荐其他人)。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签