Simulink Picture transmitting serial

Hello,
I transmit by a serial link an picture The display of the black and white picture works.
To display color would require me to send in this form. ..... RGB RGB RGB (Red Green Blue)
The "Picture From File" transmits data in this form: RRR ... GGG... BBB ...
How to go from RGB RGB RGB ... RRR ... GGG ... BBB?
Thank you

Respuestas (1)

Walter Roberson
Walter Roberson el 8 de Ag. de 2015

0 votos

3 comentarios

Marc Jakubowicz
Marc Jakubowicz el 9 de Ag. de 2015
The size of the image is 128x160 =20480 pixels :-)
RRR.....>20k
VVV.... >20k
BBB.... >20k
Walter Roberson
Walter Roberson el 9 de Ag. de 2015
Editada: Walter Roberson el 9 de Ag. de 2015
The size of the image is 128 x 160 x 3.
I do not know what your RRR or VVV or BBB signifies ?
Your model shows the three layers being mixed down to a single layer: it is rgb2gray() but with different weightings than usual. Your model does not try to transmit color.
Marc Jakubowicz
Marc Jakubowicz el 11 de Ag. de 2015
Editada: Marc Jakubowicz el 11 de Ag. de 2015
R = pixel RED
V(vert in french) = G pixel Green
B =pixel blue
My scheme works to display in gray. I would like to display in color.

Iniciar sesión para comentar.

Categorías

Preguntada:

el 8 de Ag. de 2015

Editada:

el 11 de Ag. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by