Vision Apps User Guide

Data Fields

vx_float32 focal_length
 
vx_int32 center_x
 
vx_int32 center_y
 
vx_int32 inter_center_x_fact
 
vx_int32 inter_center_y_fact
 
vx_int32 num_table_rows
 
vx_int32 num_max_det
 
vx_int32 width
 
vx_int32 height
 
vx_int32 dl_width
 
vx_int32 dl_height
 
vx_int32 points_per_line
 
vx_int32 num_keypoints
 
vx_int32 output_buffer_offset
 
vx_int32 skip_flag
 

Field Documentation

◆ focal_length

vx_float32 tivxODPostProcParams::focal_length

focal length of camera

◆ center_x

vx_int32 tivxODPostProcParams::center_x

Optical center x of the input image

◆ center_y

vx_int32 tivxODPostProcParams::center_y

Optical center y of the input image

◆ inter_center_x_fact

vx_int32 tivxODPostProcParams::inter_center_x_fact

Optical center x multiplication factor of the output image. output image optical center x = inter_center_x_fact*center_x

◆ inter_center_y_fact

vx_int32 tivxODPostProcParams::inter_center_y_fact

Optical center y multiplication factor of the output image. output image optical center y = inter_center_y_fact*center_y

◆ num_table_rows

vx_int32 tivxODPostProcParams::num_table_rows

Number of table entries provided for each angular value for transformation

◆ num_max_det

vx_int32 tivxODPostProcParams::num_max_det

Maximum nuber of detection

◆ width

vx_int32 tivxODPostProcParams::width

Width of the image

◆ height

vx_int32 tivxODPostProcParams::height

Height of the image

◆ dl_width

vx_int32 tivxODPostProcParams::dl_width

Width of the image given to deep learning algorithm

◆ dl_height

vx_int32 tivxODPostProcParams::dl_height

Height of the image given to deep learning algorithm

◆ points_per_line

vx_int32 tivxODPostProcParams::points_per_line

Points per line to be interpolated for visualization purpose

◆ num_keypoints

vx_int32 tivxODPostProcParams::num_keypoints

Number of keypoints to be detected by algorithm for each parking spot

◆ output_buffer_offset

vx_int32 tivxODPostProcParams::output_buffer_offset

Offset of the object information by the deep learning algorithm in output buffer

◆ skip_flag

vx_int32 tivxODPostProcParams::skip_flag

Skip processing