Custom Applications using WiT Operators

All WiT operators are implemented as C functions in DLLs. You can write C/C++ programs that call WiT operator functions for image processing and analysis. The programming API for WiT operator functions are very natural for C programming and are fully documented in the Operator Reference Manual and in individual help files accessible from either WiT or the WiT Manager. You can use WiT for prototyping, then use the C code generator to generate code that you can insert into your C/C++ application. Or you can bypass the entire WiT and igraph concept and code directly in C right from the beginning.

A Simple Example
Program Structure
Programming Conventions
Headers and Link Libraries
Status Callback Function
Display Library
Using Frame Grabbers
More Examples

Previous 

Up 

Next