Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 MATLAB 新手。fopen我已经使用命令读取了一个 .img 文件。如何在不知道标题和像素信息[即行和列]的情况下从文件夹中连续读取 .img 文件。
fopen
另外我需要知道如何仅从图像部分中找到平均像素值。
我不知道你的图像格式,但看看 imread 命令。这就是你通常所做的。如果您知道格式,即 bmp、tiff 等,它会处理其余的事情。