OpenCV and C#


Go to content

NS V 1.1pre

Archive

Namespaces and Classes

Only for the opencv1.1pre wrapper.

The table below gives you a overview about the namespaces of the wrapper. We decided for this release to part the content of the libs into several classes according to the names used by the original openCV lib. Also for each class exist a approriate namespace. The namespaces normally auto included by intellisense if you use VS 2005/2008. The older versions with only one class will be also available for a while for compatibility but will not longer supported.

Namespaces

Classes

CxCore

cxcore

 

cxtypes

Cv

cv

 

cvtypes

OtherLibs

highgui

 

cvcam

CvAux

cvaux

 

CvCamShiftTracker

CvMisc

cvmisc

MachineLearning

All ml - classes

All namespaces contains Upper- and lowercase letters, all basic classes (like cxcore) are always in lower letters. All class-, functions-, macro- and constant definitions start with a uppercase letter in opposite to the original OpenCv librarys.

The new wrapper for OpenCV 2.3 has no namespaces.


Back to content | Back to main menu