Borrar filtros
Borrar filtros

how to convert the solid line into dashed line in the images during overlay of images

5 visualizaciones (últimos 30 días)
when i overlay the images i get solid line marking on the image. i want to convert that solid line into dashed lines.. can someone pls help me with codes or instruction for converting the solid line into dashed line

Respuesta aceptada

David Sanchez
David Sanchez el 4 de Jun. de 2014
h = plot(rand(10,1)); % this creates a handle to the figure
set(h,'LineStyle','--') % this convert the solid line into dash
  1 comentario
RAMESH MUNIRATHINAM
RAMESH MUNIRATHINAM el 4 de Jun. de 2014
thank you for the help
rgb = imoverlay(Ihj, 12, [1 1 1]);
the above cmd gives me the solid line marking on the image.. i have to change the solid line into dashed line and dotted line in white and black colors respectively

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by