What is the best wrapper to use for OpenCV 3 with C# and .Net? [closed]

asked 2018-01-05 06:43:13 -0600

zscore gravatar image

I'm making a .NET based GUI that will make use of OpenCV functions. What is the best way to include OpenCV in my program?

I wrote a small object detection program using EmguCV importing which to my project on Visual Studio was incredibly easy. (Nuget Package Manager Console, Install-Package Emgu.CV -Version 3.3.0.2824)

However I see a different wrapper is equally popular on Nuget, OpenCVSharp3. Can anyone offer an informed comparison of these two?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by LBerger
close date 2018-01-05 06:47:30.941317

Comments

please read FAQ

LBerger gravatar imageLBerger ( 2018-01-05 06:48:01 -0600 )edit

Alright fair enough, you don't allow "Questions about problems with openCV wrappers". However my question wasn't about a problem with these wrappers but rather opinion about their usage.

zscore gravatar imagezscore ( 2018-01-05 07:47:20 -0600 )edit

hi, first wrapper I now was EmguCV, so I know about it...after I noticed there was another wrapper then I think OpencvSharp is best fit because it uses right common words that can be found when you shift to c++. But for now I'm using EmguCv, I haven't coded in openCvSharp but it looks like OpenCv common words used. Good Luck!

blaisexen gravatar imageblaisexen ( 2018-01-05 21:56:02 -0600 )edit

if you application is for face recognition it's better to use EmguCv, openCvSharp does not provide any sample for face recognition.

blaisexen gravatar imageblaisexen ( 2018-01-05 22:47:28 -0600 )edit