#include <iostream>
#include <stdio.h>
#include <opencv2/opencv.hpp>
Go to the source code of this file.
Functions | |
int | littleendian () |
bool | readHeader (FILE *fp, const char *imtype, char c1, char c2, int *width, int *height, int *nbands, int thirdArg) |
cv::Mat | readPFM (const char *filename) |
void | skipComment (FILE *fp) |
void | skipSpace (FILE *fp) |