the remodeling of the image

4 visualizaciones (últimos 30 días)
Abduellah Elbakoush
Abduellah Elbakoush el 18 de En. de 2022
Comentada: yanqi liu el 19 de En. de 2022
image=imwrite('RGB_Image');
RED=image(:,:,1);
RED=bitset(image(122,123),2,1);
GREEN= image(:,:,2);
GREEN=bitset(image(122,123),2,1);
BLUE =image(:,:,3);
BLUE =bitset(image(122,123),2,1);
How I Can do remodeling of the image
  1 comentario
yanqi liu
yanqi liu el 19 de En. de 2022
may be check lsb hide and extract demo

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox 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