Convert Hough map to bitmap.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public Bitmap ToBitmap() |
Return Value
Returns 8 bppp grayscale bitmap, which shows Hough map.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ApplicationException | Hough transformation was not yet done by calling ProcessImage() method. |