![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10674180_1522137080536_DEF.jpg)
Huma Jabeen
2018 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Hi all, If i have extracted the least significant bits from the integer value of all the 3 channels i.e. Red, Green and Blue of an image pixel. And then i have done some processing on the least significant bits.
My question is if there is a way to get the integer values from those modified pixels(least significant bits).
7年弱 前 | 0 件の回答 | 0
0
回答質問
Hi all! Is there a way to initialize row vectors like this:
R1= x1; G1= x2; B1= x3; R2= x4; G2= x5; B2= x6; R3= x7; G3= x8; B3= x9; And so on Please help!
7年弱 前 | 2 件の回答 | 0
2
回答質問
Hi all, i'm new to matlab and really need help. I've a binary message and three row vectors, red, green and blue. I want to replace 2 bits of each row vector by the binary message till the message ends. I'm unable to move through the message.
Here is the part of my code. msg='Hello'; Ascii = reshape(dec2bin(msg, 8)', 1, []) - '0'; for i=1:length(Ascii) ...
約7年 前 | 0 件の回答 | 0