|
HoughLineDraw Method
|
Draws the line to a given image.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public void Draw(
UnmanagedImage image,
Color color
)
Public Sub Draw (
image As UnmanagedImage,
color As Color
)
Request Example
View SourceParameters
- image
- Type: Accord.ImagingUnmanagedImage
The image where this Hough line should be drawn to. - color
- Type: System.DrawingColor
The color to be used when drawing the line.
See Also