|
HoughLineTransformationToBitmap Method
|
Convert Hough map to bitmap.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax Public Function ToBitmap As Bitmap
Request Example
View SourceReturn Value
Type:
BitmapReturns 8 bppp grayscale bitmap, which shows Hough map.
Exceptions Exception | Condition |
---|
ApplicationException | Hough transformation was not yet done by calling
ProcessImage() method. |
See Also