error on accessing images reading from sub folders.
1 次查看(过去 30 天)
显示 更早的评论
Hi, i need to access jpg images from subfolders, for that i have read this and modify it according to my hierarchy. https://www.mathworks.com/matlabcentral/answers/266223-read-image-from-different-folders
after reading images i need to convert those images to gray. for that i have used this
img_gray = rgb2gray(numberOfImageFiles);
at this line of code i am facing an error. which is given below:
Error using rgb2gray>parse_inputs (line 80)
MAP must be a m x 3 array.
Error in rgb2gray (line 52)
isRGB = parse_inputs(X);
Error in Untitled2 (line 34)
img_gray = rgb2gray(numberOfImageFiles);
please help me in this. its just been a month i am using Matlab, still trying to learn it. waiting for your response. Thank You
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!