
Data Fields | |
| dwImageProperties | prop |
| Defines the properties of the image. More... | |
| size_t | pitch [DW_MAX_IMAGE_PLANES] |
| Defines the pitch of each plane in bytes. More... | |
| void * | dptr [DW_MAX_IMAGE_PLANES] |
| Holds the pointer to the image planes. More... | |
| cudaArray_t | array [DW_MAX_IMAGE_PLANES] |
| Holds the CUDA image plane data. More... | |
| dwTime_t | timestamp_us |
| Specifies the time in microseconds from system time epoch, when the image content was updated (ie EOF GMSL acquisition, USB camera processed frame, copied over from converted image etc...) More... | |
| cudaArray_t dwImageCUDA::array[DW_MAX_IMAGE_PLANES] |
| void* dwImageCUDA::dptr[DW_MAX_IMAGE_PLANES] |
| size_t dwImageCUDA::pitch[DW_MAX_IMAGE_PLANES] |
| dwImageProperties dwImageCUDA::prop |
| dwTime_t dwImageCUDA::timestamp_us |