#include <iostream>
#include <fstream>
#include <string>
#include <vector>
using namespace std;
int main()
{
//初始化向量
vector<Point2d> end_point_inSRC;
for (int i = 0; i < end_point_inROI.size(); i++)
{
Point temp_p;
temp_p.x = i;
temp_p.y = 2*i;
end_point_inSRC.push_back(temp_p);
}
//定
c++将点向量的数据以指定形式和指定精度保存到txt
最新推荐文章于 2025-03-21 23:36:40 发布