|
HoughLineTransformationProcessImage Method (Bitmap)
|
Process an image building Hough map.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public void ProcessImage(
Bitmap image
)
Public Sub ProcessImage (
image As Bitmap
)
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
Source image to process.
Exceptions See Also