elem_type         687 modules/core/include/opencv2/core/cuda/border_interpolate.hpp         __device__ __forceinline__ elem_type operator ()(index_type y, index_type x) const
elem_type          61 modules/core/include/opencv2/core/cuda/filters.hpp         typedef typename Ptr2D::elem_type elem_type;
elem_type          71 modules/core/include/opencv2/core/cuda/filters.hpp         __device__ __forceinline__ elem_type operator ()(float y, float x) const
elem_type          81 modules/core/include/opencv2/core/cuda/filters.hpp         typedef typename Ptr2D::elem_type elem_type;
elem_type          90 modules/core/include/opencv2/core/cuda/filters.hpp         __device__ __forceinline__ elem_type operator ()(float y, float x) const
elem_type          92 modules/core/include/opencv2/core/cuda/filters.hpp             typedef typename TypeVec<float, VecTraits<elem_type>::cn>::vec_type work_type;
elem_type         101 modules/core/include/opencv2/core/cuda/filters.hpp             elem_type src_reg = src(y1, x1);
elem_type         113 modules/core/include/opencv2/core/cuda/filters.hpp             return saturate_cast<elem_type>(out);
elem_type         121 modules/core/include/opencv2/core/cuda/filters.hpp         typedef typename Ptr2D::elem_type elem_type;
elem_type         123 modules/core/include/opencv2/core/cuda/filters.hpp         typedef typename TypeVec<float, VecTraits<elem_type>::cn>::vec_type work_type;
elem_type         149 modules/core/include/opencv2/core/cuda/filters.hpp         __device__ elem_type operator ()(float y, float x) const
elem_type         172 modules/core/include/opencv2/core/cuda/filters.hpp             return saturate_cast<elem_type>(res);
elem_type         180 modules/core/include/opencv2/core/cuda/filters.hpp         typedef typename Ptr2D::elem_type elem_type;
elem_type         186 modules/core/include/opencv2/core/cuda/filters.hpp         __device__ __forceinline__ elem_type operator ()(float y, float x) const
elem_type         200 modules/core/include/opencv2/core/cuda/filters.hpp             typedef typename TypeVec<float, VecTraits<elem_type>::cn>::vec_type work_type;
elem_type         209 modules/core/include/opencv2/core/cuda/filters.hpp             return saturate_cast<elem_type>(out);
elem_type         218 modules/core/include/opencv2/core/cuda/filters.hpp         typedef typename Ptr2D::elem_type elem_type;
elem_type         224 modules/core/include/opencv2/core/cuda/filters.hpp         __device__ __forceinline__ elem_type operator ()(float y, float x) const
elem_type         240 modules/core/include/opencv2/core/cuda/filters.hpp             typedef typename TypeVec<float, VecTraits<elem_type>::cn>::vec_type work_type;
elem_type         275 modules/core/include/opencv2/core/cuda/filters.hpp             return saturate_cast<elem_type>(out);
elem_type          67 modules/core/include/opencv2/core/cuda/vec_math.hpp             typedef typename VecTraits<VecD>::elem_type D;
elem_type          75 modules/core/include/opencv2/core/cuda/vec_math.hpp             typedef typename VecTraits<VecD>::elem_type D;
elem_type          83 modules/core/include/opencv2/core/cuda/vec_math.hpp             typedef typename VecTraits<VecD>::elem_type D;
elem_type          91 modules/core/include/opencv2/core/cuda/vec_math.hpp             typedef typename VecTraits<VecD>::elem_type D;
elem_type          75 modules/core/include/opencv2/core/cuda_types.hpp             enum { elem_size = sizeof(elem_type) };
elem_type        1265 modules/core/include/opencv2/core/types_c.h #define CV_SET_ELEM_FIELDS(elem_type)   \
elem_type        1267 modules/core/include/opencv2/core/types_c.h     struct elem_type* next_free;
elem_type        1549 modules/core/include/opencv2/core/types_c.h #define  CV_SEQ_ELEM( seq, elem_type, index )                    \
elem_type        1552 modules/core/include/opencv2/core/types_c.h     (seq)->elem_size == sizeof(elem_type)),                      \
elem_type        1553 modules/core/include/opencv2/core/types_c.h     (elem_type*)((seq)->first && (unsigned)index <               \
elem_type        1555 modules/core/include/opencv2/core/types_c.h     (seq)->first->data + (index) * sizeof(elem_type) :           \
elem_type        1557 modules/core/include/opencv2/core/types_c.h #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) )
elem_type        1853 modules/core/src/persistence.cpp             int elem_type = CV_NODE_NONE;
elem_type        1871 modules/core/src/persistence.cpp                     elem_type = CV_NODE_STRING;
elem_type        1873 modules/core/src/persistence.cpp                     elem_type = CV_NODE_MAP;
elem_type        1875 modules/core/src/persistence.cpp                     elem_type = CV_NODE_SEQ;
elem_type        1880 modules/core/src/persistence.cpp                         elem_type = CV_NODE_USER;
elem_type        1898 modules/core/src/persistence.cpp             ptr = icvXMLParseValue( fs, ptr, elem, elem_type);
elem_type        2990 modules/core/src/persistence.cpp icvEncodeFormat( int elem_type, char* dt )
elem_type        2992 modules/core/src/persistence.cpp     sprintf( dt, "%d%c", CV_MAT_CN(elem_type), icvTypeSymbol[CV_MAT_DEPTH(elem_type)] );
elem_type        3080 modules/core/src/persistence.cpp     int elem_type = -1;
elem_type        3087 modules/core/src/persistence.cpp     elem_type = CV_MAKETYPE( fmt_pairs[1], fmt_pairs[0] );
elem_type        3089 modules/core/src/persistence.cpp     return elem_type;
elem_type        3125 modules/core/src/persistence.cpp             int elem_type = fmt_pairs[k*2+1];
elem_type        3126 modules/core/src/persistence.cpp             int elem_size = CV_ELEM_SIZE(elem_type);
elem_type        3134 modules/core/src/persistence.cpp                 switch( elem_type )
elem_type        3241 modules/core/src/persistence.cpp             int elem_type = fmt_pairs[k*2+1];
elem_type        3242 modules/core/src/persistence.cpp             int elem_size = CV_ELEM_SIZE(elem_type);
elem_type        3256 modules/core/src/persistence.cpp                     switch( elem_type )
elem_type        3300 modules/core/src/persistence.cpp                     switch( elem_type )
elem_type        3548 modules/core/src/persistence.cpp     int rows, cols, elem_type;
elem_type        3557 modules/core/src/persistence.cpp     elem_type = icvDecodeSimpleFormat( dt );
elem_type        3564 modules/core/src/persistence.cpp     if( nelems > 0 && nelems != rows*cols*CV_MAT_CN(elem_type) )
elem_type        3570 modules/core/src/persistence.cpp         mat = cvCreateMat( rows, cols, elem_type );
elem_type        3574 modules/core/src/persistence.cpp         mat = cvCreateMatHeader( 0, 1, elem_type );
elem_type        3576 modules/core/src/persistence.cpp         mat = cvCreateMatHeader( rows, cols, elem_type );
elem_type        3633 modules/core/src/persistence.cpp     int sizes[CV_MAX_DIM], dims, elem_type;
elem_type        3649 modules/core/src/persistence.cpp     elem_type = icvDecodeSimpleFormat( dt );
elem_type        3657 modules/core/src/persistence.cpp     for( total_size = CV_MAT_CN(elem_type), i = 0; i < dims; i++ )
elem_type        3668 modules/core/src/persistence.cpp         mat = cvCreateMatND( dims, sizes, elem_type );
elem_type        3672 modules/core/src/persistence.cpp         mat = cvCreateMatNDHeader( dims, sizes, elem_type );
elem_type        3786 modules/core/src/persistence.cpp     int sizes[CV_MAX_DIM_HEAP], dims, elem_type, cn;
elem_type        3802 modules/core/src/persistence.cpp     elem_type = icvDecodeSimpleFormat( dt );
elem_type        3808 modules/core/src/persistence.cpp     mat = cvCreateSparseMat( dims, sizes, elem_type );
elem_type        3810 modules/core/src/persistence.cpp     cn = CV_MAT_CN(elem_type);
elem_type        3924 modules/core/src/persistence.cpp     int y, width, height, elem_type, coi, depth;
elem_type        3935 modules/core/src/persistence.cpp     elem_type = icvDecodeSimpleFormat( dt );
elem_type        3944 modules/core/src/persistence.cpp     if( icvFileNodeSeqLen( data ) != width*height*CV_MAT_CN(elem_type) )
elem_type        3948 modules/core/src/persistence.cpp     depth = cvIplDepth(elem_type);
elem_type        3949 modules/core/src/persistence.cpp     image = cvCreateImage( cvSize(width,height), depth, CV_MAT_CN(elem_type) );
elem_type        3964 modules/core/src/persistence.cpp     if( width*CV_ELEM_SIZE(elem_type) == image->widthStep )
elem_type        3970 modules/core/src/persistence.cpp     width *= CV_MAT_CN(elem_type);
elem_type          62 modules/cudev/include/opencv2/cudev/expr/color.hpp     __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, name ## _func<typename VecTraits<typename PtrTraits<SrcPtr>::value_type>::elem_type> > > \
elem_type          65 modules/cudev/include/opencv2/cudev/expr/color.hpp         return makeExpr(transformPtr(src, name ## _func<typename VecTraits<typename PtrTraits<SrcPtr>::value_type>::elem_type>())); \
elem_type         450 modules/cudev/include/opencv2/cudev/functional/functional.hpp             typename LargerType<float, typename VecTraits<T>::elem_type>::type,
elem_type          64 modules/cudev/include/opencv2/cudev/grid/detail/pyr_down.hpp         typedef typename VecTraits<src_type>::elem_type src_elem_type;
elem_type          64 modules/cudev/include/opencv2/cudev/grid/detail/pyr_up.hpp         typedef typename VecTraits<src_type>::elem_type src_elem_type;
elem_type          98 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp         __device__ __forceinline__ static tuple<typename VecTraits<R>::elem_type&, typename VecTraits<R>::elem_type&> res(R& val)
elem_type         119 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp         __device__ __forceinline__ static tuple<typename VecTraits<R>::elem_type&,
elem_type         120 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp                                                 typename VecTraits<R>::elem_type&,
elem_type         121 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp                                                 typename VecTraits<R>::elem_type&> res(R& val)
elem_type         142 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp         __device__ __forceinline__ static tuple<typename VecTraits<R>::elem_type&,
elem_type         143 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp                                                 typename VecTraits<R>::elem_type&,
elem_type         144 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp                                                 typename VecTraits<R>::elem_type&,
elem_type         145 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp                                                 typename VecTraits<R>::elem_type&> res(R& val)
elem_type         261 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp         typedef typename VecTraits<work_type>::elem_type work_elem_type;
elem_type         434 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp         typedef typename VecTraits<ResType>::elem_type res_elem_type;
elem_type          99 modules/cudev/include/opencv2/cudev/grid/detail/reduce_to_column.hpp         typedef typename VecTraits<work_type>::elem_type work_elem_type;
elem_type          65 modules/cudev/include/opencv2/cudev/grid/detail/split_merge.hpp         typedef typename VecTraits<DstType>::elem_type dst_elem_type;
elem_type          95 modules/cudev/include/opencv2/cudev/grid/detail/split_merge.hpp         typedef typename VecTraits<DstType>::elem_type dst_elem_type;
elem_type         126 modules/cudev/include/opencv2/cudev/grid/detail/split_merge.hpp         typedef typename VecTraits<DstType>::elem_type dst_elem_type;
elem_type         116 modules/cudev/include/opencv2/cudev/grid/reduce_to_vec.hpp         return VecTraits<T>::all(numeric_limits<typename VecTraits<T>::elem_type>::max());
elem_type         136 modules/cudev/include/opencv2/cudev/grid/reduce_to_vec.hpp         return VecTraits<T>::all(-numeric_limits<typename VecTraits<T>::elem_type>::max());
elem_type         149 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ GpuMat_<typename MakeVec<typename VecTraits<T>::elem_type, cn>::type>
elem_type         152 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp     GpuMat_<typename MakeVec<typename VecTraits<T>::elem_type, cn>::type> dst(mat.reshape(cn, rows));
elem_type         107 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp         typedef typename VecTraits<src_type>::elem_type src_elem_type;
elem_type         182 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp         typedef typename VecTraits<src_type>::elem_type src_elem_type;
elem_type         245 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp         typedef typename VecTraits<src_type>::elem_type src_elem_type;
elem_type         305 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp         typedef typename VecTraits<src_type>::elem_type src_elem_type;
elem_type         163 modules/cudev/include/opencv2/cudev/util/type_traits.hpp                 typename VecTraits<B>::elem_type
elem_type          67 modules/cudev/include/opencv2/cudev/util/vec_math.hpp             typedef typename VecTraits<VecD>::elem_type D;
elem_type          76 modules/cudev/include/opencv2/cudev/util/vec_math.hpp             typedef typename VecTraits<VecD>::elem_type D;
elem_type          85 modules/cudev/include/opencv2/cudev/util/vec_math.hpp             typedef typename VecTraits<VecD>::elem_type D;
elem_type          94 modules/cudev/include/opencv2/cudev/util/vec_math.hpp             typedef typename VecTraits<VecD>::elem_type D;
elem_type          60 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp #define CV_CUDEV_MAKE_VEC_INST(elem_type) \
elem_type          61 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     template<> struct MakeVec<elem_type, 1> { typedef elem_type      type; }; \
elem_type          62 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     template<> struct MakeVec<elem_type, 2> { typedef elem_type ## 2 type; }; \
elem_type          63 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     template<> struct MakeVec<elem_type, 3> { typedef elem_type ## 3 type; }; \
elem_type          64 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     template<> struct MakeVec<elem_type, 4> { typedef elem_type ## 4 type; };
elem_type        2403 modules/imgproc/src/drawing.cpp         int elem_type = CV_MAT_TYPE(contour->flags);
elem_type        2449 modules/imgproc/src/drawing.cpp             CV_Assert( elem_type == CV_32SC2 );