Classes
contrib/tbl/vipl/vipl_convert.h File Reference

convert between arbitrary image types More...

#include <vipl/filter/vipl_filter_2d.h>

Go to the source code of this file.

Classes

class  vipl_convert< ImgIn, ImgOut, DataIn, DataOut, PixelItr >
 convert between arbitrary image types. More...

Detailed Description

convert between arbitrary image types

This image processing class is implemented using the vipl filters, which means that it can be used with any image class (IUE or not, TargetJr or not, vil or vil1 or not) of any pixel data type.

This class actually copies one image to an other, pixel-wise.

Author:
Peter Vanroose, K.U.Leuven (ESAT/PSI)
Date:
29 May 1998.
   Modifications:
     Peter Vanroose, Aug.2000 - adapted to vxl
   

Definition in file vipl_convert.h.