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
cabddaeb
Commit
cabddaeb
authored
Oct 10, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Issue #2035 Calling cv::namedWindow crashes on Android fixed."
This reverts commit
36135fc5
.
parent
e83ff354
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
CMakeLists.txt
modules/highgui/CMakeLists.txt
+0
-2
highgui.hpp
modules/highgui/include/opencv2/highgui/highgui.hpp
+0
-3
No files found.
modules/highgui/CMakeLists.txt
View file @
cabddaeb
...
@@ -70,8 +70,6 @@ set(highgui_srcs
...
@@ -70,8 +70,6 @@ set(highgui_srcs
file
(
GLOB highgui_ext_hdrs
"include/opencv2/
${
name
}
/*.hpp"
"include/opencv2/
${
name
}
/*.h"
)
file
(
GLOB highgui_ext_hdrs
"include/opencv2/
${
name
}
/*.hpp"
"include/opencv2/
${
name
}
/*.h"
)
add_definitions
(
-DHAVE_ANDROID_UI
)
if
(
HAVE_QT
)
if
(
HAVE_QT
)
if
(
HAVE_QT_OPENGL
)
if
(
HAVE_QT_OPENGL
)
set
(
QT_USE_QTOPENGL TRUE
)
set
(
QT_USE_QTOPENGL TRUE
)
...
...
modules/highgui/include/opencv2/highgui/highgui.hpp
View file @
cabddaeb
...
@@ -54,7 +54,6 @@ struct CvVideoWriter;
...
@@ -54,7 +54,6 @@ struct CvVideoWriter;
namespace
cv
namespace
cv
{
{
#if defined(ANDROID) && defined(HAVE_ANDROID_UI)
enum
{
enum
{
// Flags for namedWindow
// Flags for namedWindow
WINDOW_NORMAL
=
CV_WINDOW_NORMAL
,
// the user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size
WINDOW_NORMAL
=
CV_WINDOW_NORMAL
,
// the user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size
...
@@ -156,8 +155,6 @@ CV_EXPORTS int createButton( const string& bar_name, ButtonCallback on_change,
...
@@ -156,8 +155,6 @@ CV_EXPORTS int createButton( const string& bar_name, ButtonCallback on_change,
void
*
userdata
=
NULL
,
int
type
=
CV_PUSH_BUTTON
,
void
*
userdata
=
NULL
,
int
type
=
CV_PUSH_BUTTON
,
bool
initial_button_state
=
0
);
bool
initial_button_state
=
0
);
#endif
//-------------------------
//-------------------------
enum
enum
...
...
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