You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
canming b67e657980 git-svn-id: https://emgucv.svn.sourceforge.net/svnroot/emgucv/trunk@285 d7f09016-e345-0410-b530-edf29a71df78 17 years ago
..
EmguInit.py git-svn-id: https://emgucv.svn.sourceforge.net/svnroot/emgucv/trunk@285 d7f09016-e345-0410-b530-edf29a71df78 17 years ago
README.txt git-svn-id: https://emgucv.svn.sourceforge.net/svnroot/emgucv/trunk@268 d7f09016-e345-0410-b530-edf29a71df78 17 years ago

README.txt

To use Emgu CV with IronPython, please follow the steps below:


1. Download IronPython Binary from its official web page:
http://www.codeplex.com/IronPython

2. Extract the IronPython Binary to a folder

3. Install the OpenCV
a. On Windows, copy the required OpenCV 1.1 dlls to the same Folder, please remember to install MSVCRT 8.0 as well
b. On Linux, just install OpenCV package

4. Copy Emgu.CV.dll, Emgu.Util.dll, ZedGraph.dll and zlib.net.dll to the same Folder

5. Copy EmguInit.py to the same Folder

6. Run the ipy.exe program. (On Mono, call "mono ipy.exe")

7. From the IronPython command line, run the following command:
a. Import EmguInit
b. from EmguInit import *

8. You are ready to go.