coordinate system widget implementation, update pose fix
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user