提交 f8c83340 编写于 作者: Y Yannick Verdie

New functions with QT GUI:

- imgregion (as with Matlab) implemented
上级 69adf86a
此差异已折叠。
......@@ -197,6 +197,7 @@ public:
IplImage* image2Draw_ipl;
QImage image2Draw_qt;
int nbChannelOriginImage;
void setRatio(int flags);
int getRatio();
......@@ -247,7 +248,8 @@ private:
void mouseReleaseEvent(QMouseEvent *event);
void mouseDoubleClickEvent(QMouseEvent *event);
void drawInstructions(QPainter *painter);
void drawOverview(QPainter *painter);
void drawViewOverview(QPainter *painter);
void drawImgRegion(QPainter *painter);
void draw2D(QPainter *painter);
void drawStatusBar();
void controlImagePosition();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册