Feeds
질문
Image encryption with standard chaotic map
I have code for chaotic encryption and decryption of image but after decrypting it doesn`t return original image. Can anyone pl...
거의 5년 전 | 답변 수: 1 | 0
1
답변답변 있음
bitxor of two numbers
Actually I want it for image steganography...for color image...so it should be integer.
bitxor of two numbers
Actually I want it for image steganography...for color image...so it should be integer.
대략 6년 전 | 0
질문
bitxor of two numbers
I am using the following code to generate random sequence. But error message' Double inputs must have integer values in the rang...
대략 6년 전 | 답변 수: 2 | 0
2
답변답변 있음
Getting error for this code as Index in position 1 exceeds array bounds. Pls tell solution
Thank you.
Getting error for this code as Index in position 1 exceeds array bounds. Pls tell solution
Thank you.
대략 6년 전 | 0
질문
Getting error for this code as Index in position 1 exceeds array bounds. Pls tell solution
a=imread('baboon.jpg'); disp(a); imshow(a); for i=1:1:512 for j=1:1:512 b{i,j,1} = dec2bin(a(i,j),8); end ...
대략 6년 전 | 답변 수: 2 | 0
2
답변답변 있음
How to reverse scrambled DNA?
I am eager to know that whether you got the reverse code. If yes then kindly share.
How to reverse scrambled DNA?
I am eager to know that whether you got the reverse code. If yes then kindly share.
6년 초과 전 | 0


