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