Click or drag to resize
Accord.NET (logo)

HoughLineTransformationProcessImage Method (BitmapData, 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(
	BitmapData imageData,
	Rectangle rect
)
Request Example View Source

Parameters

imageData
Type: System.Drawing.ImagingBitmapData
Source image data to process.
rect
Type: System.DrawingRectangle
Image's rectangle to process.
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
See Also