Vision Apps User Guide
tivxImgMosaicWindow Struct Reference

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
 

Field Documentation

◆ startX

vx_uint32 tivxImgMosaicWindow::startX

Start postion of image along X direction (horizontal)

◆ startY

vx_uint32 tivxImgMosaicWindow::startY

Start postion of image along Y direction (vertical)

◆ width

vx_uint32 tivxImgMosaicWindow::width

Width of the image

◆ height

vx_uint32 tivxImgMosaicWindow::height

Height of the image

◆ input_select

vx_uint32 tivxImgMosaicWindow::input_select

Input selector

◆ channel_select

vx_uint32 tivxImgMosaicWindow::channel_select

Channel selector

◆ enable_roi

vx_uint32 tivxImgMosaicWindow::enable_roi

1 - Enable ROI cropping, 0 - disable ROI cropping (default)

◆ roiStartX

vx_uint32 tivxImgMosaicWindow::roiStartX

When enable_roi is 1, indicates the starting X position of ROI

◆ roiStartY

vx_uint32 tivxImgMosaicWindow::roiStartY

When enable_roi is 1, indicates the starting Y position of ROI

◆ roiWidth

vx_uint32 tivxImgMosaicWindow::roiWidth

When enable_roi is 1, indicates the ROI width

◆ roiHeight

vx_uint32 tivxImgMosaicWindow::roiHeight

When enable_roi is 1, indicates the ROI height