plane widget size fix

This commit is contained in:
ozantonkal
2013-07-22 14:34:44 +02:00
parent 16c8c98895
commit 5af739dfc1
2 changed files with 27 additions and 4 deletions

View File

@@ -71,6 +71,8 @@ namespace cv
public:
PlaneWidget(const Vec4f& coefs, double size = 1.0, const Color &color = Color::white());
PlaneWidget(const Vec4f& coefs, const Point3f& pt, double size = 1.0, const Color &color = Color::white());
private:
struct SetSizeImpl;
};
class CV_EXPORTS SphereWidget : public Widget3D