the remodeling of the image

1 Ansicht (letzte 30 Tage)
Abduellah Elbakoush
Abduellah Elbakoush am 18 Jan. 2022
Kommentiert: yanqi liu am 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 Kommentar
yanqi liu
yanqi liu am 19 Jan. 2022
may be check lsb hide and extract demo

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by