Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
f8c83340
Commit
f8c83340
authored
Jun 28, 2010
by
Yannick Verdie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New functions with QT GUI:
- imgregion (as with Matlab) implemented
parent
69adf86a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
window_QT.cpp
modules/highgui/src/window_QT.cpp
+0
-0
window_QT.h
modules/highgui/src/window_QT.h
+3
-1
No files found.
modules/highgui/src/window_QT.cpp
View file @
f8c83340
This diff is collapsed.
Click to expand it.
modules/highgui/src/window_QT.h
View file @
f8c83340
...
@@ -197,6 +197,7 @@ public:
...
@@ -197,6 +197,7 @@ public:
IplImage
*
image2Draw_ipl
;
IplImage
*
image2Draw_ipl
;
QImage
image2Draw_qt
;
QImage
image2Draw_qt
;
int
nbChannelOriginImage
;
void
setRatio
(
int
flags
);
void
setRatio
(
int
flags
);
int
getRatio
();
int
getRatio
();
...
@@ -247,7 +248,8 @@ private:
...
@@ -247,7 +248,8 @@ private:
void
mouseReleaseEvent
(
QMouseEvent
*
event
);
void
mouseReleaseEvent
(
QMouseEvent
*
event
);
void
mouseDoubleClickEvent
(
QMouseEvent
*
event
);
void
mouseDoubleClickEvent
(
QMouseEvent
*
event
);
void
drawInstructions
(
QPainter
*
painter
);
void
drawInstructions
(
QPainter
*
painter
);
void
drawOverview
(
QPainter
*
painter
);
void
drawViewOverview
(
QPainter
*
painter
);
void
drawImgRegion
(
QPainter
*
painter
);
void
draw2D
(
QPainter
*
painter
);
void
draw2D
(
QPainter
*
painter
);
void
drawStatusBar
();
void
drawStatusBar
();
void
controlImagePosition
();
void
controlImagePosition
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment