Searched refs:index_type (Results 1 - 25 of 32) sorted by relevance

12

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
H A Dmask.hpp60 typedef int index_type; typedef in struct:cv::cudev::WithOutMask
71 typedef typename PtrTraits<MaskPtr>::index_type index_type; typedef in struct:cv::cudev::SingleMaskChannels
76 __device__ __forceinline__ value_type operator()(index_type y, index_type x) const
H A Dlut.hpp63 typedef typename PtrTraits<SrcPtr>::index_type index_type; typedef in struct:cv::cudev::LutPtr
68 __device__ __forceinline__ typename PtrTraits<TablePtr>::value_type operator ()(typename PtrTraits<SrcPtr>::index_type y, typename PtrTraits<SrcPtr>::index_type x) const
70 typedef typename PtrTraits<TablePtr>::index_type tbl_index_type;
H A Dresize.hpp63 typedef typename PtrTraits<SrcPtr>::index_type index_type; typedef in struct:cv::cudev::ResizePtr
68 __device__ __forceinline__ typename PtrTraits<SrcPtr>::value_type operator ()(typename PtrTraits<SrcPtr>::index_type y, typename PtrTraits<SrcPtr>::index_type x) const
H A Dremap.hpp63 typedef typename PtrTraits<MapPtr>::index_type index_type; typedef in struct:cv::cudev::RemapPtr1
68 __device__ __forceinline__ typename PtrTraits<SrcPtr>::value_type operator ()(typename PtrTraits<MapPtr>::index_type y, typename PtrTraits<MapPtr>::index_type x) const
78 typedef typename PtrTraits<MapXPtr>::index_type index_type; typedef in struct:cv::cudev::RemapPtr2
84 __device__ __forceinline__ typename PtrTraits<SrcPtr>::value_type operator ()(typename PtrTraits<MapXPtr>::index_type y, typename PtrTraits<MapXPtr>::index_type x) const
H A Dtraits.hpp62 typedef typename Ptr2D::index_type index_type; typedef in struct:cv::cudev::PtrTraitsBase
H A Dtransform.hpp64 typedef typename PtrTraits<SrcPtr>::index_type index_type; typedef in struct:cv::cudev::UnaryTransformPtr
69 __device__ __forceinline__ typename Op::result_type operator ()(typename PtrTraits<SrcPtr>::index_type y, typename PtrTraits<SrcPtr>::index_type x) const
107 typedef typename PtrTraits<Src1Ptr>::index_type index_type; typedef in struct:cv::cudev::BinaryTransformPtr
113 __device__ __forceinline__ typename Op::result_type operator ()(typename PtrTraits<Src1Ptr>::index_type y, typename PtrTraits<Src1Ptr>::index_type x) const
H A Dzip.hpp64 typedef typename PtrTraits<Ptr0>::index_type index_type; typedef in struct:cv::cudev::ZipPtr
69 __device__ __forceinline__ value_type operator ()(index_type y, index_type x) const
80 typedef typename PtrTraits<Ptr0>::index_type index_type; typedef in struct:cv::cudev::ZipPtr
85 __device__ __forceinline__ value_type operator ()(index_type y, index_type x) const
97 typedef typename PtrTraits<Ptr0>::index_type index_type; typedef in struct:cv::cudev::ZipPtr
[all...]
H A Dconstant.hpp60 typedef int index_type; typedef in struct:cv::cudev::ConstantPtr
H A Dderiv.hpp64 typedef int index_type; typedef in struct:cv::cudev::DerivXPtr
104 typedef int index_type; typedef in struct:cv::cudev::DerivYPtr
144 typedef int index_type; typedef in struct:cv::cudev::SobelXPtr
191 typedef int index_type; typedef in struct:cv::cudev::SobelYPtr
237 typedef int index_type; typedef in struct:cv::cudev::ScharrXPtr
284 typedef int index_type; typedef in struct:cv::cudev::ScharrYPtr
332 typedef int index_type; typedef in struct:cv::cudev::LaplacianPtr
352 typedef int index_type; typedef in struct:cv::cudev::LaplacianPtr
H A Dwarping.hpp64 typedef float index_type; typedef in struct:cv::cudev::AffineMapPtr
110 typedef float index_type; typedef in struct:cv::cudev::PerspectiveMapPtr
H A Dglob.hpp65 typedef int index_type; typedef in struct:cv::cudev::GlobPtr
H A Dinterpolation.hpp66 typedef float index_type; typedef in struct:cv::cudev::NearestInterPtr
100 typedef float index_type; typedef in struct:cv::cudev::LinearInterPtr
158 typedef float index_type; typedef in struct:cv::cudev::CubicInterPtr
237 typedef float index_type; typedef in struct:cv::cudev::IntegerAreaInterPtr
297 typedef float index_type; typedef in struct:cv::cudev::CommonAreaInterPtr
H A Dextrapolation.hpp63 typedef int index_type; typedef in struct:cv::cudev::BrdConstant
97 typedef int index_type; typedef in struct:cv::cudev::BrdBase
H A Dtexture.hpp103 typedef float index_type; typedef in struct:cv::cudev::TexturePtr
188 typedef float index_type;
/external/opencv3/modules/flann/include/opencv2/flann/
H A Dall_indices.h54 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params, "algorithm"); local
57 switch (index_type) {
95 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params, "algorithm"); local
98 switch (index_type) {
124 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params, "algorithm"); local
127 switch (index_type) {
H A Dflann_base.hpp90 params["algorithm"] = header.index_type;
109 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params,"algorithm"); local
112 if (index_type == FLANN_INDEX_SAVED) {
H A Dsaving.h74 flann_algorithm_t index_type; member in struct:cvflann::IndexHeader
94 header.index_type = index.getType();
H A Dautotuned_index.h136 int index_type; local
138 load_value(stream, index_type);
140 params["algorithm"] = (flann_algorithm_t)index_type;
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dborder_interpolate.hpp124 template <typename Ptr2D> __device__ __forceinline__ D at(typename Ptr2D::index_type y, typename Ptr2D::index_type x, const Ptr2D& src) const
259 template <typename Ptr2D> __device__ __forceinline__ D at(typename Ptr2D::index_type y, typename Ptr2D::index_type x, const Ptr2D& src) const
393 template <typename Ptr2D> __device__ __forceinline__ D at(typename Ptr2D::index_type y, typename Ptr2D::index_type x, const Ptr2D& src) const
527 template <typename Ptr2D> __device__ __forceinline__ D at(typename Ptr2D::index_type y, typename Ptr2D::index_type x, const Ptr2D& src) const
668 template <typename Ptr2D> __device__ __forceinline__ D at(typename Ptr2D::index_type y, typename Ptr2D::index_type
683 typedef typename Ptr2D::index_type index_type; typedef in struct:cv::cuda::device::BorderReader
701 typedef typename Ptr2D::index_type index_type; typedef in struct:cv::cuda::device::BorderReader
[all...]
H A Dfilters.hpp62 typedef float index_type; typedef in struct:cv::cuda::device::PointFilter
82 typedef float index_type; typedef in struct:cv::cuda::device::LinearFilter
122 typedef float index_type; typedef in struct:cv::cuda::device::CubicFilter
181 typedef float index_type; typedef in struct:cv::cuda::device::IntegerAreaFilter
219 typedef float index_type; typedef in struct:cv::cuda::device::AreaFilter
/external/opencv3/modules/cudafilters/src/cuda/
H A Dfilter2d.cu84 typedef int index_type; \
88 __device__ __forceinline__ elem_type operator ()(index_type y, index_type x) const \
/external/opencv3/modules/cudaarithm/src/cuda/
H A Dlut.cu134 typedef uchar index_type;
152 typedef uchar3 index_type;
H A Dcopy_make_border.cu64 typedef int index_type;
/external/opencv3/modules/core/include/opencv2/core/
H A Dcuda_types.hpp73 typedef int index_type; typedef in struct:cv::cuda::DevPtr
/external/opencv3/modules/cudawarping/src/cuda/
H A Dremap.cu116 typedef int index_type; \
119 __device__ __forceinline__ elem_type operator ()(index_type y, index_type x) const \

Completed in 390 milliseconds

12