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
|
CDICe::cine::bitmap_info_header | Structure to hold the image information |
CDICe::Boundary_Condition_Def | Holds info used to define a boundary condition |
CDICe::Camera | A class for camera calibration parameters and computing single camera projection based transformations |
CDICe::Camera::Camera_Info | Helper struct for camera initialization (cleans up of the constructors for camera class so it only needs one) |
CDICe::Camera_System | A class for camera calibration parameters and computing projection transformations notes: there is only one source camera per camera system, this determines how the coordinate systems are organized. All other cameras are target cameras |
CDICe::cine::cine_file_header | Structure to hold the cine file header information |
CDICe::cine::Cine_Header | 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 |
CDICe::cine::Cine_Reader | A helper class the reads in cine files from disk and provides some methods such as getting a particular frame from the cine file |
CDICe::Command_Line_Parser | Parses the input options from the command line |
CDICe::computed_point | Struct used to sort solutions by peak values |
CDICe::Conformal_Area_Def | A simple container for geometry information defining the boundary of a DICe::Subset |
CDICe::Correlation_Parameter | Simple struct to hold information about correlation parameters |
CDICe::Decomp | Decomposes the images and the mesh points for parallel execution |
CDICe::def_triad | Deformation triad to store three parameter values in a set |
CDICe | A generic class that provides an abstraction of the local DIC shape function |
CDICe::Extents | Collection of origin x, y and width and height |
CDICe::field_enums::Field_Spec | A struct that holds all the necessary information to define a field |
CDICe::Image | |
►CDICe::Image_Deformer | Base class that deformes an input image according to an analytical function |
CDICe::utils::Image_Reader_Cache | |
►CDICe::Initializer | A generic class that provides an initial guess for the optimization routines in a DICe::Objective |
CDICe::Intensity_Sum_Functor | Mean value functor |
CDICe::Intensity_Sum_Minus_Mean_Functor | Functor to compute the sum minus the mean (value used in ZNSSD criteria) |
Ckiss_fft_cpx | Kiss fft cpx |
Ckiss_fft_state | Kiss fft state |
►CDICe::Local_Shape_Function | |
CDICe::Subset_Init_Functor::Map_Bilinear_Tag | Tag |
CDICe::Subset_Init_Functor::Map_Keys_Tag | Tag |
CDICe::Mask_Apply_Functor | Image mask apply functor |
CDICe::Mask_Init_Functor | Image mask initialization functor note, the number of pixels is the size of the x and y arrays, not the image |
CDICe::Mask_Smoothing_Functor | Image mask initialization functor note, the number of pixels is the size the image |
CDICe::Matrix< Type, Rows, Cols > | Generic class for matrix storage and operations The idea behind this matrix class is to have a simple matrix (and vector) class that has all it's storage on the stack and several of it's methods optimized. This class is intended for small size matrices that are used in things like objective calculations of other heavily repeated operations. It is not intended for use with dynamic sizes. In most cases the size should be known at compile time. In a few instances the size is not known (for example when there are different sets of shape functions activated by the user, this leads to runtime sizing of the tangent matrix in the subset-based optimization loop). In cases like these, functionality for dynamic sizing has been emulated by making a Matrix of MAX_MATRIX_DIM size and only uses a portion of that allocation |
CDICe::Matrix< scalar_t, 3 > | |
CDICe::Matrix< scalar_t, 4 > | |
CDICe::mesh::Mesh | The discretization used by the pysics classes |
►CDICe::mesh::Mesh_Object | A mesh object is the base class for elements, nodes, faces, that make up the computational domain |
CDICe::Motion_Test_Utility | Tests to see if there has been any motion since the last frame if not, this frame can be skipped |
CDICe::Motion_Window_Params | Struct to hold motion window around a subset to test for movement |
CDICe::MultiField | A container class for the data structures used in DICe This class was created to enable switching back and forth between data structures based on the compute architecture |
CDICe::MultiField_Comm | MPI Communicator |
CDICe::MultiField_Exporter | An exporter directs the tranfer of information between distributed objects |
CDICe::MultiField_Importer | An importer directs the tranfer of information between distributed objects |
CDICe::MultiField_Map | MPI distribution map |
CDICe::MultiField_Matrix | A container class for a CrsMatrix |
CDICe::Subset_Init_Functor::No_Map_Tag | Tag |
►CDICe::Objective | A container class for the subsets, optimization algorithm and initialization routine used to correlate a single point |
CDICe::Output_Spec | A simple class to hold the fields to write to the output files and the order to write them |
CPoint_Cloud_3D< T >::Point | Point struct |
CPoint_Cloud_2D< T >::Point | Point struct |
CPoint_Cloud_2D< T > | Point clouds |
CPoint_Cloud_3D< T > | Point clouds |
►CDICe::Post_Processor | A class for computing variables based on the field values and associated utilities |
CDICe::Schema | The centralized container for the correlation plan and parameters |
►CDICe::Shape | Generic class for defining regions in an image |
►CDICe::mesh::Shape_Function_Evaluator | Base class for shape function evaluation |
CDICe::mesh::Shape_Function_Evaluator_Factory | Factory class that creates shape function evaluators |
CDICe::mesh::side_set_info | Holds information for side sets in the mesh |
►CDICe::Simplex | Non-gradient based optimization algorithm class |
CDICe::Stat_Container | Container class that holds information about a tracking analysis |
CDICe::Subset | Subsets are used to store temporary collections of pixels for comparison between the reference and deformed images. The data that is stored by a subset is a list of x and y corrdinates of each pixel (this allows for arbitrary shape) and containers for pixel intensity values |
CDICe::Subset_File_Info | Simple struct for passing info back and forth from read_subset_file: |
CDICe::Subset_Init_Functor | Subset intensity value initialization functor |
CDICe::cine::tagTIME64 | Structure to hold the trigger time |
CDICe::Transform_Functor | Image transformation functor given parameters theta, u, and v, transform the given image uses the keys interpolant (TODO add other interpolants) |
CDICe::Triangulation | A class for computing the triangulation of 3d points from two correlation and a calibration file |
CDICe::ZNSSD_Gamma_Functor | Znssd gamma functor |