eLynx SDK v3.3.0
C++ image processing API reference

Check list before commit

Basic text

Regression


Class naming

Method prototypes

Follow rules with i,o, io prefixes with parameters:

ex: bool Add(AbstractImage& ioImage1, const AbstractImage& iImage2, bool ibClamp, bool& oOverflow);

Variables naming

In resume :

Prefix

Meaning

_? class/struct data member (normal _, or static _s)
?_ data out of a class/struct (global g_, local s_, singleton the_, method/function static ms_)
i,o,io method or function parameter
(nothing) method or function local variable

Shared image processing patterns


Generated on Thu Dec 9 2010 by doxygen 1.7.2