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 > ®ion) |
| Compute area of region defined by (non-overlapping) chords. | |
Object to store information about position of a row of pixels.
Definition in file vil_chord.h.
| 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.
1.7.5.1