Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HoughLinesPConcreteOptions

Hierarchy

Index

Properties

Optional color

color: Scalar

if given, line segments will be drawn in [dst]

Optional edgeApertureSize

edgeApertureSize: undefined | number

Optional edgeL2gradient

edgeL2gradient: undefined | false | true

Optional edgeThreshold

edgeThreshold: undefined | number

Optional edgeThreshold2

edgeThreshold2: undefined | number

lines

lines: LineSegment[]
parsed line segment objects.

Optional maxLineGap

maxLineGap: undefined | number

maximum allowed gap between points on the same line to link them.

Optional minLineLength

minLineLength: undefined | number

minimum line length. Line segments shorter than that are rejected.

rho

rho: number

distance resolution of the accumulator in pixels.

theta

theta: number

angle resolution of the accumulator in radians.

threshold

threshold: number

accumulator threshold parameter. Only those lines are returned that get enough votes

Generated using TypeDoc