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
e8ac3ea9
Commit
e8ac3ea9
authored
Jan 07, 2019
by
Thomas Peters
Committed by
Tom Peters
Jan 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix implicit fallthrough warning.
parent
71aee662
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
resize.cpp
3rdparty/carotene/src/resize.cpp
+1
-0
No files found.
3rdparty/carotene/src/resize.cpp
View file @
e8ac3ea9
...
...
@@ -109,6 +109,7 @@ bool isResizeLinearOpenCVSupported(const Size2D &ssize, const Size2D &dsize, u32
&&
dsize
.
width
>=
2
&&
dsize
.
height
>=
8
&&
(
2
*
dsize
.
width
!=
ssize
.
width
||
2
*
dsize
.
height
!=
ssize
.
height
))
// 2x downscaling is performed as area in OpenCV which differs from this implementation
return
isSupportedConfiguration
();
return
false
;
default
:
return
false
;
};
...
...
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