Classes | Functions
contrib/brl/bseg/brip/brip_rect_mask.h File Reference

A rectangular pixel mask with positive interior negative surround. More...

#include <vcl_string.h>
#include <vcl_iosfwd.h>
#include <vnl/vnl_matrix.h>
#include <vcl_map.h>

Go to the source code of this file.

Classes

class  brip_rect_mask

Functions

vcl_ostream & operator<< (vcl_ostream &s, brip_rect_mask const &m)

Detailed Description

A rectangular pixel mask with positive interior negative surround.

Author:
J.L. Mundy
    Modifications
     Initial version April 17, 2008
   

An example mask

0 0 0 0 - - 0 0 0 0 - + - 0 0 0 - + - 0 0 0 - + - 0 0 0 0 - - 0 0 0 0

Definition in file brip_rect_mask.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  s,
brip_rect_mask const &  m 
)

Definition at line 1202 of file brip_rect_mask.cxx.