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
1db1a834
Commit
1db1a834
authored
Feb 25, 2014
by
Roman Donchenko
Committed by
OpenCV Buildbot
Feb 25, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2410 from asmorkalov:android_tiff_lowmem_fix
parents
7dc549f1
dbb7aa78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
test_grfmt.cpp
modules/highgui/test/test_grfmt.cpp
+6
-0
No files found.
modules/highgui/test/test_grfmt.cpp
View file @
1db1a834
...
...
@@ -392,7 +392,13 @@ TEST(Highgui_Jpeg, encode_empty)
#define int64 int64_hack_
#include "tiff.h"
#ifdef ANDROID
// Test disabled as it uses a lot of memory.
// It is killed with SIGKILL by out of memory killer.
TEST
(
Highgui_Tiff
,
DISABLED_decode_tile16384x16384
)
#else
TEST
(
Highgui_Tiff
,
decode_tile16384x16384
)
#endif
{
// see issue #2161
cv
::
Mat
big
(
16384
,
16384
,
CV_8UC1
,
cv
::
Scalar
::
all
(
0
));
...
...
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