i want a single algorithm able to process both color image and gray scale image. so separating into rgb channels and analysing its values, can algorithm distinguish color and gray images??
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Answers (1)
KSSV
on 18 Oct 2016
0 votes
For colored images you will get RGB values, the out put matrix on reading it will be a 3D matrix; where as for binary it will be a single matrix.
1 Comment
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!