About
  1. | API Documentation
  2. | Common
  3. | processing
  4. | CamMats
  5. | GetPrincipalPointInfo

GetPrincipalPointInfo

Defined in <processing/CamMats.h>

These functions return the principle point for the camera. The principle point is the point in image coordinates where the principle ray intersects the image plane. The principle ray is the ray that goes through the pinhole of the camera.


void GetPrincipalPointInfo(const int & iCamIdx, double & oFocalLength, cv::Point2d & oOpticalCenter) const
(1)
void GetPrincipalPointInfo(std::vector<double> & oFocalLengths, std::vector<cv::Point2d> & oOpticalCenters) const
(2)

  1. Parameters:
    • const int & iCamIdx
    • double & oFocalLength
    • cv::Point2d & oOpticalCenter

  2. Parameters:
    • std::vector<double> & oFocalLengths
    • std::vector<cv::Point2d> & oOpticalCenters

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