Alternative to imread of Image processing toolbox
2 次查看(过去 30 天)
显示 更早的评论
Hi, Is there an alternative to read an image (i.e imread("image.jpg") without using the Image processing toolbox ? Thanks
0 个评论
采纳的回答
Azzi Abdelmalek
2013-2-11
编辑:Azzi Abdelmalek
2013-2-11
imread is not from Image processing toolbox. You can find it in Matlab
更多回答(1 个)
Image Analyst
2013-2-11
Sure, if you want to write your own reader, which I've done for some special "raw" files. But if you have just regular image file, just use imread() - it's not in the Image Processing Toolbox. Type "imformats" on the command line to check for your file type.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!