img=('frame1.jpg');
nayaRes=img;
R=img(:,:,1);
G=img(:,:,2);
Error Masg:Index exceeds matrix dimensions.

2 commentaires

madhan ravi
madhan ravi le 10 Nov 2018
Modifié(e) : madhan ravi le 10 Nov 2018
Paste full code with jpg file
Shahid Mandokhail
Shahid Mandokhail le 13 Nov 2018
Its my mistake ....
if I have to seperate Red, Green and Blue chenals of image .....then i have to write like
img=imread('frame.jpg');

Connectez-vous pour commenter.

 Réponse acceptée

Bruno Luong
Bruno Luong le 10 Nov 2018
After read the file type
>> size(img)
If the third dimension is not 3, it's not RGB image

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by