ctypes.CDLL:
An instance of this class represents a loaded dll/shared
library, exporting functions using the standard C calling
convention (named 'cdecl' on Windows).
ctypes.OleDLL:
This class represents a dll exporting functions using the
Windows stdcall calling convention, and returning HRESULT.
ctypes.PyDLL:
This class represents the Python library itself.
ctypes.WinDLL:
This class represents a dll exporting functions using the
Windows stdcall calling convention.
pycv.cs.ml.cla.thresh1d.UAC:
Univariate Additive Classifier
A classifier of the form:
Classify x as class y = sgn( s(x) + c sgn(x-b) )
where s(x) is a score function, (c,b) are unknown parameters.