Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UseApproxLogGamma = false
UseApproxLogGamma denotes whether to use the approximations to LogGamma found in the original LSD source code.
Functions ¶
This section is empty.
Types ¶
type LineSegment ¶
type LineSegment struct {
P1, P2 Point // Endpoints
Width float64
AnglePrecision float64 // In (0, 1) given by the angle tolerance divided by 180 degrees
Confidence float64 // The negative base-10 logarithm of the NFA (Number of False Alarms) value.
}
LineSegment defines a line segment detected by the LSD algorithm.
Click to show internal directories.
Click to hide internal directories.