photo

Luis González Guzmán


INAOE

Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to convert binary image to RGB image in matlab?
function [RGB_Image] = convertBinImage2RGB(BinImage) [fil, col] = size(BinImage); RGB_Image = zeros(fil,col, 3);...

7 years ago | 1