Vision Apps User Guide
tivx_img_proc_nodes.h File Reference

Go to the source code of this file.

Functions

VX_API_ENTRY vx_node VX_API_CALL tivxImgPreProcNode (vx_graph graph, vx_array config, vx_image in_img, vx_tensor out_tensor)
 Creates a Image Pre Processing Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxOCPreProcNode (vx_graph graph, vx_user_data_object config, vx_image in_img, vx_tensor out_tensor)
 Creates a OC Pre Processing Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxOCPostProcNode (vx_graph graph, vx_user_data_object config, vx_user_data_object in_args, vx_tensor in_tensor, vx_user_data_object results)
 Creates a OC Post Processing Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxODPostProcNode (vx_graph graph, vx_array configuration, vx_tensor input_key_points, vx_tensor fwd_table_tensor, vx_tensor rev_table_tensor, vx_tensor kp_tensor, vx_tensor kp_valid)
 Creates a Post processing Node for Parking Spot Detection Algorithm. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxDofPlaneSepNode (vx_graph graph, vx_user_data_object config, vx_image dof_flow, vx_tensor out_planes)
 Creates a Dense Optical Flow (Dof) 3 plane creation Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxPixelVizNode (vx_graph graph, vx_kernel kernel, vx_user_data_object configuration, vx_user_data_object tidl_out_args, vx_image in_img, vx_int32 num_output_tensors, vx_tensor detection[], vx_image out_img[])
 Creates an image with pixel level detection/label overlayed. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxVisualLocalizationNode (vx_graph graph, vx_array configuration, vx_tensor voxel_info, vx_tensor map_3d_points, vx_tensor map_desc, vx_tensor ext_feat_pt, vx_tensor ext_feat_desc, vx_tensor up_samp_wt, vx_tensor lens_dist_table, vx_user_data_object tidl_out_args, vx_matrix pose_tensor)
 Estimating the camera location from captured image and map information. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxPoseVizNode (vx_graph graph, vx_array configuration, vx_image background_image, vx_matrix pose_tensor, vx_image output_image)
 Visualization of the estimated location. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxImgMosaicNode (vx_graph graph, vx_kernel kernel, vx_user_data_object config, vx_image output_image, vx_image background_image, vx_object_array input_arr[], vx_uint32 num_inputs)
 Image Mosiac Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxDrawKeypointDetectionsNode (vx_graph graph, vx_user_data_object configuration, vx_tensor kp_tensor, vx_tensor kp_valid, vx_tensor input_tensor, vx_image input_image, vx_image output_image)
 Draw Keypoint Detections Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxDrawBoxDetectionsNode (vx_graph graph, vx_user_data_object configuration, vx_tensor input_tensor, vx_image input_image, vx_image output_image)
 Draw Box Detections Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxImgHistNode (vx_graph graph, vx_image input_image, vx_distribution output_histogram)
 Image Histogram Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxSFMNode (vx_graph graph, vx_user_data_object config, vx_user_data_object create_params, vx_user_data_object in_args, vx_user_data_object out_args, vx_image input_image, vx_image flow_vectors, vx_image output_ptcld_image, vx_image output_og_image, vx_user_data_object output_feat)
 Structure From Motion Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxDLPreProcNode (vx_graph graph, vx_user_data_object config, vx_image input_image, vx_tensor output_tensor)
 DL Pre-processing Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxDLColorBlendNode (vx_graph graph, vx_user_data_object config, vx_image input_image, vx_tensor input_tensor, vx_image output_image)
 DL Color Blend Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxDLDrawBoxNode (vx_graph graph, vx_user_data_object config, vx_image input_image, vx_tensor input_tensor, vx_image output_image)
 DL Draw Box Node. More...
 
VX_API_ENTRY vx_node VX_API_CALL tivxDLColorConvertNode (vx_graph graph, vx_image input_image, vx_image output_image)
 DL Color Convert Node. More...