Feeds
질문
ux=(u(x+1,y)-u(x-1,y))/2 , uy=(u(x,y+1)-u(x,y-1))/2 , uxx=u(x+1,y)-2u(x,y)+u(x-1,y) , uyy=u(x,y+1)-2u(x,y)+u(x,y-1) , uxy=(u(x+1,y+1)+u(x-1,y-1)-u(x+1,y-1)-u(x-1,y+1))/4 , convert eqn into matlab code by using finite diffnc schme. u is an image.
image denoising
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
mathlab code for image denoising by using finite difference method???
image denoising
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
how to convert the image into text .... ???please give...
aes algorithm for image encryption
거의 13년 전 | 답변 수: 2 | 0
2
답변질문
KeyScheduleCore (word) { Rotate(word); SBoxSubstitution (word); word[0] = word[0] XOR RCON[i]; } please give me the corresponding code in matlab.... please ...
encryption
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
what is the basic algorithm for key in cryptography?
image encryption and decryption
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
what was the source code for image encryption and decryption
image encryption and decryption
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
how can generate the code for aes algorithm?
image encryption using AES algorithm
거의 13년 전 | 답변 수: 5 | 0
