Community Profile

photo

Soomin Lee


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ...

2 years ago | 0 answers | 0

0

answers

Question


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 ...

2 years ago | 3 answers | 0

3

answers