MLSD Line Detection

Provided by FalLearn More

Apply Mobile Line Segment Detection (MLSD) to an image.

Preview

Inputs

Image
image
The image to detect lines from.
Score Threshold
number
Score threshold for the MLSD detector.
default: 0.1
Distance Threshold
number
Distance threshold for the MLSD detector.
default: 0.1

Outputs

Line Image
image
The image with lines detected using the MLSD detector.