Functions
contrib/brl/bseg/brip/brip_rect_mask.cxx File Reference
#include "brip_rect_mask.h"
#include <vcl_iostream.h>

Go to the source code of this file.

Functions

vnl_matrix< int > reflect_about_vert (vnl_matrix< int > const &m)
vnl_matrix< int > reflect_about_horz (vnl_matrix< int > const &m)
vcl_ostream & operator<< (vcl_ostream &s, brip_rect_mask const &msk)

Function Documentation

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

Definition at line 1202 of file brip_rect_mask.cxx.

vnl_matrix<int> reflect_about_horz ( vnl_matrix< int > const &  m)

Definition at line 774 of file brip_rect_mask.cxx.

vnl_matrix<int> reflect_about_vert ( vnl_matrix< int > const &  m)

Definition at line 750 of file brip_rect_mask.cxx.