Definition in file vil_chord.h.
#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. | |
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | |
| vil_chord | c | |||
| ) | [inline] |
| 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.5.1