Data Fields | |
vx_uint32 | startX |
vx_uint32 | startY |
vx_uint32 | width |
vx_uint32 | height |
vx_uint32 | input_select |
vx_uint32 | channel_select |
vx_uint32 | enable_roi |
vx_uint32 | roiStartX |
vx_uint32 | roiStartY |
vx_uint32 | roiWidth |
vx_uint32 | roiHeight |
vx_uint32 tivxImgMosaicWindow::startX |
Start postion of image along X direction (horizontal)
vx_uint32 tivxImgMosaicWindow::startY |
Start postion of image along Y direction (vertical)
vx_uint32 tivxImgMosaicWindow::width |
Width of the image
vx_uint32 tivxImgMosaicWindow::height |
Height of the image
vx_uint32 tivxImgMosaicWindow::input_select |
Input selector
vx_uint32 tivxImgMosaicWindow::channel_select |
Channel selector
vx_uint32 tivxImgMosaicWindow::enable_roi |
1 - Enable ROI cropping, 0 - disable ROI cropping (default)
vx_uint32 tivxImgMosaicWindow::roiStartX |
When enable_roi is 1, indicates the starting X position of ROI
vx_uint32 tivxImgMosaicWindow::roiStartY |
When enable_roi is 1, indicates the starting Y position of ROI
vx_uint32 tivxImgMosaicWindow::roiWidth |
When enable_roi is 1, indicates the ROI width
vx_uint32 tivxImgMosaicWindow::roiHeight |
When enable_roi is 1, indicates the ROI height