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
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NDICeGeneric DICe classes and functions
 NcineCine file format utilities
 Nfield_enumsField names and properties
 NmeshComputational mesh utilities associated with the global DIC method and physics
 NutilsUtilities that wont build with NVCC so they are separated out into another namespace
 CAffine_Homography_SimplexSimplex that performs an affine homography transformation
 CAffine_Shape_FunctionSix parameter seperable shape function (individual modes can be turned on or off
 CAltitude_Post_ProcessorA specific instance of post processor that computes the altitude of each subset in reference to the center of the Earth. Used for satellite stereo correlation only
 CBoundary_Condition_DefHolds info used to define a boundary condition
 CCameraA class for camera calibration parameters and computing single camera projection based transformations
 CCamera_SystemA 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
 CCircleA circle is a DICe::Shape defined by a centroid and radius
 CCommand_Line_ParserParses the input options from the command line
 Ccomputed_pointStruct used to sort solutions by peak values
 CConformal_Area_DefA simple container for geometry information defining the boundary of a DICe::Subset
 CConstantValue_Image_DeformerClass that provides an exact solution that is constant valued The image deforming
 CCorrelation_ParameterSimple struct to hold information about correlation parameters
 CDecompDecomposes the images and the mesh points for parallel execution
 Cdef_triadDeformation triad to store three parameter values in a set
 CDICChallenge14_Image_DeformerClass that deformed an input image according to a sin() function in y
 CExtentsCollection of origin x, y and width and height
 CFeature_Matching_InitializerInitializer that uses nearby feature matching to initialize the solution
 CField_Value_InitializerInitializer that grabs values from the field values in the schema as the first guess, for example, the last frame's solution or a neighbor's values
 CHomography_SimplexDerived optimization class specific for image homography between two cameras
 CImage
 CImage_DeformerBase class that deformes an input image according to an analytical function
 CImage_Registration_InitializerInitializer that uses an ECC transform to initialize the fields
 CInitializerA generic class that provides an initial guess for the optimization routines in a DICe::Objective
 CIntensity_Sum_FunctorMean value functor
 CIntensity_Sum_Minus_Mean_FunctorFunctor to compute the sum minus the mean (value used in ZNSSD criteria)
 CLive_Plot_Post_ProcessorA specific instance of post processor that computes values of key quantities at specified points
 CLocal_Shape_Function
 CMask_Apply_FunctorImage mask apply functor
 CMask_Init_FunctorImage mask initialization functor note, the number of pixels is the size of the x and y arrays, not the image
 CMask_Smoothing_FunctorImage mask initialization functor note, the number of pixels is the size the image
 CMatrixGeneric 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
 CMotion_Test_UtilityTests to see if there has been any motion since the last frame if not, this frame can be skipped
 CMotion_Window_ParamsStruct to hold motion window around a subset to test for movement
 CMultiFieldA 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
 CMultiField_CommMPI Communicator
 CMultiField_ExporterAn exporter directs the tranfer of information between distributed objects
 CMultiField_ImporterAn importer directs the tranfer of information between distributed objects
 CMultiField_MapMPI distribution map
 CMultiField_MatrixA container class for a CrsMatrix
 CNLVC_Strain_Post_ProcessorA specific instance of post processor that computes Nonlocal Vector Calculus (NLVC) strains
 CObjectiveA container class for the subsets, optimization algorithm and initialization routine used to correlate a single point
 CObjective_ZNSSDSum squared differences DICe::Objective (with and without zero normalization) the criteria is $ \gamma = \sum_i (\frac{G_i - \bar{G}}{\sqrt(\sum_i(G_i - \bar{G})^2)} - \frac{F_i - \bar{F}}{\sqrt(\sum_i(F_i - \bar{F})^2)})^2 $. Normalization is activated when the user selects ZNSSD as the correlation_criteria. ZNSSD performs more robustly in image sets where the lighting changes between frames
 COptical_Flow_InitializerInitializer that uses optical flow to predict the next location of the subset (Lucas-Kanade algorithm). This initializer is only intended for the TRACKING_ROUTINE correlation routine
 COutput_SpecA simple class to hold the fields to write to the output files and the order to write them
 CPath_InitializerA class that takes a text file as input and produces a unique set of points to test when initializing a subset. The text file gets filtered down to a certain resolution and then duplicate points are removed. This class is useful when the path of a particular subset is pre-defined, for example in a mechanism. This class also provides some basic methods for testing solution values and finding the nearest point on the path
 CPhase_Correlation_InitializerA class that computes the phase correlation of the whole image to get the initial values of displacement in x and y. This initializer is good for cases where the objects being tracked are on a larger object that is translating through the frame
 CPolygonA straight sided DICe::Shape made of an arbitrary number of sides
 CPost_ProcessorA class for computing variables based on the field values and associated utilities
 CProjection_Shape_Function3 parameter projection from cam 0 to cam 1
 CQuadratic_Homography_SimplexSimplex that performs a quadratic homography transformation
 CQuadratic_Shape_Function12 parameter quadratic mapping for local shape function
 CRectangleA rectangle is a DICe::Shape defined by a centroid and an x and y size
 CRigid_Body_Shape_Function
 CSatellite_Geometry_InitializerInitializer that uses camera angles to initialize the solution
 CSchemaThe centralized container for the correlation plan and parameters
 CSearch_InitializerA class that searches a nearby neighborhood for the subset
 CShapeGeneric class for defining regions in an image
 CSimplexNon-gradient based optimization algorithm class
 CSinCos_Image_DeformerClass that deformed an input image according to a sin()*cos() function
 CStat_ContainerContainer class that holds information about a tracking analysis
 CSubsetSubsets 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
 CSubset_File_InfoSimple struct for passing info back and forth from read_subset_file:
 CSubset_Init_FunctorSubset intensity value initialization functor
 CSubset_SimplexClass that peforms a Nelde-Mead type optimization
 CTransform_FunctorImage transformation functor given parameters theta, u, and v, transform the given image uses the keys interpolant (TODO add other interpolants)
 CTriangulationA class for computing the triangulation of 3d points from two correlation and a calibration file
 CUncertainty_Post_ProcessorA specific instance of post processor that computes the uncertainty in the DIC displacement estimate
 CVSG_Strain_Post_ProcessorA specific instance of post processor that computes vurtual strain gauge (VSG) strain
 CWarp_SimplexSimplex that performs a nonlinear warp
 CZero_Value_InitializerInitializer that places zeros in all values
 CZNSSD_Gamma_FunctorZnssd gamma functor
 CDICeA generic class that provides an abstraction of the local DIC shape function
 Ckiss_fft_cpxKiss fft cpx
 Ckiss_fft_stateKiss fft state
 CPoint_Cloud_2DPoint clouds
 CPointPoint struct
 CPoint_Cloud_3DPoint clouds
 CPointPoint struct