Insert lane boundary into image
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.
birdsEyeView
| cubicLaneBoundary
| monoCamera
| parabolicLaneBoundary
| fitPolynomialRANSAC
(Computer Vision Toolbox)