Detect curve segments in a line layer, estimate their radius of curvature, and generate a curves layer. Optionally, compute curvature centers and group them by distance (clusters) to generate a centroid layer.

INPUTS

Input line layer (recommended: projected CRS in meters)

PARAMETERS

Densification interval: controls the level of detail (smaller = more detail and higher cost). • Minimum / maximum radius: filters curves that are too tight or too flat. • Minimum distance between vertices: avoids unstable calculations with very close points. • Generate centers layer (optional) + clustering distance.

OUTPUTS

Curve segments layer with: ID_Curva, ID_Centroide, Radio, Longitud. • Centroids layer (optional) with: ID_Centroide, Radio_medio, Conteo.

DETAILS

See the plugin README: Curve Detection and Curvature Centers.