Hugin trunk 0.1
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations
LinesTypes.h File Reference

types definitions for line finding algorithm More...

#include <vector>
#include <vigra/diff2d.hxx>
Include dependency graph for LinesTypes.h:
This graph shows which files directly or indirectly include this file:

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< SingleLineHuginLines::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...
 

Detailed Description

types definitions for line finding algorithm

Definition in file LinesTypes.h.