HomeSort by relevance Sort by last modified time
    Searched defs:index_type (Results 1 - 25 of 29) sorted by null

1 2

  /external/opencv3/modules/flann/include/opencv2/flann/
all_indices.h 54 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) {
saving.h 74 flann_algorithm_t index_type; member in struct:cvflann::IndexHeader
94 header.index_type = index.getType();
flann_base.hpp 90 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) {
autotuned_index.h 136 int index_type; local
138 load_value(stream, index_type);
140 params["algorithm"] = (flann_algorithm_t)index_type;
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
constant.hpp 60 typedef int index_type; typedef in struct:cv::cudev::ConstantPtr
glob.hpp 65 typedef int index_type; typedef in struct:cv::cudev::GlobPtr
mask.hpp 60 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
traits.hpp 62 typedef typename Ptr2D::index_type index_type; typedef in struct:cv::cudev::PtrTraitsBase
zip.hpp 64 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...]
lut.hpp 63 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;
resize.hpp 63 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
transform.hpp 64 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
extrapolation.hpp 63 typedef int index_type; typedef in struct:cv::cudev::BrdConstant
97 typedef int index_type; typedef in struct:cv::cudev::BrdBase
remap.hpp 63 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
texture.hpp 103 typedef float index_type; typedef in struct:cv::cudev::TexturePtr
188 typedef float index_type;
warping.hpp 64 typedef float index_type; typedef in struct:cv::cudev::AffineMapPtr
110 typedef float index_type; typedef in struct:cv::cudev::PerspectiveMapPtr
deriv.hpp 64 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
interpolation.hpp 66 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
  /external/opencv3/modules/core/include/opencv2/core/
cuda_types.hpp 73 typedef int index_type; typedef in struct:cv::cuda::DevPtr
  /external/opencv3/modules/core/include/opencv2/core/cuda/
border_interpolate.hpp 124 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 x, const Ptr2D& src) cons
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...]
filters.hpp 62 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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
ios_state.hpp 272 typedef int index_type; typedef in class:boost::io::ios_iword_saver
275 explicit ios_iword_saver( state_type &s, index_type i )
278 ios_iword_saver( state_type &s, index_type i, aspect_type const &a )
290 index_type const i_save_;
299 typedef int index_type; typedef in class:boost::io::ios_pword_saver
302 explicit ios_pword_saver( state_type &s, index_type i )
305 ios_pword_saver( state_type &s, index_type i, aspect_type const &a )
317 index_type const i_save_;
409 typedef int index_type; typedef in class:boost::io::ios_all_word_saver
411 ios_all_word_saver( state_type &s, index_type i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
typelist.h 479 typedef detail::chain_at_index_<root_type, i> index_type; typedef in struct:typelist::at_index
482 typedef typename index_type::type type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
typelist.h 479 typedef detail::chain_at_index_<root_type, i> index_type; typedef in struct:typelist::at_index
482 typedef typename index_type::type type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
typelist.h 479 typedef detail::chain_at_index_<root_type, i> index_type; typedef in struct:typelist::at_index
482 typedef typename index_type::type type;

Completed in 520 milliseconds

1 2