1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

more tests

This commit is contained in:
Anatoly Baksheev
2014-01-01 17:55:18 +04:00
parent e7791e1590
commit f610c295f2
8 changed files with 143 additions and 29 deletions
+2 -2
View File
@@ -234,9 +234,9 @@ namespace cv
{
public:
//! Creates grid at the origin
WGrid(const Vec2i &dimensions, const Vec2d &spacing, const Color &color = Color::white());
WGrid(const Vec2i &dimensions, const Vec2f &spacing, const Color &color = Color::white());
//! Creates grid based on the plane equation
WGrid(const Vec4f &coeffs, const Vec2i &dimensions, const Vec2d &spacing, const Color &color = Color::white());
WGrid(const Vec4f &coeffs, const Vec2i &dimensions, const Vec2f &spacing, const Color &color = Color::white());
};
class CV_EXPORTS WCameraPosition : public Widget3D