Parametric Curve Segment Extraction by Support Regions
Cem Ünsalan
TL;DR
The paper addresses the challenge of extracting curve segments directly in parametric form from images. It proposes form-ing curve support regions by thresholding the Laplacian of Gaussian (LoG) response and then fitting Fourier descriptors to their boundaries to recover parametric curve segments, partitioned into convex and concave parts via the Laplacian. Key contributions include the curve support region construction, Fourier-based boundary modeling, and curvature-based endpoint extraction, enabling robust segment recovery under rotation and affine transformations. The method offers a fast, integrated alternative to traditional edge-then-contour pipelines and demonstrates effectiveness on both black-and-white and grayscale images, with practical applicability to recognition tasks.
Abstract
We introduce a method to extract curve segments in parametric form from the image directly using the Laplacian of Gaussian (LoG) filter response. Our segmentation gives convex and concave curves. To do so, we form curve support regions by grouping pixels of the thresholded filter response. Then, we model each support region boundary by Fourier series and extract the corresponding parametric curve segment.
