|
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
|
image mask apply functor More...
#include <DICe_ImageFunctors.h>
Public Member Functions | |
| Mask_Apply_Functor (intensity_device_view_2d intensities, scalar_device_view_2d mask, int_t width) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const int_t pixel_index) const |
| operator | |
Public Attributes | |
| intensity_device_view_2d | intensities_ |
| pointer to the intensity values | |
| scalar_device_view_2d | mask_ |
| pointer to the mask dual view | |
| int_t | width_ |
| image width | |
image mask apply functor
|
inline |
constructor
| intensities | pointer to the intensity array on the device |
| mask | pointer to the mask array on the device |
| width | the image width |
1.8.16