About
  1. | API Documentation
  2. | Open Source
  3. | EPVH - Exact Polyhedral Visual Hull
  4. | lineToLineIntersection2D

lineToLineIntersection2D

Defined in <>

MISSING


float lineToLineIntersection2D(tr::Point2 & point1, tr::Point2 & point2, tr::Point2 & point3, tr::Point2 & point4, tr::Point2 & intersection)
(1)
double lineToLineIntersection2D(Eigen::Vector2d point1, Eigen::Vector2d point2, Eigen::Vector2d point3, Eigen::Vector2d point4, std::pair<double, double> & coefficients)
(2)
void lineToLineIntersection2D(cv::Point2f point1, cv::Point2f point2, cv::Point2f point3, cv::Point2f point4, cv::Point2f & intersection, std::pair<double, double> & coefficients)
(3)
float lineToLineIntersection2D(tr::Point2f point1, tr::Point2f point2, tr::Point2f point3, tr::Point2f point4, std::pair<float, float> & coefficients)
(4)
void lineToLineIntersection2D(tr::Point2 & point1, tr::Point2 & point2, tr::Point2 & point3, tr::Point2 & point4, tr::Point2 & intersection, std::pair<float, float> & coefficients)
(5)
float lineToLineIntersection2D(cv::Point2f point1, cv::Point2f point2, cv::Point2f point3, cv::Point2f point4, cv::Point2f & intersection)
(6)
void lineToLineIntersection2D(Eigen::Vector2d point1, Eigen::Vector2d point2, Eigen::Vector2d point3, Eigen::Vector2d point4, Eigen::Vector2d & intersection, std::pair<double, double> & coefficients)
(7)
void lineToLineIntersection2D(cv::Point2f point1, cv::Point2f point2, cv::Point2f point3, cv::Point2f point4, cv::Point2f & intersection, std::pair<float, float> & coefficients)
(8)
  1. __MISSING__
    Parameters:
    • tr::Point2 & point1
    • tr::Point2 & point2
    • tr::Point2 & point3
    • tr::Point2 & point4
    • tr::Point2 & intersection
  2. __MISSING__
    Parameters:
    • Eigen::Vector2d point1
    • Eigen::Vector2d point2
    • Eigen::Vector2d point3
    • Eigen::Vector2d point4
    • std::pair<double, double> & coefficients
  3. __MISSING__
    Parameters:
    • cv::Point2f point1
    • cv::Point2f point2
    • cv::Point2f point3
    • cv::Point2f point4
    • cv::Point2f & intersection
    • std::pair<double, double> & coefficients
  4. __MISSING__
    Parameters:
    • tr::Point2f point1
    • tr::Point2f point2
    • tr::Point2f point3
    • tr::Point2f point4
    • std::pair<float, float> & coefficients
  5. __MISSING__
    Parameters:
    • tr::Point2 & point1
    • tr::Point2 & point2
    • tr::Point2 & point3
    • tr::Point2 & point4
    • tr::Point2 & intersection
    • std::pair<float, float> & coefficients
  6. __MISSING__
    Parameters:
    • cv::Point2f point1
    • cv::Point2f point2
    • cv::Point2f point3
    • cv::Point2f point4
    • cv::Point2f & intersection
  7. __MISSING__
    Parameters:
    • Eigen::Vector2d point1
    • Eigen::Vector2d point2
    • Eigen::Vector2d point3
    • Eigen::Vector2d point4
    • Eigen::Vector2d & intersection
    • std::pair<double, double> & coefficients
  8. __MISSING__
    Parameters:
    • cv::Point2f point1
    • cv::Point2f point2
    • cv::Point2f point3
    • cv::Point2f point4
    • cv::Point2f & intersection
    • std::pair<float, float> & coefficients

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