pyaesthetics.linesdetection.get_curved_lines¶
- pyaesthetics.linesdetection.get_curved_lines(image, plot=False)¶
Detect curved lines (contours) in an image.
- Parameters:
image (numpy.ndarray) – The image to analyze, in RGB format.
plot (bool, optional) – Whether to plot the image with detected contours or not (default is False).
- Returns:
Detected contours.
- Return type:
list of numpy.ndarray