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

sqrt of vipl_x_gradient square plus vipl_y_gradient square More...

#include <vipl/filter/vipl_filter_2d.h>

Go to the source code of this file.

Classes

class  vipl_gradient_mag< ImgIn, ImgOut, DataIn, DataOut, PixelItr >
 sqrt of vipl_x_gradient square plus vipl_y_gradient square. More...

Detailed Description

sqrt of vipl_x_gradient square plus vipl_y_gradient square

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.

Note that the pixel types must support conversion from/to double where the sqrt computation takes place.

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

Definition in file vipl_gradient_mag.h.