Defines | Functions
contrib/tbl/vepl1/vepl1_y_gradient.cxx File Reference
#include "vepl1_y_gradient.h"
#include <vipl/accessors/vipl_accessors_vil1_image.h>
#include <vipl/vipl_y_gradient.h>
#include <vil1/vil1_memory_image_of.h>
#include <vil1/vil1_rgb.h>
#include <vxl_config.h>

Go to the source code of this file.

Defines

#define r_g_b   vil1_rgb<vxl_byte>

Functions

vil1_image vepl1_y_gradient (vil1_image const &image, double scale, double shift)
 Convolve image with vertical [-1 1] filter.

Define Documentation

#define r_g_b   vil1_rgb<vxl_byte>

Function Documentation

vil1_image vepl1_y_gradient ( vil1_image const &  image,
double  scale,
double  shift 
)

Convolve image with vertical [-1 1] filter.

Definition at line 9 of file vepl1_y_gradient.cxx.