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. |
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.
Definition in file vepl1_x_gradient.h.
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.