My favorites | Sign in
Project Logo
                
Search
for
Updated Mar 05, 2007 by elad.benisrael
Install  
A short checklist for installing OpenCVDotNet

Installing OpenCVDotNet

If all you want is to play around with the binary version of OpenCVDotNet (write some OpenCV apps from C#), follow these steps:

  1. Download and install OpenCV. Make sure to install OpenCV to C:\Program Files\OpenCV, or otherwise OpenCVDotNet DLLs will not be able to find it.
  1. Download and install Visual C# Express.
  1. Download & install the latest version of OpenCVDotNet.

After installation, binaries and source code will be installed to C:\Program Files\OpenCVDotNet.

You can install example code if you wish to try things out...

Press CTRL+F5 to build and run the examples program.

If you receive a FileNotFoundException with HRESULT 0x8007007E) after you execute your program, see this issue for possible solutions.


Comment by bstree, Nov 29, 2007

the best help i ever seen thank you

Comment by mohajer.shafiee, Apr 23, 2008

gfsfdfg

Comment by surikato, Dec 10, 2008

I try to install it. But it gives me the error that it cannot find cv110.dll. I thought it was because instead of having "Program Files" I have "Archivos de programa" (I'm spanish), but I create the directory and reinstall OpenCv? and the installation program gives me the same message. How can I fix it? surikato..at..gmailcom Thanks

Comment by pablo.antolinez, Jan 22, 2009

Hello thanks for the helpfile, But i've got the same problem : Verifying existence of 'C:\Program Files\OpenCV\bin\cv100.dll'... Unable to find C:\Program Files\OpenCV\bin\cv100.dll. but the file is in the folder with the right name. Thanks

Comment by ofer.achler, Feb 01, 2009

You must download openCV v 1.0, not 1.1 pre

Comment by thetwai1983, Feb 11, 2009

Can I use Visual Studio 2005?

Comment by JohannesH1980, Apr 01, 2009

The installer doesn't work for Windows Vista (or 7) 64-bit because OpenCV installs in the folder "c:\program files (x86)\", and not in "c:\program files\" where OpenCVDotNet looks for it.

Comment by JohannesH1980, Apr 01, 2009

I just thought of something else that might fail during install, if you are installing on a non-english OS. The folder "program files" might be called something else... In a danish installation the folder will be called "programmer". To be sure that you are checking the right folder you should look in "%programfiles%\opencv\" and "%programfiles(x86)%\opencv\".

Comment by bhavin.prajapati, May 07, 2009

I have managed to install this and test it with the sample that was given to us. My question is does this have the full capability of OpenCV such as edge detection algorithms, finding shapes, etc.

Comment by truongqv, Aug 10, 2009

when i installed it ,i had some problem but i can't fix it.what should version be installed: beta3,beta3.1,beta4... i chose beta4.after that i installed opencvdotnet-0.7 but not suceed.i'm very worry about it. "openCV binaries must be installed under :C/Programfiles/OpenCV/Bin" i don't understand. HELP ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Comment by david.pocivalnik, Nov 05, 2009

I have a problem with installing this library too... I'm using: - win xp professional sp3 - opencv 2.0 - opencvdotnet 0.7

I installed opencv to the folder C:\Program Files\OpenCV (had to create it as I only had the folder "Programme" - German Windows) I always get the the same error message that OpenCV needs to be installed to the foler I created - so it seems it's not found ... did anyone have the same problem? and solved it?

any help would be very fine thanks in advance

Comment by aghoshbabu007, Dec 06, 2009

Dear david.pocivalnik,

The error you getting is because you are trying to install the latest version of the openCV where as openCVdotNet currently supports OpenCV 1.0 only, the OpenCV 2.0 file naming conventions are different, so the openCVDotNet us unable to find the re-named file binaries in openCV 2.0....hope this helps somebody..!


Sign in to add a comment
Hosted by Google Code