Classes | Functions
contrib/rpl/rgrl/rgrl_mask_oriented_box.h File Reference

mask using oriented box (i.e., not-axis-aligned) After applying the (transpose of) rotation matrix, it is defined by min and max two points (similar to rgrl_mask_box) More...

#include <vcl_iosfwd.h>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
#include <rgrl/rgrl_object.h>
#include <rgrl/rgrl_macros.h>
#include <rgrl/rgrl_mask.h>

Go to the source code of this file.

Classes

class  rgrl_mask_oriented_box
 this is a wrapper on an oriented box. More...

Functions

vcl_ostream & operator<< (vcl_ostream &os, const rgrl_mask_oriented_box &box)
 An output operator for displaying a mask_box.
vcl_istream & operator>> (vcl_istream &is, rgrl_mask_oriented_box &box)
 An output operator for displaying a mask_box.

Detailed Description

mask using oriented box (i.e., not-axis-aligned) After applying the (transpose of) rotation matrix, it is defined by min and max two points (similar to rgrl_mask_box)

Author:
Gehua Yang
Date:
Jan 2007
   Modifications
   

Definition in file rgrl_mask_oriented_box.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const rgrl_mask_oriented_box box 
)

An output operator for displaying a mask_box.

Definition at line 217 of file rgrl_mask_oriented_box.cxx.

vcl_istream& operator>> ( vcl_istream &  is,
rgrl_mask_oriented_box box 
)

An output operator for displaying a mask_box.

Definition at line 227 of file rgrl_mask_oriented_box.cxx.