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

image 3d widget use texture instead of imageactor for more flexibility (such as resizing)

This commit is contained in:
ozantonkal
2013-07-22 16:48:17 +02:00
parent 27f5cd2afd
commit d0bd344a42
3 changed files with 39 additions and 6 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ namespace cv
class CV_EXPORTS Image3DWidget : public Widget3D
{
public:
Image3DWidget(const Mat &image);
Image3DWidget(const Mat &image, const Size &size);
void setImage(const Mat &image);