Vec               187 3rdparty/openexr/Imath/ImathRandom.h template <class Vec, class Rand>
Vec               188 3rdparty/openexr/Imath/ImathRandom.h Vec
Vec               197 3rdparty/openexr/Imath/ImathRandom.h template <class Vec, class Rand>
Vec               198 3rdparty/openexr/Imath/ImathRandom.h Vec
Vec               218 3rdparty/openexr/Imath/ImathRandom.h template <class Vec, class Rand>
Vec               219 3rdparty/openexr/Imath/ImathRandom.h Vec
Vec               332 3rdparty/openexr/Imath/ImathRandom.h template <class Vec, class Rand>
Vec               333 3rdparty/openexr/Imath/ImathRandom.h Vec
Vec               336 3rdparty/openexr/Imath/ImathRandom.h     Vec v;
Vec               340 3rdparty/openexr/Imath/ImathRandom.h     for (unsigned int i = 0; i < Vec::dimensions(); i++)
Vec               341 3rdparty/openexr/Imath/ImathRandom.h         v[i] = (typename Vec::BaseType) rand.nextf (-1, 1);
Vec               349 3rdparty/openexr/Imath/ImathRandom.h template <class Vec, class Rand>
Vec               350 3rdparty/openexr/Imath/ImathRandom.h Vec
Vec               353 3rdparty/openexr/Imath/ImathRandom.h     Vec v;
Vec               354 3rdparty/openexr/Imath/ImathRandom.h     typename Vec::BaseType length;
Vec               358 3rdparty/openexr/Imath/ImathRandom.h     for (unsigned int i = 0; i < Vec::dimensions(); i++)
Vec               359 3rdparty/openexr/Imath/ImathRandom.h         v[i] = (typename Vec::BaseType) rand.nextf (-1, 1);
Vec               389 3rdparty/openexr/Imath/ImathRandom.h template <class Vec, class Rand>
Vec               390 3rdparty/openexr/Imath/ImathRandom.h Vec
Vec               393 3rdparty/openexr/Imath/ImathRandom.h     return hollowSphereRand <Vec> (rand) * gaussRand (rand);
Vec                60 3rdparty/openexr/Imath/ImathVecAlgo.h template <class Vec> Vec        project (const Vec &s, const Vec &t);
Vec                68 3rdparty/openexr/Imath/ImathVecAlgo.h template <class Vec> Vec        orthogonal (const Vec &s, const Vec &t);
Vec                76 3rdparty/openexr/Imath/ImathVecAlgo.h template <class Vec> Vec        reflect (const Vec &s, const Vec &t);
Vec                84 3rdparty/openexr/Imath/ImathVecAlgo.h template <class Vec> Vec        closestVertex (const Vec &v0,
Vec                85 3rdparty/openexr/Imath/ImathVecAlgo.h                                                const Vec &v1,
Vec                86 3rdparty/openexr/Imath/ImathVecAlgo.h                                                const Vec &v2,
Vec                87 3rdparty/openexr/Imath/ImathVecAlgo.h                                                const Vec &p);
Vec                93 3rdparty/openexr/Imath/ImathVecAlgo.h template <class Vec>
Vec                94 3rdparty/openexr/Imath/ImathVecAlgo.h Vec
Vec                95 3rdparty/openexr/Imath/ImathVecAlgo.h project (const Vec &s, const Vec &t)
Vec                97 3rdparty/openexr/Imath/ImathVecAlgo.h     Vec sNormalized = s.normalized();
Vec               101 3rdparty/openexr/Imath/ImathVecAlgo.h template <class Vec>
Vec               102 3rdparty/openexr/Imath/ImathVecAlgo.h Vec
Vec               103 3rdparty/openexr/Imath/ImathVecAlgo.h orthogonal (const Vec &s, const Vec &t)
Vec               108 3rdparty/openexr/Imath/ImathVecAlgo.h template <class Vec>
Vec               109 3rdparty/openexr/Imath/ImathVecAlgo.h Vec
Vec               110 3rdparty/openexr/Imath/ImathVecAlgo.h reflect (const Vec &s, const Vec &t)
Vec               112 3rdparty/openexr/Imath/ImathVecAlgo.h     return s - typename Vec::BaseType(2) * (s - project(t, s));
Vec               115 3rdparty/openexr/Imath/ImathVecAlgo.h template <class Vec>
Vec               116 3rdparty/openexr/Imath/ImathVecAlgo.h Vec
Vec               117 3rdparty/openexr/Imath/ImathVecAlgo.h closestVertex(const Vec &v0,
Vec               118 3rdparty/openexr/Imath/ImathVecAlgo.h               const Vec &v1,
Vec               119 3rdparty/openexr/Imath/ImathVecAlgo.h               const Vec &v2,
Vec               120 3rdparty/openexr/Imath/ImathVecAlgo.h               const Vec &p)
Vec               122 3rdparty/openexr/Imath/ImathVecAlgo.h     Vec nearest = v0;
Vec               123 3rdparty/openexr/Imath/ImathVecAlgo.h     typename Vec::BaseType neardot = (v0 - p).length2();
Vec               124 3rdparty/openexr/Imath/ImathVecAlgo.h     typename Vec::BaseType tmp     = (v1 - p).length2();
Vec               165 modules/calib3d/test/test_posit.cpp             CvMat Vec = cvMat( 3, 1, CV_32F, vec );
Vec               168 modules/calib3d/test/test_posit.cpp             cvMatMul( true_rotation, &Obj_point, &Vec );
Vec                97 modules/calib3d/test/test_reproject_image_to_3d.cpp     template<class U, class V> double error(const Vec<U, 3>& v1, const Vec<V, 3>& v2) const
Vec               115 modules/calib3d/test/test_reproject_image_to_3d.cpp         typedef Vec<OutT, 3> out3d_t;
Vec                67 modules/core/include/opencv2/core/affine.hpp         typedef Vec<float_type, 3> Vec3;
Vec               162 modules/core/include/opencv2/core/affine.hpp         typedef Vec<channel_type, channels> vec_type;
Vec               589 modules/core/include/opencv2/core/base.hpp template<typename _Tp, int cn> class Vec;
Vec                71 modules/core/include/opencv2/core/cvstd.inl.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               221 modules/core/include/opencv2/core/cvstd.inl.hpp std::ostream& operator << (std::ostream& out, const Vec<_Tp, n>& vec)
Vec               228 modules/core/include/opencv2/core/cvstd.inl.hpp     if(Vec<_Tp, n>::depth < CV_32F)
Vec               906 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp, int n> explicit Mat(const Vec<_Tp, n>& vec, bool copyData=true);
Vec              1479 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp, int n> operator Vec<_Tp, n>() const;
Vec              1652 modules/core/include/opencv2/core/mat.hpp     template<int n> uchar* ptr(const Vec<int, n>& idx);
Vec              1654 modules/core/include/opencv2/core/mat.hpp     template<int n> const uchar* ptr(const Vec<int, n>& idx) const;
Vec              1673 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp, int n> _Tp* ptr(const Vec<int, n>& idx);
Vec              1675 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp, int n> const _Tp* ptr(const Vec<int, n>& idx) const;
Vec              1735 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp, int n> _Tp& at(const Vec<int, n>& idx);
Vec              1737 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp, int n> const _Tp& at(const Vec<int, n>& idx) const;
Vec              1984 modules/core/include/opencv2/core/mat.hpp     template<int n> explicit Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyData=true);
Vec              2060 modules/core/include/opencv2/core/mat.hpp     template<int n> _Tp& operator ()(const Vec<int, n>& idx);
Vec              2062 modules/core/include/opencv2/core/mat.hpp     template<int n> const _Tp& operator ()(const Vec<int, n>& idx) const;
Vec              2083 modules/core/include/opencv2/core/mat.hpp     template<int n> operator Vec<typename DataType<_Tp>::channel_type, n>() const;
Vec              2146 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp, int n> explicit UMat(const Vec<_Tp, n>& vec, bool copyData=true);
Vec               473 modules/core/include/opencv2/core/mat.inl.hpp Mat::Mat(const Vec<_Tp, n>& vec, bool copyData)
Vec               982 modules/core/include/opencv2/core/mat.inl.hpp _Tp& Mat::at(const Vec<int, n>& idx)
Vec               989 modules/core/include/opencv2/core/mat.inl.hpp const _Tp& Mat::at(const Vec<int, n>& idx) const
Vec              1047 modules/core/include/opencv2/core/mat.inl.hpp Mat::operator Vec<_Tp, n>() const
Vec              1053 modules/core/include/opencv2/core/mat.inl.hpp         return Vec<_Tp, n>((_Tp*)data);
Vec              1054 modules/core/include/opencv2/core/mat.inl.hpp     Vec<_Tp, n> v;
Vec              1273 modules/core/include/opencv2/core/mat.inl.hpp Mat_<_Tp>::Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyData)
Vec              1542 modules/core/include/opencv2/core/mat.inl.hpp _Tp& Mat_<_Tp>::operator ()(const Vec<int, n>& idx)
Vec              1548 modules/core/include/opencv2/core/mat.inl.hpp const _Tp& Mat_<_Tp>::operator ()(const Vec<int, n>& idx) const
Vec              1586 modules/core/include/opencv2/core/mat.inl.hpp Mat_<_Tp>::operator Vec<typename DataType<_Tp>::channel_type, n>() const
Vec              1589 modules/core/include/opencv2/core/mat.inl.hpp     return this->Mat::operator Vec<typename DataType<_Tp>::channel_type, n>();
Vec               163 modules/core/include/opencv2/core/matx.hpp     Vec<_Tp, n> solve(const Vec<_Tp, m>& rhs, int method) const;
Vec               310 modules/core/include/opencv2/core/matx.hpp     Vec();
Vec               312 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0); //!< 1-element vector constructor
Vec               313 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0, _Tp v1); //!< 2-element vector constructor
Vec               314 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0, _Tp v1, _Tp v2); //!< 3-element vector constructor
Vec               315 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3); //!< 4-element vector constructor
Vec               316 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4); //!< 5-element vector constructor
Vec               317 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5); //!< 6-element vector constructor
Vec               318 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6); //!< 7-element vector constructor
Vec               319 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7); //!< 8-element vector constructor
Vec               320 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8); //!< 9-element vector constructor
Vec               321 modules/core/include/opencv2/core/matx.hpp     Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9); //!< 10-element vector constructor
Vec               322 modules/core/include/opencv2/core/matx.hpp     explicit Vec(const _Tp* values);
Vec               324 modules/core/include/opencv2/core/matx.hpp     Vec(const Vec<_Tp, cn>& v);
Vec               326 modules/core/include/opencv2/core/matx.hpp     static Vec all(_Tp alpha);
Vec               329 modules/core/include/opencv2/core/matx.hpp     Vec mul(const Vec<_Tp, cn>& v) const;
Vec               332 modules/core/include/opencv2/core/matx.hpp     Vec conj() const;
Vec               339 modules/core/include/opencv2/core/matx.hpp     Vec cross(const Vec& v) const;
Vec               341 modules/core/include/opencv2/core/matx.hpp     template<typename T2> operator Vec<T2, cn>() const;
Vec               349 modules/core/include/opencv2/core/matx.hpp     Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp);
Vec               350 modules/core/include/opencv2/core/matx.hpp     Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp);
Vec               351 modules/core/include/opencv2/core/matx.hpp     template<typename _T2> Vec(const Matx<_Tp, cn, 1>& a, _T2 alpha, Matx_ScaleOp);
Vec               357 modules/core/include/opencv2/core/matx.hpp typedef Vec<uchar, 2> Vec2b;
Vec               358 modules/core/include/opencv2/core/matx.hpp typedef Vec<uchar, 3> Vec3b;
Vec               359 modules/core/include/opencv2/core/matx.hpp typedef Vec<uchar, 4> Vec4b;
Vec               361 modules/core/include/opencv2/core/matx.hpp typedef Vec<short, 2> Vec2s;
Vec               362 modules/core/include/opencv2/core/matx.hpp typedef Vec<short, 3> Vec3s;
Vec               363 modules/core/include/opencv2/core/matx.hpp typedef Vec<short, 4> Vec4s;
Vec               365 modules/core/include/opencv2/core/matx.hpp typedef Vec<ushort, 2> Vec2w;
Vec               366 modules/core/include/opencv2/core/matx.hpp typedef Vec<ushort, 3> Vec3w;
Vec               367 modules/core/include/opencv2/core/matx.hpp typedef Vec<ushort, 4> Vec4w;
Vec               369 modules/core/include/opencv2/core/matx.hpp typedef Vec<int, 2> Vec2i;
Vec               370 modules/core/include/opencv2/core/matx.hpp typedef Vec<int, 3> Vec3i;
Vec               371 modules/core/include/opencv2/core/matx.hpp typedef Vec<int, 4> Vec4i;
Vec               372 modules/core/include/opencv2/core/matx.hpp typedef Vec<int, 6> Vec6i;
Vec               373 modules/core/include/opencv2/core/matx.hpp typedef Vec<int, 8> Vec8i;
Vec               375 modules/core/include/opencv2/core/matx.hpp typedef Vec<float, 2> Vec2f;
Vec               376 modules/core/include/opencv2/core/matx.hpp typedef Vec<float, 3> Vec3f;
Vec               377 modules/core/include/opencv2/core/matx.hpp typedef Vec<float, 4> Vec4f;
Vec               378 modules/core/include/opencv2/core/matx.hpp typedef Vec<float, 6> Vec6f;
Vec               380 modules/core/include/opencv2/core/matx.hpp typedef Vec<double, 2> Vec2d;
Vec               381 modules/core/include/opencv2/core/matx.hpp typedef Vec<double, 3> Vec3d;
Vec               382 modules/core/include/opencv2/core/matx.hpp typedef Vec<double, 4> Vec4d;
Vec               383 modules/core/include/opencv2/core/matx.hpp typedef Vec<double, 6> Vec6d;
Vec               389 modules/core/include/opencv2/core/matx.hpp template<typename _Tp, int cn> class DataType< Vec<_Tp, cn> >
Vec               392 modules/core/include/opencv2/core/matx.hpp     typedef Vec<_Tp, cn>                               value_type;
Vec               393 modules/core/include/opencv2/core/matx.hpp     typedef Vec<typename DataType<_Tp>::work_type, cn> work_type;
Vec               410 modules/core/include/opencv2/core/matx.hpp     VecCommaInitializer(Vec<_Tp, m>* _vec);
Vec               412 modules/core/include/opencv2/core/matx.hpp     Vec<_Tp, m> operator *() const;
Vec               415 modules/core/include/opencv2/core/matx.hpp template<typename _Tp, int cn> static Vec<_Tp, cn> normalize(const Vec<_Tp, cn>& v);
Vec               465 modules/core/include/opencv2/core/matx.hpp template<typename _Tp> Vec<_Tp, 2> inline conjugate(const Vec<_Tp, 2>& v)
Vec               467 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, 2>(v[0], -v[1]);
Vec               470 modules/core/include/opencv2/core/matx.hpp template<typename _Tp> Vec<_Tp, 4> inline conjugate(const Vec<_Tp, 4>& v)
Vec               472 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, 4>(v[0], -v[1], -v[2], -v[3]);
Vec               811 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, n> Matx<_Tp, m, n>::solve(const Vec<_Tp, m>& rhs, int method) const
Vec               814 modules/core/include/opencv2/core/matx.hpp     return (Vec<_Tp, n>&)(x);
Vec               882 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec() {}
Vec               885 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0)
Vec               889 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0, _Tp v1)
Vec               893 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0, _Tp v1, _Tp v2)
Vec               897 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3)
Vec               901 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4)
Vec               905 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5)
Vec               909 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6)
Vec               913 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7)
Vec               917 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8)
Vec               921 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9)
Vec               925 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(const _Tp* values)
Vec               929 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(const Vec<_Tp, cn>& m)
Vec               933 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp op)
Vec               937 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp op)
Vec               941 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::Vec(const Matx<_Tp, cn, 1>& a, _T2 alpha, Matx_ScaleOp op)
Vec               945 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> Vec<_Tp, cn>::all(_Tp alpha)
Vec               947 modules/core/include/opencv2/core/matx.hpp     Vec v;
Vec               953 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> Vec<_Tp, cn>::mul(const Vec<_Tp, cn>& v) const
Vec               955 modules/core/include/opencv2/core/matx.hpp     Vec<_Tp, cn> w;
Vec               961 modules/core/include/opencv2/core/matx.hpp Vec<float, 2> Vec<float, 2>::conj() const
Vec               967 modules/core/include/opencv2/core/matx.hpp Vec<double, 2> Vec<double, 2>::conj() const
Vec               973 modules/core/include/opencv2/core/matx.hpp Vec<float, 4> Vec<float, 4>::conj() const
Vec               979 modules/core/include/opencv2/core/matx.hpp Vec<double, 4> Vec<double, 4>::conj() const
Vec               985 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> Vec<_Tp, cn>::cross(const Vec<_Tp, cn>&) const
Vec               988 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>();
Vec               992 modules/core/include/opencv2/core/matx.hpp Vec<float, 3> Vec<float, 3>::cross(const Vec<float, 3>& v) const
Vec               994 modules/core/include/opencv2/core/matx.hpp     return Vec<float,3>(val[1]*v.val[2] - val[2]*v.val[1],
Vec              1000 modules/core/include/opencv2/core/matx.hpp Vec<double, 3> Vec<double, 3>::cross(const Vec<double, 3>& v) const
Vec              1002 modules/core/include/opencv2/core/matx.hpp     return Vec<double,3>(val[1]*v.val[2] - val[2]*v.val[1],
Vec              1008 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>::operator Vec<T2, cn>() const
Vec              1010 modules/core/include/opencv2/core/matx.hpp     Vec<T2, cn> v;
Vec              1016 modules/core/include/opencv2/core/matx.hpp const _Tp& Vec<_Tp, cn>::operator [](int i) const
Vec              1023 modules/core/include/opencv2/core/matx.hpp _Tp& Vec<_Tp, cn>::operator [](int i)
Vec              1030 modules/core/include/opencv2/core/matx.hpp const _Tp& Vec<_Tp, cn>::operator ()(int i) const
Vec              1037 modules/core/include/opencv2/core/matx.hpp _Tp& Vec<_Tp, cn>::operator ()(int i)
Vec              1044 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> normalize(const Vec<_Tp, cn>& v)
Vec              1056 modules/core/include/opencv2/core/matx.hpp VecCommaInitializer<_Tp, cn> operator << (const Vec<_Tp, cn>& vec, _T2 val)
Vec              1058 modules/core/include/opencv2/core/matx.hpp     VecCommaInitializer<_Tp, cn> commaInitializer((Vec<_Tp, cn>*)&vec);
Vec              1063 modules/core/include/opencv2/core/matx.hpp VecCommaInitializer<_Tp, cn>::VecCommaInitializer(Vec<_Tp, cn>* _vec)
Vec              1076 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> VecCommaInitializer<_Tp, cn>::operator *() const
Vec              1190 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, m> operator * (const Matx<_Tp, m, n>& a, const Vec<_Tp, n>& b)
Vec              1193 modules/core/include/opencv2/core/matx.hpp     return (const Vec<_Tp, m>&)(c);
Vec              1218 modules/core/include/opencv2/core/matx.hpp Vec<_Tp1, cn>& operator += (Vec<_Tp1, cn>& a, const Vec<_Tp2, cn>& b)
Vec              1226 modules/core/include/opencv2/core/matx.hpp Vec<_Tp1, cn>& operator -= (Vec<_Tp1, cn>& a, const Vec<_Tp2, cn>& b)
Vec              1234 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator + (const Vec<_Tp, cn>& a, const Vec<_Tp, cn>& b)
Vec              1236 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, b, Matx_AddOp());
Vec              1240 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator - (const Vec<_Tp, cn>& a, const Vec<_Tp, cn>& b)
Vec              1242 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, b, Matx_SubOp());
Vec              1246 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>& operator *= (Vec<_Tp, cn>& a, int alpha)
Vec              1254 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>& operator *= (Vec<_Tp, cn>& a, float alpha)
Vec              1262 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>& operator *= (Vec<_Tp, cn>& a, double alpha)
Vec              1270 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>& operator /= (Vec<_Tp, cn>& a, int alpha)
Vec              1279 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>& operator /= (Vec<_Tp, cn>& a, float alpha)
Vec              1288 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn>& operator /= (Vec<_Tp, cn>& a, double alpha)
Vec              1297 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator * (const Vec<_Tp, cn>& a, int alpha)
Vec              1299 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, alpha, Matx_ScaleOp());
Vec              1303 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator * (int alpha, const Vec<_Tp, cn>& a)
Vec              1305 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, alpha, Matx_ScaleOp());
Vec              1309 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator * (const Vec<_Tp, cn>& a, float alpha)
Vec              1311 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, alpha, Matx_ScaleOp());
Vec              1315 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator * (float alpha, const Vec<_Tp, cn>& a)
Vec              1317 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, alpha, Matx_ScaleOp());
Vec              1321 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator * (const Vec<_Tp, cn>& a, double alpha)
Vec              1323 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, alpha, Matx_ScaleOp());
Vec              1327 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator * (double alpha, const Vec<_Tp, cn>& a)
Vec              1329 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, alpha, Matx_ScaleOp());
Vec              1333 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator / (const Vec<_Tp, cn>& a, int alpha)
Vec              1335 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, 1./alpha, Matx_ScaleOp());
Vec              1339 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator / (const Vec<_Tp, cn>& a, float alpha)
Vec              1341 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, 1.f/alpha, Matx_ScaleOp());
Vec              1345 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator / (const Vec<_Tp, cn>& a, double alpha)
Vec              1347 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, cn>(a, 1./alpha, Matx_ScaleOp());
Vec              1351 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> operator - (const Vec<_Tp, cn>& a)
Vec              1353 modules/core/include/opencv2/core/matx.hpp     Vec<_Tp,cn> t;
Vec              1358 modules/core/include/opencv2/core/matx.hpp template<typename _Tp> inline Vec<_Tp, 4> operator * (const Vec<_Tp, 4>& v1, const Vec<_Tp, 4>& v2)
Vec              1360 modules/core/include/opencv2/core/matx.hpp     return Vec<_Tp, 4>(saturate_cast<_Tp>(v1[0]*v2[0] - v1[1]*v2[1] - v1[2]*v2[2] - v1[3]*v2[3]),
Vec              1366 modules/core/include/opencv2/core/matx.hpp template<typename _Tp> inline Vec<_Tp, 4>& operator *= (Vec<_Tp, 4>& v1, const Vec<_Tp, 4>& v2)
Vec               716 modules/core/include/opencv2/core/persistence.hpp template<typename _Tp, int cn> static inline void read(const FileNode& node, Vec<_Tp, cn>& value, const Vec<_Tp, cn>& default_value)
Vec               719 modules/core/include/opencv2/core/persistence.hpp     value = temp.size() != cn ? default_value : Vec<_Tp, cn>(&temp[0]);
Vec               894 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const Vec<_Tp, cn>& v )
Vec               960 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Vec<_Tp, cn>& v )
Vec               105 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               157 modules/core/include/opencv2/core/types.hpp     Point_(const Vec<_Tp, 2>& v);
Vec               164 modules/core/include/opencv2/core/types.hpp     operator Vec<_Tp, 2>() const;
Vec               197 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               228 modules/core/include/opencv2/core/types.hpp     Point3_(const Vec<_Tp, 3>& v);
Vec               234 modules/core/include/opencv2/core/types.hpp     operator Vec<_Tp, 3>() const;
Vec               264 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               324 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               425 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               501 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               557 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               570 modules/core/include/opencv2/core/types.hpp template<typename _Tp> class Scalar_ : public Vec<_Tp, 4>
Vec               579 modules/core/include/opencv2/core/types.hpp     Scalar_(const Vec<_Tp2, cn>& v);
Vec               613 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               716 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               759 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec               881 modules/core/include/opencv2/core/types.hpp     typedef Vec<channel_type, channels> vec_type;
Vec              1078 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::Point_(const Vec<_Tp,2>& v)
Vec              1095 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::operator Vec<_Tp, 2>() const
Vec              1097 modules/core/include/opencv2/core/types.hpp     return Vec<_Tp, 2>(x, y);
Vec              1264 modules/core/include/opencv2/core/types.hpp     Matx<_Tp, 2, 1> tmp = a * Vec<_Tp,2>(b.x, b.y);
Vec              1271 modules/core/include/opencv2/core/types.hpp     Matx<_Tp, 3, 1> tmp = a * Vec<_Tp,3>(b.x, b.y, 1);
Vec              1320 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::Point3_(const Vec<_Tp, 3>& v)
Vec              1330 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::operator Vec<_Tp, 3>() const
Vec              1332 modules/core/include/opencv2/core/types.hpp     return Vec<_Tp, 3>(x, y, z);
Vec              1508 modules/core/include/opencv2/core/types.hpp     Matx<_Tp, 3, 1> tmp = a * Vec<_Tp,3>(b.x, b.y, b.z);
Vec              1949 modules/core/include/opencv2/core/types.hpp Scalar_<_Tp>::Scalar_(const Vec<_Tp2, cn>& v)
Vec              1136 modules/core/include/opencv2/core/types_c.h     CvScalar(const cv::Vec<_Tp, cn>& v)
Vec              2351 modules/core/src/matrix.cpp             ((std::vector<Vec<int, 9> >*)v)->resize(len);
Vec              2354 modules/core/src/matrix.cpp             ((std::vector<Vec<int, 12> >*)v)->resize(len);
Vec              2357 modules/core/src/matrix.cpp             ((std::vector<Vec<int, 16> >*)v)->resize(len);
Vec              2360 modules/core/src/matrix.cpp             ((std::vector<Vec<int, 32> >*)v)->resize(len);
Vec              2363 modules/core/src/matrix.cpp             ((std::vector<Vec<int, 64> >*)v)->resize(len);
Vec              2366 modules/core/src/matrix.cpp             ((std::vector<Vec<int, 128> >*)v)->resize(len);
Vec              2664 modules/core/src/matrix.cpp         ((cuda::GpuMat*)obj)->setTo(Scalar(Vec<double, 4>(value.ptr<double>())), mask);
Vec               795 modules/core/src/rand.cpp         randShuffle_<Vec<uchar,3> >, // 3
Vec               798 modules/core/src/rand.cpp         randShuffle_<Vec<ushort,3> >, // 6
Vec               800 modules/core/src/rand.cpp         randShuffle_<Vec<int,2> >, // 8
Vec               802 modules/core/src/rand.cpp         randShuffle_<Vec<int,3> >, // 12
Vec               804 modules/core/src/rand.cpp         randShuffle_<Vec<int,4> >, // 16
Vec               806 modules/core/src/rand.cpp         randShuffle_<Vec<int,6> >, // 24
Vec               808 modules/core/src/rand.cpp         randShuffle_<Vec<int,8> > // 32
Vec               451 modules/core/test/test_io.cpp             Vec<int, 5> v1(15, 16, 17, 18, 19), ov1;
Vec               982 modules/core/test/test_operations.cpp         Vec<double, 5> v5d(1, 1, 1, 1, 1);
Vec               983 modules/core/test/test_operations.cpp         Vec<double, 6> v6d(1, 1, 1, 1, 1, 1);
Vec               984 modules/core/test/test_operations.cpp         Vec<double, 7> v7d(1, 1, 1, 1, 1, 1, 1);
Vec               985 modules/core/test/test_operations.cpp         Vec<double, 8> v8d(1, 1, 1, 1, 1, 1, 1, 1);
Vec               986 modules/core/test/test_operations.cpp         Vec<double, 9> v9d(1, 1, 1, 1, 1, 1, 1, 1, 1);
Vec               987 modules/core/test/test_operations.cpp         Vec<double,10> v10d(1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
Vec               989 modules/core/test/test_operations.cpp         Vec<double,10> v10dzero;
Vec                17 modules/features2d/misc/java/src/cpp/features2d_converters.cpp         Vec<float, 7> v = mat.at< Vec<float, 7> >(i, 0);
Vec                32 modules/features2d/misc/java/src/cpp/features2d_converters.cpp         mat.at< Vec<float, 7> >(i, 0) = Vec<float, 7>(kp.pt.x, kp.pt.y, kp.size, kp.angle, kp.response, (float)kp.octave, (float)kp.class_id);
Vec                43 modules/features2d/misc/java/src/cpp/features2d_converters.cpp         Vec<float, 4> v = mat.at< Vec<float, 4> >(i, 0);
Vec                58 modules/features2d/misc/java/src/cpp/features2d_converters.cpp         mat.at< Vec<float, 4> >(i, 0) = Vec<float, 4>((float)dm.queryIdx, (float)dm.trainIdx, (float)dm.imgIdx, dm.distance);
Vec               185 modules/java/generator/src/cpp/converters.cpp             Vec<int, 2> a = mat.at< Vec<int, 2> >(i, 0);
Vec               203 modules/java/generator/src/cpp/converters.cpp         mat.at< Vec<int, 2> >(i, 0) = Vec<int, 2>(addr>>32, addr&0xffffffff);
Vec                65 modules/photo/src/denoising.cpp                               FastNlMeansDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, int>(
Vec                70 modules/photo/src/denoising.cpp                               FastNlMeansDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, Vec2i>(
Vec                77 modules/photo/src/denoising.cpp                               FastNlMeansDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, int>(
Vec                82 modules/photo/src/denoising.cpp                               FastNlMeansDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, Vec3i>(
Vec                89 modules/photo/src/denoising.cpp                               FastNlMeansDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, int>(
Vec                94 modules/photo/src/denoising.cpp                               FastNlMeansDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, Vec4i>(
Vec               262 modules/photo/src/denoising.cpp                               FastNlMeansMultiDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, int>(
Vec               268 modules/photo/src/denoising.cpp                               FastNlMeansMultiDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, Vec2i>(
Vec               276 modules/photo/src/denoising.cpp                               FastNlMeansMultiDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, int>(
Vec               282 modules/photo/src/denoising.cpp                               FastNlMeansMultiDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, Vec3i>(
Vec               290 modules/photo/src/denoising.cpp                               FastNlMeansMultiDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, int>(
Vec               296 modules/photo/src/denoising.cpp                               FastNlMeansMultiDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, Vec4i>(
Vec                61 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, int n> struct pixelInfo_<Vec<ET, n> >
Vec               102 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     template <typename ET> struct calcDist_<Vec<ET, 2> >
Vec               104 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         static inline int f(const Vec<ET, 2> a, const Vec<ET, 2> b)
Vec               110 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     template <typename ET> struct calcDist_<Vec<ET, 3> >
Vec               112 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         static inline int f(const Vec<ET, 3> a, const Vec<ET, 3> b)
Vec               121 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     template <typename ET> struct calcDist_<Vec<ET, 4> >
Vec               123 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         static inline int f(const Vec<ET, 4> a, const Vec<ET, 4> b)
Vec               148 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     template <typename T, typename ET, int n> struct calcWeight_<T, Vec<ET, n> >
Vec               150 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         static inline Vec<ET, n> f(double dist, const float *h, ET fixed_point_mult)
Vec               152 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp             Vec<ET, n> res;
Vec               203 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     template <typename ET> struct calcDist_<Vec<ET, 2> >
Vec               205 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         static inline int f(const Vec<ET, 2> a, const Vec<ET, 2> b)
Vec               211 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     template <typename ET> struct calcDist_<Vec<ET, 3> >
Vec               213 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         static inline int f(const Vec<ET, 3> a, const Vec<ET, 3> b)
Vec               222 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     template <typename ET> struct calcDist_<Vec<ET, 4> >
Vec               224 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         static inline int f(const Vec<ET, 4> a, const Vec<ET, 4> b)
Vec               244 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     template <typename ET, int n> struct calcUpDownDist_<Vec<ET, n> >
Vec               247 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         typedef Vec<ET, n> T;
Vec               270 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     template <typename T, typename ET, int n> struct calcWeight_<T, Vec<ET, n> >
Vec               272 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         static inline Vec<ET, n> f(double dist, const float *h, ET fixed_point_mult)
Vec               274 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp             Vec<ET, n> res;
Vec               325 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, typename IT, typename WT> struct incWithWeight_<Vec<ET, 2>, IT, WT>
Vec               327 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     static inline void f(IT* estimation, IT* weights_sum, WT weight, Vec<ET, 2> p)
Vec               335 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, typename IT, typename WT> struct incWithWeight_<Vec<ET, 3>, IT, WT>
Vec               337 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     static inline void f(IT* estimation, IT* weights_sum, WT weight, Vec<ET, 3> p)
Vec               346 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, typename IT, typename WT> struct incWithWeight_<Vec<ET, 4>, IT, WT>
Vec               348 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     static inline void f(IT* estimation, IT* weights_sum, WT weight, Vec<ET, 4> p)
Vec               358 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, typename IT, typename EW> struct incWithWeight_<Vec<ET, 2>, IT, Vec<EW, 2> >
Vec               360 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     static inline void f(IT* estimation, IT* weights_sum, Vec<EW, 2> weight, Vec<ET, 2> p)
Vec               369 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, typename IT, typename EW> struct incWithWeight_<Vec<ET, 3>, IT, Vec<EW, 3> >
Vec               371 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     static inline void f(IT* estimation, IT* weights_sum, Vec<EW, 3> weight, Vec<ET, 3> p)
Vec               382 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, typename IT, typename EW> struct incWithWeight_<Vec<ET, 4>, IT, Vec<EW, 4> >
Vec               384 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     static inline void f(IT* estimation, IT* weights_sum, Vec<EW, 4> weight, Vec<ET, 4> p)
Vec               448 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, typename IT> struct saturateCastFromArray_<Vec<ET, 2>, IT>
Vec               450 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     static inline Vec<ET, 2> f(IT* estimation)
Vec               452 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         Vec<ET, 2> res;
Vec               459 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, typename IT> struct saturateCastFromArray_<Vec<ET, 3>, IT>
Vec               461 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     static inline Vec<ET, 3> f(IT* estimation)
Vec               463 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         Vec<ET, 3> res;
Vec               471 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp template <typename ET, typename IT> struct saturateCastFromArray_<Vec<ET, 4>, IT>
Vec               473 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp     static inline Vec<ET, 4> f(IT* estimation)
Vec               475 modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp         Vec<ET, 4> res;
Vec               434 modules/ts/src/ts_perf.cpp     cv::multiply(maximum, cv::Vec<double, 1>(eps), maximum, CV_64F);
Vec               131 modules/viz/include/opencv2/viz/vizcore.hpp         template<typename _Tp, int cn> inline bool isNan(const Vec<_Tp, cn>& v)
Vec               269 modules/viz/src/vtk/vtkCloudMatSource.cpp     typedef Vec<_Tn, 2> Vec2;
Vec                61 samples/cpp/tutorial_code/HighGUI/GDAL_IO/gdal-image.cpp cv::Vec<DATATYPE,N> lerp( cv::Vec<DATATYPE,N> const& minColor,
Vec                62 samples/cpp/tutorial_code/HighGUI/GDAL_IO/gdal-image.cpp                           cv::Vec<DATATYPE,N> const& maxColor,
Vec                65 samples/cpp/tutorial_code/HighGUI/GDAL_IO/gdal-image.cpp     cv::Vec<DATATYPE,N> output;