projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e4eed0
)
Fix typo in core/base.hpp
author
Ryo Suzuki
<reputeless+github@gmail.com>
Sat, 17 Feb 2018 10:35:25 +0000
(19:35 +0900)
committer
GitHub
<noreply@github.com>
Sat, 17 Feb 2018 10:35:25 +0000
(19:35 +0900)
modules/core/include/opencv2/core/base.hpp
patch
|
blob
|
history
diff --git
a/modules/core/include/opencv2/core/base.hpp
b/modules/core/include/opencv2/core/base.hpp
index
d973268
..
61144e9
100644
(file)
--- a/
modules/core/include/opencv2/core/base.hpp
+++ b/
modules/core/include/opencv2/core/base.hpp
@@
-271,7
+271,7
@@
enum BorderTypes {
BORDER_REFLECT = 2, //!< `fedcba|abcdefgh|hgfedcb`
BORDER_WRAP = 3, //!< `cdefgh|abcdefgh|abcdefg`
BORDER_REFLECT_101 = 4, //!< `gfedcb|abcdefgh|gfedcba`
- BORDER_TRANSPARENT = 5, //!< `uvwxyz|ab
s
defgh|ijklmno`
+ BORDER_TRANSPARENT = 5, //!< `uvwxyz|ab
c
defgh|ijklmno`
BORDER_REFLECT101 = BORDER_REFLECT_101, //!< same as BORDER_REFLECT_101
BORDER_DEFAULT = BORDER_REFLECT_101, //!< same as BORDER_REFLECT_101