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 |
vx_uint8 svPointDetect_t::enableSV_ACDetect |
Dilate / Erode function; 0: Disabled (Default); 1: Enabled
vx_uint8 svPointDetect_t::thresholdMode |
Bias for binarization, [Range (0 - 4)] ; Default =0
vx_uint8 svPointDetect_t::windowMode |
Window offset selection, 0:Default offset; 1 ; custom offset
vx_uint8 svPointDetect_t::Ransac |
0: Disable Ransac (Default); 1: Enable Ransac
vx_int16 svPointDetect_t::SVROIWidth |
Width of the ROI for point detect
vx_int16 svPointDetect_t::SVROIHeight |
Height of the ROI for point detect
vx_int16 svPointDetect_t::binarizeOffset |
binarize offset for point detect
vx_int16 svPointDetect_t::borderOffset |
border offset for point detect
vx_int16 svPointDetect_t::smallestCenter |
Size of smallest center to be detected
vx_int16 svPointDetect_t::largestCenter |
Size of largest center to be detected
vx_int16 svPointDetect_t::maxWinWidth |
Maximum window width
vx_int16 svPointDetect_t::maxWinHeight |
Maximum window height
vx_int16 svPointDetect_t::maxBandLen |
Maximum band length
vx_int16 svPointDetect_t::minBandLen |
Miinimum band length
vx_int16 svPointDetect_t::minSampleInCluster |
Miinimum sample cluser size
vx_int16 svPointDetect_t::firstROITop |
Top position of first ROI
vx_int16 svPointDetect_t::firstROIBottom |
Bottom position of first ROI
vx_int16 svPointDetect_t::firstROILeft |
Left position of first ROI
vx_int16 svPointDetect_t::firstROIRight |
Right position of first ROI
vx_int16 svPointDetect_t::secondROITop |
Top position of second ROI
vx_int16 svPointDetect_t::secondROIBottom |
Bottom position of second ROI
vx_int16 svPointDetect_t::secondROILeft |
Left position of second ROI
vx_int16 svPointDetect_t::secondROIRight |
Right position of second ROI
vx_int16 svPointDetect_t::camera_id |
Camera Id 0:Front; 1:Right; 2:Back; 3:Left