Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

brip_roi.h File Reference


Detailed Description

A composite region of interest class for image processing operations.

Author:
J.L. Mundy
Provides a set of rectangular regions for processing in a larger image.

    Modifications
     Initial version October 6, 2003
     Actual implementation July 12, 2004
     10-sep-2004 Peter Vanroose Added copy ctor with explicit vbl_ref_count init
     07-feb-2006 Ozge Can Ozcanli fixed bug on line 41 of .cxx  was --> if (dymax >= n_image_rows_) dymax = n_image_cols_-1;
                                                                now --> if (dymax >= n_image_rows_) dymax = n_image_rows_-1;
   

Definition in file brip_roi.h.

#include <vcl_ostream.h>
#include <vbl/vbl_ref_count.h>
#include <vsol/vsol_box_2d_sptr.h>
#include "brip_roi_sptr.h"

Go to the source code of this file.

Classes

class  brip_roi

Functions

vcl_ostream & operator<< (vcl_ostream &s, brip_roi const &r)


Function Documentation

vcl_ostream& operator<< vcl_ostream &  s,
brip_roi const &  r
 

Definition at line 213 of file brip_roi.cxx.


Generated on Thu Jan 10 14:52:31 2008 for contrib/brl/bseg/brip by  doxygen 1.4.4