While in theory, the line structures the algorithm is able to deal with can have arbitrary width, performance will generally degrade when the lines to be delineated exceed 5-6 pixels in width. The ideal situation is where the the original line resolution is greater than the above width range and the image has been Gaussian-smoothed (using a filter with a width approximately equal to the line width); it can then be decimated ("zoomed") to obtain the image to be processed.
The Road Delineation application invokes a semantic model that looks for simple roads in a rural context. It is not currently designed to deal with the semantics of city streets, freeways, multi-level interchanges, etc. When such "road-like" or road-related objects are present in the image, the algorithm will often do a credible job in delineating them, but its performance with respect to such objects can be inconsistent.
Images submitted to be processed can be in any standard format, but at present, it is assumed they will be limited in size to a maximum of 500,000 8-bit pixels.
Path characteristics: Bright lines Dark lines
Minimum Segment Length Retained (path extraction only): Short Normal Long
Created: Mon Jul 7 1997 Version: $Id: ld-exp.html,v 1.1 1997/10/10 18:29:31 heller Exp $