| Description |
Version |
Size |
Download |
Notes |
| Wrapper Installer WinXP. Included are Wrapper Libs(debug/release), Intel Libs (debug/release)
chm - help with tutorial, Samples, Sources for C# Project. |
2.0.0 |
15 MB |
Download Link |
Somtimes the windows chm file doesn't show the html content. May it works when copy
the file to the folder "Common Documents". |
| chm - help file for Wrapper Ver. 2.0 |
1.0 |
7.9 MB |
Download Link |
Somtimes the windows chm file doesn't show the html content. May it works when copy
the file to the folder "Common Documents". |
| Update 1 (cv.cs) |
|
1 MB |
Download Link |
Method "CvReadChainPoint" added. |
| Update 2 |
|
750 k |
Download Link |
file: CxTypes_h.cs: Access violation for accessor ImageDataxxx (e.g. ImageDataUChar) in IplImage solved. |
| Wrapper release build for OpenCV Ver 1.1pre (incl. OpenCv Libs) |
|
750 k |
Download Link |
Also again some fixes that have been found. This version should also run on systems
that put out a side by side error for previous releases. CvCam is no longer available from ver1.1.
but the video captures accept now cam index from 700 for using with DirectShow. |
| Update 3: Wrapper src + bins including error handling by exceptions. |
|
1.9 MB |
Download Link |
This update includes error handling for every method. For use you need to place at the top of your source
a call to opencv to use error mode silent: cxcore.CvSetErrMode(cxcore.CV_ErrModeSilent); For every
error a excetion is thown. look at the sources regarding implementation and the new opencv error type. |
| For SWIG fans..., History of the cvlib.dll, one needs a lot of time:-) |
|
3.7 MB |
Download Link |
I think nobody needs it, but take a look if you like SWIG. Its maybe a good source to help understanding SWIG.
I used swig to wrap the ml lib. There is a readme.txt but w/o guarantee that it will work on your system:-) |
| Update 3.1 Wrapper src + bins including error handling by exceptions. |
|
1.9 MB |
Download Link |
Some small updates in structs, especially the CvQuadEdge2D type. Thanks for
reporting this error by Peter. |