Huma Jabeen
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
106,917
of 295,486
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 0 answers | 0