Functions
contrib/tbl/vepl1/vepl1_x_gradient.h File Reference

Convolve image with horizontal [-1 1] filter. More...

#include <vil1/vil1_image.h>

Go to the source code of this file.

Functions

vil1_image vepl1_x_gradient (vil1_image const &, double scale=1.0, double shift=0.0)
 Convolve image with horizontal [-1 1] filter.

Detailed Description

Convolve image with horizontal [-1 1] filter.

Note that the user has to make sure that the output values fall into the output pixel range, by specifying appropriate scale and shift; wrap-around will occur if it does not.

Note also the implicit use of DataOut::DataOut(DataIn), which you probably will have to provide when DataIn and DataOut are not the same type.

Author:
Peter Vanroose, K.U.Leuven (ESAT/PSI)
Date:
28 April 2001

Definition in file vepl1_x_gradient.h.


Function Documentation

vil1_image vepl1_x_gradient ( vil1_image const &  ,
double  scale = 1.0,
double  shift = 0.0 
)

Convolve image with horizontal [-1 1] filter.

Definition at line 9 of file vepl1_x_gradient.cxx.