Image.Hough#
- Image.Hough(**kwargs: Any) HoughFeature[source]#
Find Hough line features
- Returns:
Hough lines
- Return type:
Compute the Hough transform of the image and return an object that represents the lines found within the image.
- Seealso:
Find Hough line features
Hough lines
Compute the Hough transform of the image and return an object that represents the lines found within the image.