insertLaneBoundary
Insert lane boundary into image
Syntax
Description
inserts lane boundary markings into a truecolor image. The lanes are overlaid on the input
road image, rgb = insertLaneBoundary(I,boundaries,sensor,xVehicle)I. This image comes from the sensor specified in the
sensor object. xVehicle specifies the
x-coordinates at which to draw the lane markers. The
y-coordinates are calculated based on the parameters of the boundary
models in boundaries.
inserts lane boundary markings with additional options specified by one or more
rgb = insertLaneBoundary(___,Name,Value)Name,Value pair arguments, using the previous input arguments.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2017a
See Also
parabolicLaneBoundary | cubicLaneBoundary | fitPolynomialRANSAC | monoCamera | birdsEyeView



