optionsOrder
optionsOrder: ("dst" | "src" | "color" | "lines" | "rho" | "theta" | "threshold" | "minLineLength" | "maxLineGap" | "edgeThreshold" | "edgeThreshold2" | "edgeApertureSize" | "edgeL2gradient")[] = ['src', 'dst', 'lines', 'rho', 'theta', 'threshold', 'minLineLength', 'maxLineGap', 'color', 'edgeThreshold', 'edgeThreshold2', 'edgeApertureSize', 'edgeL2gradient'] as (keyof HoughLinesPOptions)[]
Finds line segments in a binary image using the probabilistic Hough transform. The function implements the probabilistic Hough transform algorithm for line detection. It returns parsed set of line segments in [line] option. If color is given it will draw lines in [dst]