overlay image widget constructor with Rect

This commit is contained in:
ozantonkal
2013-07-22 16:12:22 +02:00
parent 540f9a67f3
commit 27f5cd2afd
2 changed files with 15 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ namespace cv
class CV_EXPORTS ImageOverlayWidget : public Widget2D
{
public:
ImageOverlayWidget(const Mat &image, const Point2i &pos);
ImageOverlayWidget(const Mat &image, const Rect &rect);
void setImage(const Mat &image);