Feeds
질문
Broken code:visual cryptography
The code is: clc; clear all; i=imread('lena256x256.jpg'); i=im2bw(i,0.3); s=size(i); a=s(1); b=s(2); s1a=[1 0;1 0]; ...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to convert decimal image matrix to equivalent binary matrix?
I have an image matrix lets say 768x1024x3. I would like to convert the value at each field to its binary equivalent so that the...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Help needed to remove blur
So I was working with this image: http://il9.picdn.net/shutterstock/videos/3331691/thumb/1.jpg I ran the following code for i...
8년 초과 전 | 답변 수: 0 | 0