32 #include <Utils/GenGroundTruth.hh>
33 #include <Base/Geometry/HomgPoint3D.hh>
40 vector<HomgPoint3D> ScenePoints1;
41 vector<HomgPoint3D> ScenePoints2;
43 GenGroundTruth::GenerateRandomPlane(ScenePoints1);
46 GenGroundTruth::GenerateRandomPlane(ScenePoints2, 100,
53 cout <<
"Points in scene 1:" << endl;
54 for (i=0;i<ScenePoints1.size();i++)
55 cout << ScenePoints1[i] << endl;
57 cout <<
"\nPoints in scene 2:" << endl;
58 for (i=0;i<ScenePoints2.size();i++)
59 cout << ScenePoints2[i] << endl;