Hugintrunk
0.1
|
declaration of find lines algorithm More...
#include <vector>
#include "LinesTypes.h"
#include <vigra/stdimage.hxx>
#include <vigra/basicimage.hxx>
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... | |
declaration of find lines algorithm
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.