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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user