the remodeling of the image

4 vues (au cours des 30 derniers jours)
Abduellah Elbakoush
Abduellah Elbakoush le 18 Jan 2022
Commenté : yanqi liu le 19 Jan 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 commentaire
yanqi liu
yanqi liu le 19 Jan 2022
may be check lsb hide and extract demo

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by