About
  1. | API Documentation
  2. | Common
  3. | io
  4. | WriteMarkedPointsToFile

WriteMarkedPointsToFile

Defined in <io/File.h>

Write the points that the user marked to file for re-use if the user would like to run a slightly different version of triangulation.


void WriteMarkedPointsToFile(const std::string & iFilename, const std::vector<std::vector<cv::Point2d>> & iMarkedPoints, const std::vector<std::vector<std::vector<int32_t>> > & iBestFit)
(1)

  1. Parameters:
    • const std::string & iFilename
    • const std::vector<std::vector<cv::Point2d>> & iMarkedPoints
    • const std::vector<std::vector<std::vector<int32_t>> > & iBestFit

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