|
Hugin trunk 0.1
|
types definitions for line finding algorithm More...
#include <vector>#include <vigra/diff2d.hxx>

Go to the source code of this file.
Classes | |
| struct | HuginLines::SingleLine |
| a single line extracted from image More... | |
Namespaces | |
| namespace | HuginLines |
Typedefs | |
| typedef std::vector< SingleLine > | HuginLines::Lines |
| vector of extracted lines from image | |
Enumerations | |
| enum | HuginLines::LineStatus { HuginLines::valid_line =0 , HuginLines::valid_line_disabled , HuginLines::bad_length , HuginLines::bad_orientation , HuginLines::bad_curvature } |
| enumeration for different line status More... | |
types definitions for line finding algorithm
Definition in file LinesTypes.h.