Detection matrix buffer interface.
The structure defines the detection matrix buffer interface, including data property, size and pointer
Data Fields | |
| uint32_t | datafmt |
| Detection Matrix data Format DPIF_DETMATRIX_FORMAT. More... | |
| uint32_t | dataSize |
| Detection Matrix buffer size in bytes. More... | |
| void * | data |
| Detection Matrix data pointer User could remap this to specific typedef using information in DPIF_DETMATRIX_FORMAT. More... | |
| uint32_t DPIF_DetMatrix::datafmt |
Detection Matrix data Format DPIF_DETMATRIX_FORMAT.
| uint32_t DPIF_DetMatrix::dataSize |
Detection Matrix buffer size in bytes.
| void* DPIF_DetMatrix::data |
Detection Matrix data pointer User could remap this to specific typedef using information in DPIF_DETMATRIX_FORMAT.