![]() |
TI J721E Imaging User Guide
|
The sof configuration data structure used by the TIVX_KERNEL_DMPAC_DOF kernel.
Data Fields | |
uint16_t | sof_max_pix_in_row |
Maximum possible number of enabled pixel in row if sparse optical flow is enabled. More... | |
uint16_t | sof_fv_height |
Number of paxel row with at least one enabled pixel. Paxel row is pair of image row (eg. row 0 & 1, row 2 & 3 etc). More... | |
uint16_t tivx_dmpac_dof_sof_params_t::sof_max_pix_in_row |
Maximum possible number of enabled pixel in row if sparse optical flow is enabled.
Flow vector outputs are generated for only sof_max_pix_in_row pixel per row. Output lines for which the sparse_of_map mask is configured to have less outputs than this value will have "trash" data output in the buffer from the last valid flow vector for that row until the location corresponding to sof_max_pix_in_row.
uint16_t tivx_dmpac_dof_sof_params_t::sof_fv_height |
Number of paxel row with at least one enabled pixel. Paxel row is pair of image row (eg. row 0 & 1, row 2 & 3 etc).