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
fef677f5
Commit
fef677f5
authored
Oct 03, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix defines typo
parent
fa874220
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
color.hpp
modules/core/include/opencv2/core/cuda/color.hpp
+1
-1
reduce_key_val.hpp
.../core/include/opencv2/core/cuda/detail/reduce_key_val.hpp
+3
-3
reduce.hpp
modules/core/include/opencv2/core/cuda/reduce.hpp
+1
-1
type_traits.hpp
modules/core/include/opencv2/core/cuda/type_traits.hpp
+3
-3
private.cuda.hpp
modules/core/include/opencv2/core/private.cuda.hpp
+1
-1
cudafilters.hpp
modules/cudafilters/include/opencv2/cudafilters.hpp
+1
-1
No files found.
modules/core/include/opencv2/core/cuda/color.hpp
View file @
fef677f5
...
...
@@ -306,4 +306,4 @@ namespace cv { namespace cuda { namespace device
//! @endcond
#endif // OPENCV_CUDA_
BORDER_INTERPOLATE
_HPP
#endif // OPENCV_CUDA_
COLOR
_HPP
modules/core/include/opencv2/core/cuda/detail/reduce_key_val.hpp
View file @
fef677f5
...
...
@@ -40,8 +40,8 @@
//
//M*/
#ifndef OPENCV_CUDA_PRED_VAL_REDUCE_DETAIL_HPP
_
#define OPENCV_CUDA_PRED_VAL_REDUCE_DETAIL_HPP
_
#ifndef OPENCV_CUDA_PRED_VAL_REDUCE_DETAIL_HPP
#define OPENCV_CUDA_PRED_VAL_REDUCE_DETAIL_HPP
#include <thrust/tuple.h>
#include "../warp.hpp"
...
...
@@ -499,4 +499,4 @@ namespace cv { namespace cuda { namespace device
//! @endcond
#endif // OPENCV_CUDA_PRED_VAL_REDUCE_DETAIL_HPP
_
#endif // OPENCV_CUDA_PRED_VAL_REDUCE_DETAIL_HPP
modules/core/include/opencv2/core/cuda/reduce.hpp
View file @
fef677f5
...
...
@@ -202,4 +202,4 @@ namespace cv { namespace cuda { namespace device
//! @endcond
#endif // OPENCV_CUDA_
UTILITY
_HPP
#endif // OPENCV_CUDA_
REDUCE
_HPP
modules/core/include/opencv2/core/cuda/type_traits.hpp
View file @
fef677f5
...
...
@@ -40,8 +40,8 @@
//
//M*/
#ifndef OPENCV_CUDA_
REDUCE_DETAIL
_HPP
#define OPENCV_CUDA_
REDUCE_DETAIL
_HPP
#ifndef OPENCV_CUDA_
TYPE_TRAITS
_HPP
#define OPENCV_CUDA_
TYPE_TRAITS
_HPP
#include "detail/type_traits_detail.hpp"
...
...
@@ -87,4 +87,4 @@ namespace cv { namespace cuda { namespace device
//! @endcond
#endif // OPENCV_CUDA_
REDUCE_DETAIL
_HPP
#endif // OPENCV_CUDA_
TYPE_TRAITS
_HPP
modules/core/include/opencv2/core/private.cuda.hpp
View file @
fef677f5
...
...
@@ -169,4 +169,4 @@ namespace cv { namespace cuda
//! @endcond
#endif // OPENCV_CORE_
CUDA_PRIVATE
_HPP
#endif // OPENCV_CORE_
PRIVATE_CUDA
_HPP
modules/cudafilters/include/opencv2/cudafilters.hpp
View file @
fef677f5
...
...
@@ -328,4 +328,4 @@ CV_EXPORTS Ptr<Filter> createMedianFilter(int srcType, int windowSize, int parti
}}
// namespace cv { namespace cuda {
#endif
/*OPENCV_CUDAFILTERS_HPP */
#endif
/*
OPENCV_CUDAFILTERS_HPP */
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