Defines | Functions
contrib/tbl/vepl1/vepl1_threshold.cxx File Reference
#include "vepl1_threshold.h"
#include <vcl_iostream.h>
#include <vipl/accessors/vipl_accessors_vil1_image.h>
#include <vipl/vipl_threshold.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_threshold (vil1_image const &image, double threshold, double below, double above)
 set pixel to given value if above/below certain threshold.

Define Documentation

#define r_g_b   vil1_rgb<vxl_byte>

Function Documentation

vil1_image vepl1_threshold ( vil1_image const &  image,
double  threshold,
double  below,
double  above 
)

set pixel to given value if above/below certain threshold.

Definition at line 10 of file vepl1_threshold.cxx.