arrow widget thickness parameter

This commit is contained in:
ozantonkal
2013-07-15 15:14:13 +02:00
parent dc348ff93d
commit 1bfd7ad17e
3 changed files with 7 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ namespace cv
class CV_EXPORTS ArrowWidget : public Widget3D
{
public:
ArrowWidget(const Point3f& pt1, const Point3f& pt2, const Color &color = Color::white());
ArrowWidget(const Point3f& pt1, const Point3f& pt2, double thickness = 0.03, const Color &color = Color::white());
};
class CV_EXPORTS CircleWidget : public Widget3D