PFM_ReadWrite icon indicating copy to clipboard operation
PFM_ReadWrite copied to clipboard

Save and read PFM files with OpenCV

PFM_ReadWrite

PFM file reader and writer.

This open source program provides functions to read and write PFM files. PFM files can be loaded to an OpenCV matrix (Mat) and saved from an OpenCV Mat to a PFM file. A description of the PFM file format can be found here : http://www.pauldebevec.com/Research/HDR/PFM/.

Note that in the current version the files are loaded and saved using little endian format only.

VERSION

Version 1.0

Compilation

This program has been compiled and tested with OpenCV 2.4.11 on Windows ans Linux environments.

LICENSE

PFM_ReadWrite. Author : Antoine TOISOUL. Copyright © 2016 Antoine TOISOUL, Imperial College London. All rights reserved.

PFM_ReadWrite is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. PFM_ReadWrite is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.