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
Public Member Functions | Public Attributes | List of all members
DICe::Motion_Window_Params Struct Reference

struct to hold motion window around a subset to test for movement More...

#include <DICe_Parser.h>

Public Member Functions

 Motion_Window_Params ()
 constructor
 

Public Attributes

int_t start_x_
 upper left corner x coord
 
int_t start_y_
 upper left corner y coord
 
int_t end_x_
 lower right corner x coord
 
int_t end_y_
 lower right corner y coord
 
scalar_t tol_
 tolerance for motion detection
 
int_t use_subset_id_
 point to another subsets' motion window if multiple subsets share one
 
bool use_motion_detection_
 use motion detection
 
int_t sub_image_id_
 this gets set after the window images are created and the id is known
 

Detailed Description

struct to hold motion window around a subset to test for movement