A composite region of interest class for image processing operations. More...
#include <vsol/vsol_box_2d_sptr.h>#include <vbl/vbl_ref_count.h>#include <vcl_vector.h>#include <vcl_iosfwd.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) |
A composite region of interest class for image processing operations.
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.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| brip_roi const & | r | ||
| ) |
Definition at line 216 of file brip_roi.cxx.
1.7.5.1