MATLAB 中是否有函数可以将 .raw 文件转换为矩阵?
我想将 .raw 文件作为矩阵(帧 x 空间 x 光谱)导入 MATLAB。有内置函数可以做到这一点吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想将 .raw 文件作为矩阵(帧 x 空间 x 光谱)导入 MATLAB。有内置函数可以做到这一点吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
如果您指的是来自相机的原始图像文件,我会查看提交的<来自 RAW 相机文件阅读器 matlabcentral/fileexchange/authors/17947" rel="nofollow">Bryan White 关于 MathWorks 文件交换。
If you're referring to a raw image file from a camera, I would check out the submission RAW Camera File Reader from Bryan White on the MathWorks File Exchange.
您也可以直接读取该文件。但您需要先将其转换为 DNG。看看这个:
http: //blogs.mathworks.com/steve/2011/03/08/tips-for-reading-a-camera-raw-file-into-matlab/
You can also read the file directly. But you'll need to convert it to DNG first. See this:
http://blogs.mathworks.com/steve/2011/03/08/tips-for-reading-a-camera-raw-file-into-matlab/