#include <assert.h>
#include "FindN8Lines.h"
#include <vigra/copyimage.hxx>
#include <vigra/pixelneighborhood.hxx>
Include dependency graph for FindN8Lines.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | HuginLines |
Defines | |
| #define | N8_bg 255 |
| #define | N8_end 1 |
| #define | N8_mid 96 |
Functions | |
| BImage | edgeMap2linePts (BImage &input) |
| marks line point | |
| float | ccdist (int dx, int dy) |
| float | eudist (int dx, int dy) |
| double | CtoAcc (vector< Point2D > &pts, int start, int count, double &C, double &A) |
| double | CtoAeu (vector< Point2D > &pts, int start, int count, double &C, double &A) |
| float | scurv (Point2D &l, Point2D &m, Point2D &r) |
| void | vcurv (Point2D &l, Point2D &m, Point2D &r, float &vx, float &vy) |
| int | lineFilter (vector< Point2D > &pts, int lmin, double flpix, double xcen, double ycen) |
| int | linePts2lineList (BImage &img, int minsize, double flpix, Lines &lines) |
| converts a linePts image to a list of lines | |
Definition in file FindN8Lines.cpp.
|
|
Definition at line 44 of file FindN8Lines.cpp. Referenced by HuginLines::edgeMap2linePts(). |
|
|
Definition at line 45 of file FindN8Lines.cpp. |
|
|
Definition at line 46 of file FindN8Lines.cpp. |
|
||||||||||||
|
Definition at line 276 of file FindN8Lines.cpp. References celeste::max(), and celeste::min(). Referenced by HuginLines::CtoAcc(), and HuginLines::linePts2lineList(). |
|
||||||||||||||||||||||||
|
Definition at line 290 of file FindN8Lines.cpp. References HuginLines::ccdist(). |
|
||||||||||||||||||||||||
|
Definition at line 312 of file FindN8Lines.cpp. References HuginLines::eudist(). |
|
|
marks line point
Definition at line 48 of file FindN8Lines.cpp. References N8_bg. Referenced by HuginLines::findLines(). |
|
||||||||||||
|
Definition at line 283 of file FindN8Lines.cpp. Referenced by HuginLines::CtoAeu(). |
|
||||||||||||||||||||||||
|
Definition at line 365 of file FindN8Lines.cpp. Referenced by HuginLines::linePts2lineList(). |
|
||||||||||||||||||||
|
converts a linePts image to a list of lines
Definition at line 445 of file FindN8Lines.cpp. References HuginLines::ccdist(), HuginLines::SingleLine::line, HuginLines::lineFilter(), and HuginLines::SingleLine::status. Referenced by HuginLines::findLines(). |
|
||||||||||||||||
|
Definition at line 336 of file FindN8Lines.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 345 of file FindN8Lines.cpp. |
1.3.9.1