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::Extents Class Reference

collection of origin x, y and width and height More...

#include <DICe.h>

Public Member Functions

 Extents (const int_t origin_x, const int_t origin_y, const int_t width, const int_t height)
 

Public Attributes

int_t origin_x_
 upper left corner x loc
 
int_t origin_y_
 upper_left corner y loc
 
int_t width_
 widht
 
int_t height_
 height
 

Detailed Description

collection of origin x, y and width and height

Constructor & Destructor Documentation

◆ Extents()

DICe::Extents::Extents ( const int_t  origin_x,
const int_t  origin_y,
const int_t  width,
const int_t  height 
)
inline

constructor

Parameters
origin_xupper left corner x loc
origin_yupper left corner y loc
widthbox width
heightbox height