本程序的功能是读取txt中数据,然后在显示到对应的图像上。
// 视频.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "highgui.h"
#include "cv.h"
#include "cxcore.h"
#include <iostream>
#include <fstream>
#include <vector>
using namespace std;
using namespace cv;
int _tmain(int argc, _TCHAR* argv[])
{
char cpath[500] = {0};
// 使用的数据
ifstream in("xxx.txt");
char* num = {NULL};
char c;
vector<int> XYais;
bool hasNum(0);
int dv(0);
bool lessthan0(0);
// * 获得X和Y的坐标
while(in.get(c))
{
....
}
if( c == ',' && hasNum){
if(lessthan0)
dv = -dv;
XYais.push_back(dv);
hasNum = 0;dv = 0;lessthan0 = 0;
}
}
// * 载入图像,绘制点
ofstream f;
f.open("llll.txt");
int xp,yp;
cout<<XYais.size()<<endl;
int j = 0;char showMsg[20] = "";
for(int i=0; i< XYais.size(); i&