You are here: Concrete Image Readers, Filters and Writers > Image Filters

Image Filters

The LTIImageFilter class is derived from the LTIImageStage class and is used as the base class for implementing specific (and generally simple) image transformations. The following image readers are supplied with this SDK:

Examples

The Reference Manual contains several examples of working with image filters, including code showing how to insert a filter into an image pipeline and how to derive your own simple filter from LTIImageFilter.