MATLAB 中是否有函数可以将 .raw 文件转换为矩阵?

发布于 2024-10-03 01:22:47 字数 59 浏览 2 评论 0 原文

我想将 .raw 文件作为矩阵(帧 x 空间 x 光谱)导入 MATLAB。有内置函数可以做到这一点吗?

I want to import a .raw file into MATLAB as a matrix (frames x spatial x spectral). Is there a built-in function to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

﹂绝世的画 2024-10-10 01:22:47

如果您指的是来自相机的原始图像文件,我会查看提交的<来自 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.

残月升风 2024-10-10 01:22:47

您也可以直接读取该文件。但您需要先将其转换为 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文