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