Vision Apps User Guide

Detailed Description

The point detect structure is the configuration data structure used by the TIVX_KERNEL_POINT_DETECT kernel.

Data Fields

vx_uint8 enableSV_ACDetect
 
vx_uint8 thresholdMode
 
vx_uint8 windowMode
 
vx_uint8 Ransac
 
vx_int16 SVROIWidth
 
vx_int16 SVROIHeight
 
vx_int16 binarizeOffset
 
vx_int16 borderOffset
 
vx_int16 smallestCenter
 
vx_int16 largestCenter
 
vx_int16 maxWinWidth
 
vx_int16 maxWinHeight
 
vx_int16 maxBandLen
 
vx_int16 minBandLen
 
vx_int16 minSampleInCluster
 
vx_int16 firstROITop
 
vx_int16 firstROIBottom
 
vx_int16 firstROILeft
 
vx_int16 firstROIRight
 
vx_int16 secondROITop
 
vx_int16 secondROIBottom
 
vx_int16 secondROILeft
 
vx_int16 secondROIRight
 
vx_int16 camera_id
 

Field Documentation

◆ enableSV_ACDetect

vx_uint8 svPointDetect_t::enableSV_ACDetect

Dilate / Erode function; 0: Disabled (Default); 1: Enabled

◆ thresholdMode

vx_uint8 svPointDetect_t::thresholdMode

Bias for binarization, [Range (0 - 4)] ; Default =0

◆ windowMode

vx_uint8 svPointDetect_t::windowMode

Window offset selection, 0:Default offset; 1 ; custom offset

◆ Ransac

vx_uint8 svPointDetect_t::Ransac

0: Disable Ransac (Default); 1: Enable Ransac

◆ SVROIWidth

vx_int16 svPointDetect_t::SVROIWidth

Width of the ROI for point detect

◆ SVROIHeight

vx_int16 svPointDetect_t::SVROIHeight

Height of the ROI for point detect

◆ binarizeOffset

vx_int16 svPointDetect_t::binarizeOffset

binarize offset for point detect

◆ borderOffset

vx_int16 svPointDetect_t::borderOffset

border offset for point detect

◆ smallestCenter

vx_int16 svPointDetect_t::smallestCenter

Size of smallest center to be detected

◆ largestCenter

vx_int16 svPointDetect_t::largestCenter

Size of largest center to be detected

◆ maxWinWidth

vx_int16 svPointDetect_t::maxWinWidth

Maximum window width

◆ maxWinHeight

vx_int16 svPointDetect_t::maxWinHeight

Maximum window height

◆ maxBandLen

vx_int16 svPointDetect_t::maxBandLen

Maximum band length

◆ minBandLen

vx_int16 svPointDetect_t::minBandLen

Miinimum band length

◆ minSampleInCluster

vx_int16 svPointDetect_t::minSampleInCluster

Miinimum sample cluser size

◆ firstROITop

vx_int16 svPointDetect_t::firstROITop

Top position of first ROI

◆ firstROIBottom

vx_int16 svPointDetect_t::firstROIBottom

Bottom position of first ROI

◆ firstROILeft

vx_int16 svPointDetect_t::firstROILeft

Left position of first ROI

◆ firstROIRight

vx_int16 svPointDetect_t::firstROIRight

Right position of first ROI

◆ secondROITop

vx_int16 svPointDetect_t::secondROITop

Top position of second ROI

◆ secondROIBottom

vx_int16 svPointDetect_t::secondROIBottom

Bottom position of second ROI

◆ secondROILeft

vx_int16 svPointDetect_t::secondROILeft

Left position of second ROI

◆ secondROIRight

vx_int16 svPointDetect_t::secondROIRight

Right position of second ROI

◆ camera_id

vx_int16 svPointDetect_t::camera_id

Camera Id 0:Front; 1:Right; 2:Back; 3:Left