Feeds
질문
Embed a secret information into the color image and decode.
%% embed secret % Import the base image Base = imread('peppers.png'); imshow(Base);title('Base Image') % Import the message ...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
RGB to Grayscale without using rgb2gray
I need to convert RGB image to grayscale without using rgb2gray pre-made code. I am already getting an error saying "Index in ...
대략 4년 전 | 답변 수: 3 | 0