About
  1. | API Documentation
  2. | Open Source
  3. | free_functions
  4. | getShortestDistance

getShortestDistance

Defined in <distance_3d_seg.h>

Get the shortest distance between two points or line segments in 3d space.


double getShortestDistance(cv::Point2d iPoint1, cv::Point2d iPoint2)
(1)
double getShortestDistance(cv::Point3d line1_start, cv::Point3d line1_end, cv::Point3d line2_start, cv::Point3d line2_end, float iExtendLength)
(2)
  1. __MISSING__
    Parameters:
    • cv::Point2d iPoint1
    • cv::Point2d iPoint2
  2. __MISSING__
    Parameters:
    • cv::Point3d line1_start
    • cv::Point3d line1_end
    • cv::Point3d line2_start
    • cv::Point3d line2_end
    • float iExtendLength

SnakeStrike — An program for high-speed multi-camera data collection and triangulation.

Page owner(s): gwjensen  Last updated: 2020-09-28 07:40:17 +0000