Object to store information about position of a row of pixels. More...
#include <iostream>#include <vector>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 | |
| std::ostream & | operator<< (std::ostream &os, vil_chord c) |
| Print to stream. More... | |
| unsigned | vil_area (const std::vector< vil_chord > ®ion) |
| Compute area of region defined by (non-overlapping) chords. More... | |
Object to store information about position of a row of pixels.
Definition in file vil_chord.h.
|
inline |
Print to stream.
Definition at line 34 of file vil_chord.h.
|
inline |
Compute area of region defined by (non-overlapping) chords.
Definition at line 40 of file vil_chord.h.
1.8.15