1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fixed identifiers warns

This commit is contained in:
sourin
2016-09-30 15:16:29 +05:30
parent d06bdd5bf6
commit a34fbf7bb1
273 changed files with 657 additions and 657 deletions
+2 -2
View File
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_HPP__
#define __OPENCV_CUDEV_HPP__
#ifndef OPENCV_CUDEV_HPP
#define OPENCV_CUDEV_HPP
#include "cudev/common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_BLOCK_BLOCK_HPP__
#define __OPENCV_CUDEV_BLOCK_BLOCK_HPP__
#ifndef OPENCV_CUDEV_BLOCK_BLOCK_HPP
#define OPENCV_CUDEV_BLOCK_BLOCK_HPP
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_BLOCK_REDUCE_DETAIL_HPP__
#define __OPENCV_CUDEV_BLOCK_REDUCE_DETAIL_HPP__
#ifndef OPENCV_CUDEV_BLOCK_REDUCE_DETAIL_HPP
#define OPENCV_CUDEV_BLOCK_REDUCE_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_BLOCK_REDUCE_KEY_VAL_DETAIL_HPP__
#define __OPENCV_CUDEV_BLOCK_REDUCE_KEY_VAL_DETAIL_HPP__
#ifndef OPENCV_CUDEV_BLOCK_REDUCE_KEY_VAL_DETAIL_HPP
#define OPENCV_CUDEV_BLOCK_REDUCE_KEY_VAL_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_BLOCK_DYNAMIC_SMEM_HPP__
#define __OPENCV_CUDEV_BLOCK_DYNAMIC_SMEM_HPP__
#ifndef OPENCV_CUDEV_BLOCK_DYNAMIC_SMEM_HPP
#define OPENCV_CUDEV_BLOCK_DYNAMIC_SMEM_HPP
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_BLOCK_REDUCE_HPP__
#define __OPENCV_CUDEV_BLOCK_REDUCE_HPP__
#ifndef OPENCV_CUDEV_BLOCK_REDUCE_HPP
#define OPENCV_CUDEV_BLOCK_REDUCE_HPP
#include "../common.hpp"
#include "../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_BLOCK_SCAN_HPP__
#define __OPENCV_CUDEV_BLOCK_SCAN_HPP__
#ifndef OPENCV_CUDEV_BLOCK_SCAN_HPP
#define OPENCV_CUDEV_BLOCK_SCAN_HPP
#include "../common.hpp"
#include "../warp/scan.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_BLOCK_VEC_DISTANCE_HPP__
#define __OPENCV_CUDEV_BLOCK_VEC_DISTANCE_HPP__
#ifndef OPENCV_CUDEV_BLOCK_VEC_DISTANCE_HPP
#define OPENCV_CUDEV_BLOCK_VEC_DISTANCE_HPP
#include "../common.hpp"
#include "../functional/functional.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_COMMON_HPP__
#define __OPENCV_CUDEV_COMMON_HPP__
#ifndef OPENCV_CUDEV_COMMON_HPP
#define OPENCV_CUDEV_COMMON_HPP
#include <cuda_runtime.h>
#include "opencv2/core/cuda.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_BINARY_FUNC_HPP__
#define __OPENCV_CUDEV_EXPR_BINARY_FUNC_HPP__
#ifndef OPENCV_CUDEV_EXPR_BINARY_FUNC_HPP
#define OPENCV_CUDEV_EXPR_BINARY_FUNC_HPP
#include "../common.hpp"
#include "../util/type_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_BINARY_OP_HPP__
#define __OPENCV_CUDEV_EXPR_BINARY_OP_HPP__
#ifndef OPENCV_CUDEV_EXPR_BINARY_OP_HPP
#define OPENCV_CUDEV_EXPR_BINARY_OP_HPP
#include "../common.hpp"
#include "../util/type_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_COLOR_HPP__
#define __OPENCV_CUDEV_EXPR_COLOR_HPP__
#ifndef OPENCV_CUDEV_EXPR_COLOR_HPP
#define OPENCV_CUDEV_EXPR_COLOR_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_DERIV_HPP__
#define __OPENCV_CUDEV_EXPR_DERIV_HPP__
#ifndef OPENCV_CUDEV_EXPR_DERIV_HPP
#define OPENCV_CUDEV_EXPR_DERIV_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_EXPR_HPP__
#define __OPENCV_CUDEV_EXPR_EXPR_HPP__
#ifndef OPENCV_CUDEV_EXPR_EXPR_HPP
#define OPENCV_CUDEV_EXPR_EXPR_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_PER_ELEMENT_FUNC_HPP__
#define __OPENCV_CUDEV_EXPR_PER_ELEMENT_FUNC_HPP__
#ifndef OPENCV_CUDEV_EXPR_PER_ELEMENT_FUNC_HPP
#define OPENCV_CUDEV_EXPR_PER_ELEMENT_FUNC_HPP
#include "../common.hpp"
#include "../util/type_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_REDUCTION_HPP__
#define __OPENCV_CUDEV_EXPR_REDUCTION_HPP__
#ifndef OPENCV_CUDEV_EXPR_REDUCTION_HPP
#define OPENCV_CUDEV_EXPR_REDUCTION_HPP
#include "../common.hpp"
#include "../grid/reduce.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_UNARY_FUNC_HPP__
#define __OPENCV_CUDEV_EXPR_UNARY_FUNC_HPP__
#ifndef OPENCV_CUDEV_EXPR_UNARY_FUNC_HPP
#define OPENCV_CUDEV_EXPR_UNARY_FUNC_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_UNARY_OP_HPP__
#define __OPENCV_CUDEV_EXPR_UNARY_OP_HPP__
#ifndef OPENCV_CUDEV_EXPR_UNARY_OP_HPP
#define OPENCV_CUDEV_EXPR_UNARY_OP_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_EXPR_WARPING_HPP__
#define __OPENCV_CUDEV_EXPR_WARPING_HPP__
#ifndef OPENCV_CUDEV_EXPR_WARPING_HPP
#define OPENCV_CUDEV_EXPR_WARPING_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_FUNCTIONAL_COLOR_CVT_HPP__
#define __OPENCV_CUDEV_FUNCTIONAL_COLOR_CVT_HPP__
#ifndef OPENCV_CUDEV_FUNCTIONAL_COLOR_CVT_HPP
#define OPENCV_CUDEV_FUNCTIONAL_COLOR_CVT_HPP
#include "../common.hpp"
#include "detail/color_cvt.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_FUNCTIONAL_COLOR_CVT_DETAIL_HPP__
#define __OPENCV_CUDEV_FUNCTIONAL_COLOR_CVT_DETAIL_HPP__
#ifndef OPENCV_CUDEV_FUNCTIONAL_COLOR_CVT_DETAIL_HPP
#define OPENCV_CUDEV_FUNCTIONAL_COLOR_CVT_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_FUNCTIONAL_FUNCTIONAL_HPP__
#define __OPENCV_CUDEV_FUNCTIONAL_FUNCTIONAL_HPP__
#ifndef OPENCV_CUDEV_FUNCTIONAL_FUNCTIONAL_HPP
#define OPENCV_CUDEV_FUNCTIONAL_FUNCTIONAL_HPP
#include "../common.hpp"
#include "../util/saturate_cast.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_FUNCTIONAL_TUPLE_ADAPTER_HPP__
#define __OPENCV_CUDEV_FUNCTIONAL_TUPLE_ADAPTER_HPP__
#ifndef OPENCV_CUDEV_FUNCTIONAL_TUPLE_ADAPTER_HPP
#define OPENCV_CUDEV_FUNCTIONAL_TUPLE_ADAPTER_HPP
#include "../common.hpp"
#include "../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_COPY_HPP__
#define __OPENCV_CUDEV_GRID_COPY_HPP__
#ifndef OPENCV_CUDEV_GRID_COPY_HPP
#define OPENCV_CUDEV_GRID_COPY_HPP
#include "../common.hpp"
#include "../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_COPY_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_COPY_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_COPY_DETAIL_HPP
#define OPENCV_CUDEV_GRID_COPY_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_HISTOGRAM_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_HISTOGRAM_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_HISTOGRAM_DETAIL_HPP
#define OPENCV_CUDEV_GRID_HISTOGRAM_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/atomic.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_INTEGRAL_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_INTEGRAL_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_INTEGRAL_DETAIL_HPP
#define OPENCV_CUDEV_GRID_INTEGRAL_DETAIL_HPP
#include "../../common.hpp"
#include "../../warp/shuffle.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_MINMAXLOC_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_MINMAXLOC_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_MINMAXLOC_DETAIL_HPP
#define OPENCV_CUDEV_GRID_MINMAXLOC_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_PYR_DOWN_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_PYR_DOWN_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_PYR_DOWN_DETAIL_HPP
#define OPENCV_CUDEV_GRID_PYR_DOWN_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_PYR_UP_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_PYR_UP_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_PYR_UP_DETAIL_HPP
#define OPENCV_CUDEV_GRID_PYR_UP_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_REDUCE_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_REDUCE_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_REDUCE_DETAIL_HPP
#define OPENCV_CUDEV_GRID_REDUCE_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_REDUCE_TO_COLUMN_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_REDUCE_TO_COLUMN_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_REDUCE_TO_COLUMN_DETAIL_HPP
#define OPENCV_CUDEV_GRID_REDUCE_TO_COLUMN_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/saturate_cast.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_REDUCE_TO_ROW_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_REDUCE_TO_ROW_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_REDUCE_TO_ROW_DETAIL_HPP
#define OPENCV_CUDEV_GRID_REDUCE_TO_ROW_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/saturate_cast.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_SPLIT_MERGE_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_SPLIT_MERGE_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_SPLIT_MERGE_DETAIL_HPP
#define OPENCV_CUDEV_GRID_SPLIT_MERGE_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/saturate_cast.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_TRANSFORM_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_TRANSFORM_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_TRANSFORM_DETAIL_HPP
#define OPENCV_CUDEV_GRID_TRANSFORM_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_TRANSPOSE_DETAIL_HPP__
#define __OPENCV_CUDEV_GRID_TRANSPOSE_DETAIL_HPP__
#ifndef OPENCV_CUDEV_GRID_TRANSPOSE_DETAIL_HPP
#define OPENCV_CUDEV_GRID_TRANSPOSE_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/saturate_cast.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_HISTOGRAM_HPP__
#define __OPENCV_CUDEV_GRID_HISTOGRAM_HPP__
#ifndef OPENCV_CUDEV_GRID_HISTOGRAM_HPP
#define OPENCV_CUDEV_GRID_HISTOGRAM_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_INTEGRAL_HPP__
#define __OPENCV_CUDEV_GRID_INTEGRAL_HPP__
#ifndef OPENCV_CUDEV_GRID_INTEGRAL_HPP
#define OPENCV_CUDEV_GRID_INTEGRAL_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_PYRAMIDS_HPP__
#define __OPENCV_CUDEV_GRID_PYRAMIDS_HPP__
#ifndef OPENCV_CUDEV_GRID_PYRAMIDS_HPP
#define OPENCV_CUDEV_GRID_PYRAMIDS_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_REDUCE_HPP__
#define __OPENCV_CUDEV_GRID_REDUCE_HPP__
#ifndef OPENCV_CUDEV_GRID_REDUCE_HPP
#define OPENCV_CUDEV_GRID_REDUCE_HPP
#include <limits>
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP__
#define __OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP__
#ifndef OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP
#define OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP
#include "../common.hpp"
#include "../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_SPLIT_MERGE_HPP__
#define __OPENCV_CUDEV_GRID_SPLIT_MERGE_HPP__
#ifndef OPENCV_CUDEV_GRID_SPLIT_MERGE_HPP
#define OPENCV_CUDEV_GRID_SPLIT_MERGE_HPP
#include "../common.hpp"
#include "../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_TRANSFORM_HPP__
#define __OPENCV_CUDEV_GRID_TRANSFORM_HPP__
#ifndef OPENCV_CUDEV_GRID_TRANSFORM_HPP
#define OPENCV_CUDEV_GRID_TRANSFORM_HPP
#include "../common.hpp"
#include "../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_GRID_TRANSPOSE_HPP__
#define __OPENCV_CUDEV_GRID_TRANSPOSE_HPP__
#ifndef OPENCV_CUDEV_GRID_TRANSPOSE_HPP
#define OPENCV_CUDEV_GRID_TRANSPOSE_HPP
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_CONSTANT_HPP__
#define __OPENCV_CUDEV_PTR2D_CONSTANT_HPP__
#ifndef OPENCV_CUDEV_PTR2D_CONSTANT_HPP
#define OPENCV_CUDEV_PTR2D_CONSTANT_HPP
#include "../common.hpp"
#include "traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_DERIV_HPP__
#define __OPENCV_CUDEV_PTR2D_DERIV_HPP__
#ifndef OPENCV_CUDEV_PTR2D_DERIV_HPP
#define OPENCV_CUDEV_PTR2D_DERIV_HPP
#include "../common.hpp"
#include "../grid/copy.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_GPUMAT_DETAIL_HPP__
#define __OPENCV_CUDEV_PTR2D_GPUMAT_DETAIL_HPP__
#ifndef OPENCV_CUDEV_PTR2D_GPUMAT_DETAIL_HPP
#define OPENCV_CUDEV_PTR2D_GPUMAT_DETAIL_HPP
#include "../gpumat.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_EXTRAPOLATION_HPP__
#define __OPENCV_CUDEV_PTR2D_EXTRAPOLATION_HPP__
#ifndef OPENCV_CUDEV_PTR2D_EXTRAPOLATION_HPP
#define OPENCV_CUDEV_PTR2D_EXTRAPOLATION_HPP
#include "../common.hpp"
#include "../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_GLOB_HPP__
#define __OPENCV_CUDEV_PTR2D_GLOB_HPP__
#ifndef OPENCV_CUDEV_PTR2D_GLOB_HPP
#define OPENCV_CUDEV_PTR2D_GLOB_HPP
#include "../common.hpp"
#include "traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_GPUMAT_HPP__
#define __OPENCV_CUDEV_PTR2D_GPUMAT_HPP__
#ifndef OPENCV_CUDEV_PTR2D_GPUMAT_HPP
#define OPENCV_CUDEV_PTR2D_GPUMAT_HPP
#include "../common.hpp"
#include "../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP__
#define __OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP__
#ifndef OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP
#define OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP
#include "../common.hpp"
#include "../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_LUT_HPP__
#define __OPENCV_CUDEV_PTR2D_LUT_HPP__
#ifndef OPENCV_CUDEV_PTR2D_LUT_HPP
#define OPENCV_CUDEV_PTR2D_LUT_HPP
#include "../common.hpp"
#include "../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_MASK_HPP__
#define __OPENCV_CUDEV_PTR2D_MASK_HPP__
#ifndef OPENCV_CUDEV_PTR2D_MASK_HPP
#define OPENCV_CUDEV_PTR2D_MASK_HPP
#include "../common.hpp"
#include "traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_REMAP_HPP__
#define __OPENCV_CUDEV_PTR2D_REMAP_HPP__
#ifndef OPENCV_CUDEV_PTR2D_REMAP_HPP
#define OPENCV_CUDEV_PTR2D_REMAP_HPP
#include "opencv2/core/base.hpp"
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_RESIZE_HPP__
#define __OPENCV_CUDEV_PTR2D_RESIZE_HPP__
#ifndef OPENCV_CUDEV_PTR2D_RESIZE_HPP
#define OPENCV_CUDEV_PTR2D_RESIZE_HPP
#include "opencv2/core/base.hpp"
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_TEXTURE_HPP__
#define __OPENCV_CUDEV_PTR2D_TEXTURE_HPP__
#ifndef OPENCV_CUDEV_PTR2D_TEXTURE_HPP
#define OPENCV_CUDEV_PTR2D_TEXTURE_HPP
#include <cstring>
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_TRAITS_HPP__
#define __OPENCV_CUDEV_PTR2D_TRAITS_HPP__
#ifndef OPENCV_CUDEV_PTR2D_TRAITS_HPP
#define OPENCV_CUDEV_PTR2D_TRAITS_HPP
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_TRANSFORM_HPP__
#define __OPENCV_CUDEV_PTR2D_TRANSFORM_HPP__
#ifndef OPENCV_CUDEV_PTR2D_TRANSFORM_HPP
#define OPENCV_CUDEV_PTR2D_TRANSFORM_HPP
#include "../common.hpp"
#include "../grid/copy.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_WARPING_HPP__
#define __OPENCV_CUDEV_PTR2D_WARPING_HPP__
#ifndef OPENCV_CUDEV_PTR2D_WARPING_HPP
#define OPENCV_CUDEV_PTR2D_WARPING_HPP
#include "../common.hpp"
#include "traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_PTR2D_ZIP_HPP__
#define __OPENCV_CUDEV_PTR2D_ZIP_HPP__
#ifndef OPENCV_CUDEV_PTR2D_ZIP_HPP
#define OPENCV_CUDEV_PTR2D_ZIP_HPP
#include "../common.hpp"
#include "../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_ATOMIC_HPP__
#define __OPENCV_CUDEV_UTIL_ATOMIC_HPP__
#ifndef OPENCV_CUDEV_UTIL_ATOMIC_HPP
#define OPENCV_CUDEV_UTIL_ATOMIC_HPP
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_TUPLE_DETAIL_HPP__
#define __OPENCV_CUDEV_UTIL_TUPLE_DETAIL_HPP__
#ifndef OPENCV_CUDEV_UTIL_TUPLE_DETAIL_HPP
#define OPENCV_CUDEV_UTIL_TUPLE_DETAIL_HPP
#include <thrust/tuple.h>
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_TYPE_TRAITS_DETAIL_HPP__
#define __OPENCV_CUDEV_UTIL_TYPE_TRAITS_DETAIL_HPP__
#ifndef OPENCV_CUDEV_UTIL_TYPE_TRAITS_DETAIL_HPP
#define OPENCV_CUDEV_UTIL_TYPE_TRAITS_DETAIL_HPP
#include "../../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_LIMITS_HPP__
#define __OPENCV_CUDEV_UTIL_LIMITS_HPP__
#ifndef OPENCV_CUDEV_UTIL_LIMITS_HPP
#define OPENCV_CUDEV_UTIL_LIMITS_HPP
#include <limits.h>
#include <float.h>
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_SATURATE_CAST_HPP__
#define __OPENCV_CUDEV_UTIL_SATURATE_CAST_HPP__
#ifndef OPENCV_CUDEV_UTIL_SATURATE_CAST_HPP
#define OPENCV_CUDEV_UTIL_SATURATE_CAST_HPP
#include "../common.hpp"
@@ -73,8 +73,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_SIMD_FUNCTIONS_HPP__
#define __OPENCV_CUDEV_UTIL_SIMD_FUNCTIONS_HPP__
#ifndef OPENCV_CUDEV_UTIL_SIMD_FUNCTIONS_HPP
#define OPENCV_CUDEV_UTIL_SIMD_FUNCTIONS_HPP
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_TUPLE_HPP__
#define __OPENCV_CUDEV_UTIL_TUPLE_HPP__
#ifndef OPENCV_CUDEV_UTIL_TUPLE_HPP
#define OPENCV_CUDEV_UTIL_TUPLE_HPP
#include "../common.hpp"
#include "detail/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_TYPE_TRAITS_HPP__
#define __OPENCV_CUDEV_UTIL_TYPE_TRAITS_HPP__
#ifndef OPENCV_CUDEV_UTIL_TYPE_TRAITS_HPP
#define OPENCV_CUDEV_UTIL_TYPE_TRAITS_HPP
#include "../common.hpp"
#include "vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_VEC_MATH_HPP__
#define __OPENCV_CUDEV_UTIL_VEC_MATH_HPP__
#ifndef OPENCV_CUDEV_UTIL_VEC_MATH_HPP
#define OPENCV_CUDEV_UTIL_VEC_MATH_HPP
#include "vec_traits.hpp"
#include "saturate_cast.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_UTIL_VEC_TRAITS_HPP__
#define __OPENCV_CUDEV_UTIL_VEC_TRAITS_HPP__
#ifndef OPENCV_CUDEV_UTIL_VEC_TRAITS_HPP
#define OPENCV_CUDEV_UTIL_VEC_TRAITS_HPP
#include "../common.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_WARP_REDUCE_DETAIL_HPP__
#define __OPENCV_CUDEV_WARP_REDUCE_DETAIL_HPP__
#ifndef OPENCV_CUDEV_WARP_REDUCE_DETAIL_HPP
#define OPENCV_CUDEV_WARP_REDUCE_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_WARP_REDUCE_KEY_VAL_DETAIL_HPP__
#define __OPENCV_CUDEV_WARP_REDUCE_KEY_VAL_DETAIL_HPP__
#ifndef OPENCV_CUDEV_WARP_REDUCE_KEY_VAL_DETAIL_HPP
#define OPENCV_CUDEV_WARP_REDUCE_KEY_VAL_DETAIL_HPP
#include "../../common.hpp"
#include "../../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_WARP_REDUCE_HPP__
#define __OPENCV_CUDEV_WARP_REDUCE_HPP__
#ifndef OPENCV_CUDEV_WARP_REDUCE_HPP
#define OPENCV_CUDEV_WARP_REDUCE_HPP
#include "../common.hpp"
#include "../util/tuple.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_WARP_SCAN_HPP__
#define __OPENCV_CUDEV_WARP_SCAN_HPP__
#ifndef OPENCV_CUDEV_WARP_SCAN_HPP
#define OPENCV_CUDEV_WARP_SCAN_HPP
#include "../common.hpp"
#include "warp.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_WARP_SHUFFLE_HPP__
#define __OPENCV_CUDEV_WARP_SHUFFLE_HPP__
#ifndef OPENCV_CUDEV_WARP_SHUFFLE_HPP
#define OPENCV_CUDEV_WARP_SHUFFLE_HPP
#include "../common.hpp"
#include "../util/vec_traits.hpp"
@@ -43,8 +43,8 @@
#pragma once
#ifndef __OPENCV_CUDEV_WARP_WARP_HPP__
#define __OPENCV_CUDEV_WARP_WARP_HPP__
#ifndef OPENCV_CUDEV_WARP_WARP_HPP
#define OPENCV_CUDEV_WARP_WARP_HPP
#include "../common.hpp"