leftImage = imread('data/artroom1/disp0.pfm');
rightImage = imread('data/artroom1/disp1.pfm');
so i'm trying te read thoses images, but i have an error "Unable to determine the file format."

 採用された回答

DGM
DGM 2021 年 12 月 5 日

0 投票

Imread does not support PFM.
The HDR toolbox appears to have a utility to read PFM files:
or since PFM is structurally similar to a simple PPM file, you could write your own quite easily.

1 件のコメント

Hamid Fsian
Hamid Fsian 2021 年 12 月 9 日
thank you very much !

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

質問済み:

2021 年 12 月 5 日

コメント済み:

2021 年 12 月 9 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by