|
Digital Image Correlation Engine
Version 1.0
A modular, high-performance, image correlation tool used to compute full-field displacements and strains from digital images
|
A class to hold header information for cine files. Always assumes that the cine file has been stored in LayoutRight or row-aligned in memory. More...
#include <DICe_Cine.h>
Public Member Functions | |
| Cine_Header (const std::string &file_name, const cine_file_header &header, const bitmap_info_header &bitmap_header) | |
| default constructor More... | |
| virtual | ~Cine_Header () |
| default destructor | |
Public Attributes | |
| cine_file_header | header_ |
| cine file header | |
| bitmap_info_header | bitmap_header_ |
| bitmap information | |
| int64_t * | image_offsets_ |
| pointer to the array with the offsets to each image | |
| std::string | file_name_ |
| the name of the cine file | |
| Bit_Depth | bit_depth_ |
| bit depth of the file | |
| uint16_t | frame_rate_ |
| frame rate | |
A class to hold header information for cine files. Always assumes that the cine file has been stored in LayoutRight or row-aligned in memory.
|
inline |
default constructor
| file_name | The name of the cine file |
| header | The header information for the cine file |
| bitmap_header | The header containing all the information about the images |
1.8.16