Horus Doc || User Guide || Introduction   Installation   Getting Started  

Calling image operations

In Horus, image data is stored in an HxImageRep. The member functions of HxImageRep correspond to the generic image operations defined in n_genImOp. In the end, all image processing is based on these member functions.

Often used image processing functionality is typically implemented as a global (C++) function. The global functions are easier to use as they hide the general parameter handling mechanism and other complex issues associated with the calling of generic image operations via HxImageRep member functions. Global image functions provides an overview of the current set of global C++ functions.

Next, we will give some examples of how to use the global functions and indicate how they are implemented using generic functions so that you get an idea of how to do this yourself.


Go to the next section or return to the index.


Generated on Mon Jan 27 15:12:12 2003 for UserGuide by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001