extendRay
Defined in
<distance_3d_seg.h>
This function takes a ray defined by two points in 3d space and extends the ray by the given amount.
(1) |
-
Parameters:-
const cv::Point3d &
line_start
-
const cv::Point3d &
line_end
-
float
iExtendLength
-