Openholo
v4.2
Open Source Digital Holographic Library
|
#include "Openholo.h"
#include <omp.h>
#include <limits.h>
#include "sys.h"
#include "ImgCodecOhc.h"
#include "ImgControl.h"
Go to the source code of this file.
Functions | |
if (infile==nullptr) | |
if (hf.signature[0] !='B'||hf.signature[1] !='M') return false | |
fclose (infile) | |
Variables | |
FILE * | infile = fopen(fname, "rb") |
fileheader | hf |
bitmapinfoheader | hInfo |
size_t | nRead = fread(&hf, sizeof(fileheader), 1, infile) |
w = hInfo.width | |
h = hInfo.height | |
bytesperpixel = hInfo.bitsperpixel >> 3 | |
return | true |
fclose | ( | infile | ) |
if | ( | infile | = = nullptr | ) |
Definition at line 419 of file Openholo.cpp.
if | ( | hf.signature ! | [0] = 'B'||hf.signature[1] !='M' | ) |
bytesperpixel = hInfo.bitsperpixel >> 3 |
Definition at line 431 of file Openholo.cpp.
h = hInfo.height |
Definition at line 430 of file Openholo.cpp.
fileheader hf |
Definition at line 422 of file Openholo.cpp.
bitmapinfoheader hInfo |
Definition at line 423 of file Openholo.cpp.
FILE* infile = fopen(fname, "rb") |
Definition at line 417 of file Openholo.cpp.
nRead = fread(&hf, sizeof(fileheader), 1, infile) |
Definition at line 424 of file Openholo.cpp.
return true |
Definition at line 434 of file Openholo.cpp.
w = hInfo.width |
Definition at line 429 of file Openholo.cpp.