Classes
contrib/brl/bseg/brip/brip_vil_float_ops.h File Reference

operations on image_view<float> operands More...

#include <vcl_vector.h>
#include <vcl_complex.h>
#include <vnl/vnl_matrix.h>
#include <vbl/vbl_array_2d.h>
#include <vgl/vgl_box_2d.h>
#include <vgl/vgl_polygon.h>
#include <vgl/algo/vgl_h_matrix_2d.h>
#include <vil/vil_image_resource.h>
#include <vil/vil_image_view.h>
#include <vil/vil_rgb.h>
#include <vsol/vsol_box_2d_sptr.h>
#include <brip/brip_roi_sptr.h>

Go to the source code of this file.

Classes

class  brip_vil_float_ops

Detailed Description

operations on image_view<float> operands

Author:
J.L. Mundy These methods are similar to the VanDuc gevd_float_ops methods. However, they use vil_image_view<float> buffers rather than the old bufferxy structure. The purpose is to provide efficient foundational segmentation routines. They are not meant to be generic.
    Modifications
     Feb 15 2003 Initial version
     Jan 24 2004 Renamed to brip_vil_float_ops, to support moving from vil1 to vil
   

Definition in file brip_vil_float_ops.h.