Error using Imread with 'PixelRegion' option
显示 更早的评论
Hello,
I am having problems using imread.
Following code causes an error, imgName is full file address '/.../name.jpeg'
>> imread(imgName, 'PixelRegion',{[10, 20],[10, 20]})
Error using imagesci/private/readjpg
Too many input arguments.
Error in imread (line 438)
[X, map] = feval(fmt_s.read, filename, extraArgs{:});
I have tried to modify the input arguments according to few tutorials but I still receive this error. I am usnig Matlab R2011b.
Thanks for answer.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!