Community Profile

photo

Abduellah Elbakoush


Last seen: casi 2 años hace Con actividad desde 2021

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


What the binary language which MATLAB deals with it to convert text to binary ?
I have text and I want to convert the text to binary language Example The text is =(Hello world) binary language=(00010010 ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Add an expression to the result
I have Image , after i read the image i did this code [row column]=size(image) Now I want to display at command window Like ...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How i can convert from hex numbers to charter ?
I have hexa numbers array like this '12' 'A6' '36' '36' 'F6' '04' 'EA' 'F6' '4E' ...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How I can convert from binary to character?
I have a binary matrix (1*88)double e.g 0 0 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 1 0 1 1 0 0 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 0 0 0 ...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


binary matrix to decimal number
I have binary matrix the dimensions of matrix (1*8) like this 1 0 1 1 0 0 1 0 I want to put th...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


the remodeling of the image
image=imwrite('RGB_Image'); RED=image(:,:,1); RED=bitset(image(122,123),2,1); GREEN= image(:,:,2); GREEN=bitset(image(122,...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Image Steganography using Lsb ?
I am working In image steganography using Lsb , I am trying to do RGB Pixel Indicator ,I select red channel to use as Indicato...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what this functions exactly do (fwrite) and (ubitN)?
how I can use ubitN , and What does it do ?

alrededor de 2 años hace | 3 respuestas | 0

3

respuestas

Pregunta


LSB embeded using image steganography
Can you help me for understand this code (S) x = imread(cover); % cover message y = imread(message); % message imag...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


LSB embedding with the text I'll try to use the indicator
I am working in an image steganography using LSB technique , I'll try to use indicator to improve security Can anyone Help me t...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How I Can read 3 MSBs in RGB image
e.g the Bit in image is 250 =11111010 I want to red the 3 bits of Most Significit bit =111 How I can do that

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How i can read Red channel in 3 RGB Image
I have RGB Image and I work in Image steganography I want to read Juct Red channel ,I want to make the 2LSB in Red channel as...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I convert decimal number to binary number
I have a= 32 if i use dec2bin(a ) the result is (10 0000) But I don't want it's like that I want the result is (0010 0000)...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can I read and extract the 2 LSBs of every byte from the RGB image array ?
i want to read the 2 LSbs of every byte for exaple i want to read (00) from this byte (11111100) for the whole of the image

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How I can get the dimension of matrix
I Have B = dec2bin(123125) B = [repmat('0',rem(length(B),2)),B] A= reshape(B,2,[]...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How I can Convert Decimal number into binary number then to matrix binary number ?
e,g I have 128125 i want convert to 01 1111 0100 0111 1000 then convert to 01 11 ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How I can convert a binary number into Matrix
I have 100110101010 I want 10 01 10 10 10 10

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


image steganography using LSB?
how can i segment image array every 3 bytes?

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How Can I embed the length of my secret message in the special bytes of the cover image
How Can I embed the length of my secret message in the special bytes of the cover image

más de 2 años hace | 1 respuesta | 0

1

respuesta