CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
_vx_hough_lines_p_t Struct Reference

Hough lines probability parameters. More...

#include <vx_types.h>

Public Attributes

vx_float32 rho
 Distance resolution of the parameter in pixels.
 
vx_float32 theta
 Angle resolution of the parameter in radians.
 
vx_int32 threshold
 The minimum number of intersections to detect a line.
 
vx_int32 line_length
 The minimum number of points that can form a line. Line segments shorter than that are rejected.
 
vx_int32 line_gap
 The maximum allowed gap between points on the same line to link them.
 
vx_float32 theta_max
 Optional restriction on theta. The max allowed value.
 
vx_float32 theta_min
 Optional restriction on theta. The min allowed value.
 

Detailed Description

Hough lines probability parameters.

Member Data Documentation

◆ line_gap

vx_int32 _vx_hough_lines_p_t::line_gap

The maximum allowed gap between points on the same line to link them.

◆ line_length

vx_int32 _vx_hough_lines_p_t::line_length

The minimum number of points that can form a line. Line segments shorter than that are rejected.

◆ rho

vx_float32 _vx_hough_lines_p_t::rho

Distance resolution of the parameter in pixels.

◆ theta

vx_float32 _vx_hough_lines_p_t::theta

Angle resolution of the parameter in radians.

◆ theta_max

vx_float32 _vx_hough_lines_p_t::theta_max

Optional restriction on theta. The max allowed value.

◆ theta_min

vx_float32 _vx_hough_lines_p_t::theta_min

Optional restriction on theta. The min allowed value.

◆ threshold

vx_int32 _vx_hough_lines_p_t::threshold

The minimum number of intersections to detect a line.