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
3bbe5d39
Commit
3bbe5d39
authored
Jan 09, 2019
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13592 from tdp2110:master
parents
fd674b85
e8ac3ea9
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 @
3bbe5d39
...
...
@@ -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