DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

DanielsonLineDetector

Line detector

SYNOPSIS

#include "dip_orientation.h"

dip_Error dip_DanielsonLineDetector ( in, line, energy, angle, boundary, sigma, truncation, flavour )

DATA TYPES

binary, integer, float

FUNCTION

The Danielson line dectector uses second derivatives to detect lines in 2D images and to estimate their orientation. See the literature reference for an in-depth information on this detector.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput image
dip_ImagelineLine image
dip_ImageenergyEnergy image
dip_ImageangleAngle image
dip_BoundaryArrayboundaryBoundary conditions
dip_FloatArraysigmaSigma of second derivatives
dip_floattruncationGauss Truncation, see GlobalGaussianTruncationGet
dip_DerivativeFlavourflavourDerivative filter flavour

LITERATURE

P.E. Danielson, Q. Lin and Q-Z Yes, i"Efficient detection of second degree variations in 2D and 3D images", Report LiTH-ISY-R-2155, Linkoping University, Linkoping, Sweden, 1999

SEE ALSO

Derivative, StructureTensor2D