photo

FS


Active since 2017

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


How can I use a grayscale image as a input in this piece of code?
function RedCellCount(dataImg) data = imread(dataImg.Key{1}); diff_im = imsubtract(data(:,:,1), rgb2gray(data)); ...

7 years ago | 1 answer | 0

1

answer