the remodeling of the image

4 ビュー (過去 30 日間)
Abduellah Elbakoush
Abduellah Elbakoush 2022 年 1 月 18 日
コメント済み: yanqi liu 2022 年 1 月 19 日
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 件のコメント
yanqi liu
yanqi liu 2022 年 1 月 19 日
may be check lsb hide and extract demo

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by