Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
FindN8Lines.h File Reference

declaration of find lines algorithm More...

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

Go to the source code of this file.

Namespaces

 HuginLines
 

Functions

vigra::BImage HuginLines::edgeMap2linePts (vigra::BImage &input)
 marks line point More...
 
int HuginLines::linePts2lineList (vigra::BImage &img, int minsize, double flPix, Lines &lines)
 converts a linePts image to a list of lines More...
 

Detailed Description

declaration of find lines algorithm

Author
Thomas K. Sharpless

finds straightish, non-crossing lines in an edge map, using 8-neighborhood operations. This functions are intended to be used inside HuginLines lib, not to be called from outside

Definition in file FindN8Lines.h.