Click or drag to resize
Accord.NET (logo)

HoughLineTransformationToBitmap Method

Convert Hough map to bitmap.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Bitmap ToBitmap()
Request Example View Source

Return Value

Type: Bitmap
Returns 8 bppp grayscale bitmap, which shows Hough map.
Exceptions
ExceptionCondition
ApplicationExceptionHough transformation was not yet done by calling ProcessImage() method.
See Also