Gridwidget with plane coefficients

This commit is contained in:
ozantonkal
2013-07-24 10:02:33 +02:00
parent 40b50755d3
commit 6e5a712f6e
2 changed files with 65 additions and 0 deletions

View File

@@ -124,6 +124,8 @@ namespace cv
{
public:
GridWidget(const Vec2i &dimensions, const Vec2d &spacing, const Color &color = Color::white());
GridWidget(const Vec4f &coeffs, const Vec2i &dimensions, const Vec2d &spacing, const Color &color = Color::white());
};
class CV_EXPORTS Text3DWidget : public Widget3D