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
7fe7facf
Commit
7fe7facf
authored
Jul 08, 2014
by
vbystricky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variable
parent
eb8366bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
cap_dshow.cpp
modules/highgui/src/cap_dshow.cpp
+0
-2
cap_dshow.hpp
modules/highgui/src/cap_dshow.hpp
+0
-1
No files found.
modules/highgui/src/cap_dshow.cpp
View file @
7fe7facf
...
...
@@ -3106,7 +3106,6 @@ videoInput VideoCapture_DShow::g_VI;
VideoCapture_DShow
::
VideoCapture_DShow
(
int
index
)
:
m_index
(
-
1
)
,
m_frame
(
0
)
,
m_width
(
-
1
)
,
m_height
(
-
1
)
,
m_fourcc
(
-
1
)
...
...
@@ -3311,7 +3310,6 @@ void VideoCapture_DShow::close()
{
g_VI
.
stopDevice
(
m_index
);
m_index
=
-
1
;
cvReleaseImage
(
&
m_frame
);
}
m_widthSet
=
m_heightSet
=
m_width
=
m_height
=
-
1
;
}
...
...
modules/highgui/src/cap_dshow.hpp
View file @
7fe7facf
...
...
@@ -39,7 +39,6 @@ protected:
int
m_index
,
m_width
,
m_height
,
m_fourcc
;
int
m_widthSet
,
m_heightSet
;
IplImage
*
m_frame
;
static
videoInput
g_VI
;
};
...
...
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