#include "vepl1_gradient_mag.h"
#include <vcl_iostream.h>
#include <vipl/accessors/vipl_accessors_vil1_image.h>
#include <vipl/vipl_gradient_mag.h>
#include <vil1/vil1_memory_image_of.h>
#include <vxl_config.h>
Go to the source code of this file.
Functions | |
vil1_image | vepl1_gradient_mag (vil1_image const &image, double scale, double shift) |
gradient magnitude: sqrt of x_gradient square plus y_gradient square. |
vil1_image vepl1_gradient_mag | ( | vil1_image const & | image, |
double | scale, | ||
double | shift | ||
) |
gradient magnitude: sqrt of x_gradient square plus y_gradient square.
Definition at line 9 of file vepl1_gradient_mag.cxx.