getShortestDistance
Defined in
<distance_3d_seg.h>
Get the shortest distance between two points or line segments in 3d space.
(1) | |
(2) |
-
__MISSING__
Parameters:-
cv::Point2d
iPoint1
-
cv::Point2d
iPoint2
-
-
__MISSING__
Parameters:-
cv::Point3d
line1_start
-
cv::Point3d
line1_end
-
cv::Point3d
line2_start
-
cv::Point3d
line2_end
-
float
iExtendLength
-