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) |
|
||||||||||||
|
Definition at line 213 of file brip_roi.cxx. |
1.4.4