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