Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HoughLinesPOptions

Hierarchy

Index

Properties

Optional color

color: Scalar

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

Optional dst

dst: Mat

Output image. If not given it will be created. Note that you can give [src] as output image in which case the input image will be written.

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.

src

src: Mat

Input image.

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