coordinate system widget implementation, update pose fix

This commit is contained in:
ozantonkal
2013-07-04 18:19:06 +03:00
parent 03cc439b08
commit ecdd8513fd
4 changed files with 66 additions and 13 deletions

View File

@@ -79,5 +79,11 @@ namespace temp_viz
public:
CubeWidget(const Point3f& pt_min, const Point3f& pt_max, const Color &color = Color::white());
};
class CV_EXPORTS CoordinateSystemWidget : public Widget
{
public:
CoordinateSystemWidget(double scale, const Affine3f& affine);
};
}