Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
On using these libraries in c# console application VS2015

using Emgu.CV.Structure;
using Emgu.CV.ML;
using Emgu.CV.ML.Structure;

I am getting the CS0246 error that "The type or namespace name 'Emgu' could not be found (are you missing a using directive or an assembly reference?)

Kindly provide me some solution how to resolve this error. Shall I install some NuGet packages? if yes which ones ?

What I have tried:

I am trying SVM (Support vector machine) for object classification which uses these libraries. Can anyone provide the alternate source code for SVM
Posted
Updated 19-Mar-16 1:13am
v2
Comments
Richard MacCutchan 19-Mar-16 7:28am    
Have you added the library to the References section of your Solution?
KittoKy 19-Mar-16 8:23am    
No i haven't added any library, can you please tell me which one shall i add
Richard MacCutchan 19-Mar-16 8:28am    
You must add the one you are trying to use. Check the Emgu documentation for information.
KittoKy 19-Mar-16 9:48am    
thanks alot Richard adding the reference solved my problem
https://www.nuget.org/packages/VVVV.EmguCV/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900