image 3d widget with position, normal, up_vector

This commit is contained in:
ozantonkal
2013-07-22 17:18:19 +02:00
parent d0bd344a42
commit f9938da67d
2 changed files with 76 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ namespace cv
{
public:
Image3DWidget(const Mat &image, const Size &size);
Image3DWidget(const Vec3f &position, const Vec3f &normal, const Vec3f &up_vector, const Mat &image, const Size &size);
void setImage(const Mat &image);