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

gradient magnitude: sqrt of x_gradient square plus y_gradient square More...

#include <vil1/vil1_image.h>

Go to the source code of this file.

Functions

vil1_image vepl1_gradient_mag (vil1_image const &, double scale=1.0, double shift=0.0)
 gradient magnitude: sqrt of x_gradient square plus y_gradient square.

Detailed Description

gradient magnitude: sqrt of x_gradient square plus y_gradient square

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:
28 April 2001

Definition in file vepl1_gradient_mag.h.


Function Documentation

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

gradient magnitude: sqrt of x_gradient square plus y_gradient square.

Definition at line 9 of file vepl1_gradient_mag.cxx.