circle widget thickness property

This commit is contained in:
ozantonkal
2013-07-07 16:21:47 +03:00
parent 9d684a39da
commit 030400d50f
3 changed files with 12 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ namespace temp_viz
class CV_EXPORTS CircleWidget : public Widget
{
public:
CircleWidget(const Point3f& pt, double radius, const Color &color = Color::white());
CircleWidget(const Point3f& pt, double radius, double thickness = 0.01, const Color &color = Color::white());
};
class CV_EXPORTS CylinderWidget : public Widget