Point_           1135 modules/calib3d/src/stereobm.cpp             bufSize2 = width*height*(sizeof(Point_<short>) + sizeof(int) + sizeof(uchar));
Point_            974 modules/calib3d/src/stereosgbm.cpp typedef cv::Point_<short> Point2s;
Point_            593 modules/core/include/opencv2/core/base.hpp template<typename _Tp> class Point_;
Point_            187 modules/core/include/opencv2/core/cvstd.inl.hpp std::ostream& operator << (std::ostream& out, const std::vector<Point_<_Tp> >& vec)
Point_            207 modules/core/include/opencv2/core/cvstd.inl.hpp std::ostream& operator << (std::ostream& out, const Point_<_Tp>& p)
Point_            914 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp> explicit Mat(const Point_<_Tp>& pt, bool copyData=true);
Point_           1986 modules/core/include/opencv2/core/mat.hpp     explicit Mat_(const Point_<typename DataType<_Tp>::channel_type>& pt, bool copyData=true);
Point_           2150 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp> explicit UMat(const Point_<_Tp>& pt, bool copyData=true);
Point_            505 modules/core/include/opencv2/core/mat.inl.hpp Mat::Mat(const Point_<_Tp>& pt, bool copyData)
Point_           1291 modules/core/include/opencv2/core/mat.inl.hpp Mat_<_Tp>::Mat_(const Point_<typename DataType<_Tp>::channel_type>& pt, bool copyData)
Point_            400 modules/core/include/opencv2/core/operations.hpp int print(const std::vector<Point_<_Tp> >& vec, FILE* stream = stdout)
Point_            684 modules/core/include/opencv2/core/persistence.hpp template<typename _Tp> static inline void read(const FileNode& node, Point_<_Tp>& value, const Point_<_Tp>& default_value)
Point_            687 modules/core/include/opencv2/core/persistence.hpp     value = temp.size() != 2 ? default_value : Point_<_Tp>(saturate_cast<_Tp>(temp[0]), saturate_cast<_Tp>(temp[1]));
Point_            856 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const Point_<_Tp>& pt )
Point_            925 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Point_<_Tp>& pt )
Point_            153 modules/core/include/opencv2/core/types.hpp     Point_();
Point_            154 modules/core/include/opencv2/core/types.hpp     Point_(_Tp _x, _Tp _y);
Point_            155 modules/core/include/opencv2/core/types.hpp     Point_(const Point_& pt);
Point_            156 modules/core/include/opencv2/core/types.hpp     Point_(const Size_<_Tp>& sz);
Point_            157 modules/core/include/opencv2/core/types.hpp     Point_(const Vec<_Tp, 2>& v);
Point_            159 modules/core/include/opencv2/core/types.hpp     Point_& operator = (const Point_& pt);
Point_            161 modules/core/include/opencv2/core/types.hpp     template<typename _Tp2> operator Point_<_Tp2>() const;
Point_            167 modules/core/include/opencv2/core/types.hpp     _Tp dot(const Point_& pt) const;
Point_            169 modules/core/include/opencv2/core/types.hpp     double ddot(const Point_& pt) const;
Point_            171 modules/core/include/opencv2/core/types.hpp     double cross(const Point_& pt) const;
Point_            178 modules/core/include/opencv2/core/types.hpp typedef Point_<int> Point2i;
Point_            179 modules/core/include/opencv2/core/types.hpp typedef Point_<float> Point2f;
Point_            180 modules/core/include/opencv2/core/types.hpp typedef Point_<double> Point2d;
Point_            183 modules/core/include/opencv2/core/types.hpp template<typename _Tp> class DataType< Point_<_Tp> >
Point_            186 modules/core/include/opencv2/core/types.hpp     typedef Point_<_Tp>                               value_type;
Point_            187 modules/core/include/opencv2/core/types.hpp     typedef Point_<typename DataType<_Tp>::work_type> work_type;
Point_            227 modules/core/include/opencv2/core/types.hpp     explicit Point3_(const Point_<_Tp>& pt);
Point_            293 modules/core/include/opencv2/core/types.hpp     Size_(const Point_<_Tp>& pt);
Point_            383 modules/core/include/opencv2/core/types.hpp     Rect_(const Point_<_Tp>& org, const Size_<_Tp>& sz);
Point_            384 modules/core/include/opencv2/core/types.hpp     Rect_(const Point_<_Tp>& pt1, const Point_<_Tp>& pt2);
Point_            388 modules/core/include/opencv2/core/types.hpp     Point_<_Tp> tl() const;
Point_            390 modules/core/include/opencv2/core/types.hpp     Point_<_Tp> br() const;
Point_            401 modules/core/include/opencv2/core/types.hpp     bool contains(const Point_<_Tp>& pt) const;
Point_           1062 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::Point_()
Point_           1066 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::Point_(_Tp _x, _Tp _y)
Point_           1070 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::Point_(const Point_& pt)
Point_           1074 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::Point_(const Size_<_Tp>& sz)
Point_           1078 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::Point_(const Vec<_Tp,2>& v)
Point_           1082 modules/core/include/opencv2/core/types.hpp Point_<_Tp>& Point_<_Tp>::operator = (const Point_& pt)
Point_           1089 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::operator Point_<_Tp2>() const
Point_           1091 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp2>(saturate_cast<_Tp2>(x), saturate_cast<_Tp2>(y));
Point_           1095 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::operator Vec<_Tp, 2>() const
Point_           1101 modules/core/include/opencv2/core/types.hpp _Tp Point_<_Tp>::dot(const Point_& pt) const
Point_           1107 modules/core/include/opencv2/core/types.hpp double Point_<_Tp>::ddot(const Point_& pt) const
Point_           1113 modules/core/include/opencv2/core/types.hpp double Point_<_Tp>::cross(const Point_& pt) const
Point_           1119 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::inside( const Rect_<_Tp>& r ) const
Point_           1126 modules/core/include/opencv2/core/types.hpp Point_<_Tp>& operator += (Point_<_Tp>& a, const Point_<_Tp>& b)
Point_           1134 modules/core/include/opencv2/core/types.hpp Point_<_Tp>& operator -= (Point_<_Tp>& a, const Point_<_Tp>& b)
Point_           1142 modules/core/include/opencv2/core/types.hpp Point_<_Tp>& operator *= (Point_<_Tp>& a, int b)
Point_           1150 modules/core/include/opencv2/core/types.hpp Point_<_Tp>& operator *= (Point_<_Tp>& a, float b)
Point_           1158 modules/core/include/opencv2/core/types.hpp Point_<_Tp>& operator *= (Point_<_Tp>& a, double b)
Point_           1166 modules/core/include/opencv2/core/types.hpp Point_<_Tp>& operator /= (Point_<_Tp>& a, int b)
Point_           1174 modules/core/include/opencv2/core/types.hpp Point_<_Tp>& operator /= (Point_<_Tp>& a, float b)
Point_           1182 modules/core/include/opencv2/core/types.hpp Point_<_Tp>& operator /= (Point_<_Tp>& a, double b)
Point_           1190 modules/core/include/opencv2/core/types.hpp double norm(const Point_<_Tp>& pt)
Point_           1196 modules/core/include/opencv2/core/types.hpp bool operator == (const Point_<_Tp>& a, const Point_<_Tp>& b)
Point_           1202 modules/core/include/opencv2/core/types.hpp bool operator != (const Point_<_Tp>& a, const Point_<_Tp>& b)
Point_           1208 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator + (const Point_<_Tp>& a, const Point_<_Tp>& b)
Point_           1210 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>( saturate_cast<_Tp>(a.x + b.x), saturate_cast<_Tp>(a.y + b.y) );
Point_           1214 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator - (const Point_<_Tp>& a, const Point_<_Tp>& b)
Point_           1216 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>( saturate_cast<_Tp>(a.x - b.x), saturate_cast<_Tp>(a.y - b.y) );
Point_           1220 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator - (const Point_<_Tp>& a)
Point_           1222 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>( saturate_cast<_Tp>(-a.x), saturate_cast<_Tp>(-a.y) );
Point_           1226 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator * (const Point_<_Tp>& a, int b)
Point_           1228 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>( saturate_cast<_Tp>(a.x*b), saturate_cast<_Tp>(a.y*b) );
Point_           1232 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator * (int a, const Point_<_Tp>& b)
Point_           1234 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>( saturate_cast<_Tp>(b.x*a), saturate_cast<_Tp>(b.y*a) );
Point_           1238 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator * (const Point_<_Tp>& a, float b)
Point_           1240 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>( saturate_cast<_Tp>(a.x*b), saturate_cast<_Tp>(a.y*b) );
Point_           1244 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator * (float a, const Point_<_Tp>& b)
Point_           1246 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>( saturate_cast<_Tp>(b.x*a), saturate_cast<_Tp>(b.y*a) );
Point_           1250 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator * (const Point_<_Tp>& a, double b)
Point_           1252 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>( saturate_cast<_Tp>(a.x*b), saturate_cast<_Tp>(a.y*b) );
Point_           1256 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator * (double a, const Point_<_Tp>& b)
Point_           1258 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>( saturate_cast<_Tp>(b.x*a), saturate_cast<_Tp>(b.y*a) );
Point_           1262 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator * (const Matx<_Tp, 2, 2>& a, const Point_<_Tp>& b)
Point_           1265 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>(tmp.val[0], tmp.val[1]);
Point_           1269 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator * (const Matx<_Tp, 3, 3>& a, const Point_<_Tp>& b)
Point_           1276 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator / (const Point_<_Tp>& a, int b)
Point_           1278 modules/core/include/opencv2/core/types.hpp     Point_<_Tp> tmp(a);
Point_           1284 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator / (const Point_<_Tp>& a, float b)
Point_           1286 modules/core/include/opencv2/core/types.hpp     Point_<_Tp> tmp(a);
Point_           1292 modules/core/include/opencv2/core/types.hpp Point_<_Tp> operator / (const Point_<_Tp>& a, double b)
Point_           1294 modules/core/include/opencv2/core/types.hpp     Point_<_Tp> tmp(a);
Point_           1316 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::Point3_(const Point_<_Tp>& pt)
Point_           1559 modules/core/include/opencv2/core/types.hpp Size_<_Tp>::Size_(const Point_<_Tp>& pt)
Point_           1674 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>::Rect_(const Point_<_Tp>& org, const Size_<_Tp>& sz)
Point_           1678 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>::Rect_(const Point_<_Tp>& pt1, const Point_<_Tp>& pt2)
Point_           1697 modules/core/include/opencv2/core/types.hpp Point_<_Tp> Rect_<_Tp>::tl() const
Point_           1699 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>(x,y);
Point_           1703 modules/core/include/opencv2/core/types.hpp Point_<_Tp> Rect_<_Tp>::br() const
Point_           1705 modules/core/include/opencv2/core/types.hpp     return Point_<_Tp>(x + width, y + height);
Point_           1727 modules/core/include/opencv2/core/types.hpp bool Rect_<_Tp>::contains(const Point_<_Tp>& pt) const
Point_           1734 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>& operator += ( Rect_<_Tp>& a, const Point_<_Tp>& b )
Point_           1742 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>& operator -= ( Rect_<_Tp>& a, const Point_<_Tp>& b )
Point_           1804 modules/core/include/opencv2/core/types.hpp Rect_<_Tp> operator + (const Rect_<_Tp>& a, const Point_<_Tp>& b)
Point_           1810 modules/core/include/opencv2/core/types.hpp Rect_<_Tp> operator - (const Rect_<_Tp>& a, const Point_<_Tp>& b)
Point_            874 modules/core/include/opencv2/core/types_c.h     CvPoint(const cv::Point_<_Tp>& pt): x((int)pt.x), y((int)pt.y) {}
Point_            876 modules/core/include/opencv2/core/types_c.h     operator cv::Point_<_Tp>() const { return cv::Point_<_Tp>(cv::saturate_cast<_Tp>(x), cv::saturate_cast<_Tp>(y)); }
Point_            901 modules/core/include/opencv2/core/types_c.h     CvPoint2D32f(const cv::Point_<_Tp>& pt): x((float)pt.x), y((float)pt.y) {}
Point_            903 modules/core/include/opencv2/core/types_c.h     operator cv::Point_<_Tp>() const { return cv::Point_<_Tp>(cv::saturate_cast<_Tp>(x), cv::saturate_cast<_Tp>(y)); }
Point_            446 modules/core/test/test_io.cpp             Point_<float> p1(1.1f, 2.2f), op1;
Point_            476 modules/imgproc/src/approx.cpp approxPolyDP_( const Point_<T>* src_contour, int count0, Point_<T>* dst_contour,
Point_            499 modules/imgproc/src/approx.cpp     typedef cv::Point_<T> PT;
Point_             49 modules/imgproc/src/convhull.cpp static int Sklansky_( Point_<_Tp>** array, int start, int end, int* stack, int nsign, int sign2 )
Point_            124 modules/imgproc/src/convhull.cpp     bool operator()(const Point_<_Tp>* p1, const Point_<_Tp>* p2) const
Point_            341 modules/imgproc/src/convhull.cpp static bool isContourConvex_( const Point_<_Tp>* p, int n )
Point_            343 modules/imgproc/src/convhull.cpp     Point_<_Tp> prev_pt = p[(n-2+n) % n];
Point_            344 modules/imgproc/src/convhull.cpp     Point_<_Tp> cur_pt = p[n-1];
Point_             63 modules/imgproc/test/test_boundingrect.cpp     template <typename T> void generate_src_points(vector <Point_<T> >& src, int n);
Point_             64 modules/imgproc/test/test_boundingrect.cpp     template <typename T> cv::Rect get_bounding_rect(const vector <Point_<T> > src);
Point_             65 modules/imgproc/test/test_boundingrect.cpp     template <typename T> bool checking_function_work(vector <Point_<T> >& src, int type);
Point_             71 modules/imgproc/test/test_boundingrect.cpp template <typename T> void CV_BoundingRectTest::generate_src_points(vector <Point_<T> >& src, int n)
Point_             75 modules/imgproc/test/test_boundingrect.cpp         src.push_back(Point_<T>(cv::randu<T>(), cv::randu<T>()));
Point_             78 modules/imgproc/test/test_boundingrect.cpp template <typename T> cv::Rect CV_BoundingRectTest::get_bounding_rect(const vector <Point_<T> > src)
Point_             95 modules/imgproc/test/test_boundingrect.cpp template <typename T> bool CV_BoundingRectTest::checking_function_work(vector <Point_<T> >& src, int type)
Point_             51 modules/shape/test/test_shape.cpp     typedef Point_<T> PointType;