|
|
@ -96,7 +96,7 @@ TEST(Viz_viz3d, accuracy) |
|
|
|
temp_viz::ArrowWidget aw(cv::Point3f(0,0,0), cv::Point3f(1,1,1), temp_viz::Color(255,0,0)); |
|
|
|
temp_viz::ArrowWidget aw(cv::Point3f(0,0,0), cv::Point3f(1,1,1), temp_viz::Color(255,0,0)); |
|
|
|
temp_viz::CircleWidget cw(cv::Point3f(0,0,0), 0.5, 0.01, temp_viz::Color(0,255,0)); |
|
|
|
temp_viz::CircleWidget cw(cv::Point3f(0,0,0), 0.5, 0.01, temp_viz::Color(0,255,0)); |
|
|
|
temp_viz::CylinderWidget cyw(cv::Point3f(0,0,0), cv::Point3f(-1,-1,-1), 0.5, 30, temp_viz::Color(0,255,0)); |
|
|
|
temp_viz::CylinderWidget cyw(cv::Point3f(0,0,0), cv::Point3f(-1,-1,-1), 0.5, 30, temp_viz::Color(0,255,0)); |
|
|
|
temp_viz::CubeWidget cuw(cv::Point3f(-2,-2,-2), cv::Point3f(-1,-1,-1), temp_viz::Color(0,0,255)); |
|
|
|
temp_viz::CubeWidget cuw(cv::Point3f(-2,-2,-2), cv::Point3f(-1,-1,-1)); |
|
|
|
temp_viz::CoordinateSystemWidget csw(1.0f, cv::Affine3f::Identity()); |
|
|
|
temp_viz::CoordinateSystemWidget csw(1.0f, cv::Affine3f::Identity()); |
|
|
|
temp_viz::TextWidget tw("TEST", cv::Point2i(100,100), 20); |
|
|
|
temp_viz::TextWidget tw("TEST", cv::Point2i(100,100), 20); |
|
|
|
|
|
|
|
|
|
|
@ -106,7 +106,7 @@ TEST(Viz_viz3d, accuracy) |
|
|
|
// v.showWidget("arrow", aw);
|
|
|
|
// v.showWidget("arrow", aw);
|
|
|
|
// v.showWidget("circle", cw);
|
|
|
|
// v.showWidget("circle", cw);
|
|
|
|
// v.showWidget("cylinder", cyw);
|
|
|
|
// v.showWidget("cylinder", cyw);
|
|
|
|
// v.showWidget("cube", cuw);
|
|
|
|
v.showWidget("cube", cuw); |
|
|
|
v.showWidget("coordinateSystem", csw); |
|
|
|
v.showWidget("coordinateSystem", csw); |
|
|
|
v.showWidget("text",tw); |
|
|
|
v.showWidget("text",tw); |
|
|
|
|
|
|
|
|
|
|
|