|
HoughLineTransformationProcessImage Method (Bitmap, Rectangle)
|
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,
Rectangle rect
)
Public Sub ProcessImage (
image As Bitmap,
rect As Rectangle
)
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
Source image to process. - rect
- Type: System.DrawingRectangle
Image's rectangle to process.
Exceptions See Also