Borrar filtros
Borrar filtros

Define a RGBa color- transparency

103 visualizaciones (últimos 30 días)
Simon
Simon el 3 de Jul. de 2014
Respondida: Image Analyst el 8 de Nov. de 2022
Dear all,
is there a workaround to create, for example, a transparent yellow? Apparently Matlab colormap only works with RGB notations, not RGBa. My idea was: trans_yellow=[1 1 0 0.5] I want to define a transparent color, just changing the alpha value for the whole plot does not work for me.
Thanks!
  1 comentario
deeksha rastogi
deeksha rastogi el 31 de Dic. de 2016
Movida: DGM el 8 de Nov. de 2022
but what are the exact working of alpha matting and please write down its source code in matlab.

Iniciar sesión para comentar.

Respuestas (4)

Rini Varghese
Rini Varghese el 5 de Abr. de 2016
You can modify most object colors with 4 input arguments (RGBa notation) in MATLAB (2015). E.g. rectangle(x,y,w,h,'facecolor',[0 1 0,0.08]) will yield a transparent green box. Hope this helps!

Dhanyatha
Dhanyatha el 3 de Jul. de 2014
Editada: Dhanyatha el 3 de Jul. de 2014
Currently, the colormap function does not accept more than 3 arguments. However,you can use the TIFF class in MATLAB to specify the alpha parameter for the image.
Refer to this link for an example on how to create a TIFF object with transparency.
To read RGBA image, you can use readRGBAImage(),readRGBATile() or readRGBAStrip() functions. These functions reads image data as RGB, with associated alpha parameter.

Image Analyst
Image Analyst el 3 de Jul. de 2014
Perhaps - take a look at Steve's blog and see if it's what you want: http://blogs.mathworks.com/steve/2009/02/18/image-overlay-using-transparency/

Image Analyst
Image Analyst el 8 de Nov. de 2022
You can now use labeloverlay to create transparent overlays.

Categorías

Más información sobre Red en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by