Functions
contrib/tbl/vepl/vepl_threshold.cxx File Reference
#include "vepl_threshold.h"
#include <vcl_iostream.h>
#include <vepl/accessors/vipl_accessors_vil_image_view_base.h>
#include <vipl/vipl_threshold.h>
#include <vil/vil_image_view.h>
#include <vil/vil_pixel_format.h>
#include <vil/vil_plane.h>
#include <vil/vil_new.h>
#include <vxl_config.h>

Go to the source code of this file.

Functions

vil_image_resource_sptr vepl_threshold (vil_image_resource_sptr image, double threshold, double below, double above)
 set pixel to given value if above/below certain threshold.

Function Documentation

vil_image_resource_sptr vepl_threshold ( vil_image_resource_sptr  image,
double  threshold,
double  below,
double  above 
)

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

Definition at line 12 of file vepl_threshold.cxx.