Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

who can hehp me to solve that

1 visualización (últimos 30 días)
frishta fro
frishta fro el 21 de Jun. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Write a Matlab program to do the following operations in the attached image.
1- Find the negative of the brain image.
2- Reduce the intensity of Red channel by 80.
3- Increase the intensity of Green channel by 50.
4- Save the output image as a name brain2.jpg.
  6 comentarios
Walter Roberson
Walter Roberson el 21 de Jun. de 2020
you do not use a percentage for that. When you read jpg images they are very likely to read in as uint8. You are not reducing by 80 percent, you are reducing by uint8(80)
KALYAN ACHARJYA
KALYAN ACHARJYA el 21 de Jun. de 2020
Editada: KALYAN ACHARJYA el 21 de Jun. de 2020
@Frishta
R_result=round((1-0.8)*image_file(:,:,1));
If OK, do all by yourselt.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by