CoreFlow 1.0.0
A modern orchestration and execution runtime
|
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. | |
Hough lines probability parameters.
vx_int32 _vx_hough_lines_p_t::line_gap |
The maximum allowed gap between points on the same line to link them.
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.
vx_float32 _vx_hough_lines_p_t::rho |
Distance resolution of the parameter in pixels.
vx_float32 _vx_hough_lines_p_t::theta |
Angle resolution of the parameter in radians.
vx_float32 _vx_hough_lines_p_t::theta_max |
Optional restriction on theta. The max allowed value.
vx_float32 _vx_hough_lines_p_t::theta_min |
Optional restriction on theta. The min allowed value.
vx_int32 _vx_hough_lines_p_t::threshold |
The minimum number of intersections to detect a line.