#include "vepl1_sobel.h"
#include <vipl/accessors/vipl_accessors_vil1_image.h>
#include <vipl/vipl_sobel.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_sobel (vil1_image const &image) |
Sobel convolution filter. |
#define r_g_b vil1_rgb<vxl_byte> |
vil1_image vepl1_sobel | ( | vil1_image const & | image | ) |
Sobel convolution filter.
Definition at line 9 of file vepl1_sobel.cxx.