Classes | Functions
core/vil/vil_chord.h File Reference

Object to store information about position of a row of pixels. More...

#include <vcl_iostream.h>
#include <vcl_vector.h>

Go to the source code of this file.

Classes

struct  vil_chord
 Store information about position of a row of pixels in an image. More...

Functions

vcl_ostream & operator<< (vcl_ostream &os, vil_chord c)
 Print to stream.
unsigned vil_area (const vcl_vector< vil_chord > &region)
 Compute area of region defined by (non-overlapping) chords.

Detailed Description

Object to store information about position of a row of pixels.

Author:
Tim Cootes

Definition in file vil_chord.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
vil_chord  c 
) [inline]

Print to stream.

Definition at line 31 of file vil_chord.h.

unsigned vil_area ( const vcl_vector< vil_chord > &  region) [inline]

Compute area of region defined by (non-overlapping) chords.

Definition at line 37 of file vil_chord.h.