Point3_ 594 modules/core/include/opencv2/core/base.hpp template<typename _Tp> class Point3_; Point3_ 194 modules/core/include/opencv2/core/cvstd.inl.hpp std::ostream& operator << (std::ostream& out, const std::vector<Point3_<_Tp> >& vec) Point3_ 214 modules/core/include/opencv2/core/cvstd.inl.hpp std::ostream& operator << (std::ostream& out, const Point3_<_Tp>& p) Point3_ 918 modules/core/include/opencv2/core/mat.hpp template<typename _Tp> explicit Mat(const Point3_<_Tp>& pt, bool copyData=true); Point3_ 1987 modules/core/include/opencv2/core/mat.hpp explicit Mat_(const Point3_<typename DataType<_Tp>::channel_type>& pt, bool copyData=true); Point3_ 2152 modules/core/include/opencv2/core/mat.hpp template<typename _Tp> explicit UMat(const Point3_<_Tp>& pt, bool copyData=true); Point3_ 524 modules/core/include/opencv2/core/mat.inl.hpp Mat::Mat(const Point3_<_Tp>& pt, bool copyData) Point3_ 1300 modules/core/include/opencv2/core/mat.inl.hpp Mat_<_Tp>::Mat_(const Point3_<typename DataType<_Tp>::channel_type>& pt, bool copyData) Point3_ 406 modules/core/include/opencv2/core/operations.hpp int print(const std::vector<Point3_<_Tp> >& vec, FILE* stream = stdout) Point3_ 690 modules/core/include/opencv2/core/persistence.hpp template<typename _Tp> static inline void read(const FileNode& node, Point3_<_Tp>& value, const Point3_<_Tp>& default_value) Point3_ 693 modules/core/include/opencv2/core/persistence.hpp value = temp.size() != 3 ? default_value : Point3_<_Tp>(saturate_cast<_Tp>(temp[0]), saturate_cast<_Tp>(temp[1]), Point3_ 863 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const Point3_<_Tp>& pt ) Point3_ 932 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Point3_<_Tp>& pt ) Point3_ 224 modules/core/include/opencv2/core/types.hpp Point3_(); Point3_ 225 modules/core/include/opencv2/core/types.hpp Point3_(_Tp _x, _Tp _y, _Tp _z); Point3_ 226 modules/core/include/opencv2/core/types.hpp Point3_(const Point3_& pt); Point3_ 227 modules/core/include/opencv2/core/types.hpp explicit Point3_(const Point_<_Tp>& pt); Point3_ 228 modules/core/include/opencv2/core/types.hpp Point3_(const Vec<_Tp, 3>& v); Point3_ 230 modules/core/include/opencv2/core/types.hpp Point3_& operator = (const Point3_& pt); Point3_ 232 modules/core/include/opencv2/core/types.hpp template<typename _Tp2> operator Point3_<_Tp2>() const; Point3_ 237 modules/core/include/opencv2/core/types.hpp _Tp dot(const Point3_& pt) const; Point3_ 239 modules/core/include/opencv2/core/types.hpp double ddot(const Point3_& pt) const; Point3_ 241 modules/core/include/opencv2/core/types.hpp Point3_ cross(const Point3_& pt) const; Point3_ 246 modules/core/include/opencv2/core/types.hpp typedef Point3_<int> Point3i; Point3_ 247 modules/core/include/opencv2/core/types.hpp typedef Point3_<float> Point3f; Point3_ 248 modules/core/include/opencv2/core/types.hpp typedef Point3_<double> Point3d; Point3_ 250 modules/core/include/opencv2/core/types.hpp template<typename _Tp> class DataType< Point3_<_Tp> > Point3_ 253 modules/core/include/opencv2/core/types.hpp typedef Point3_<_Tp> value_type; Point3_ 254 modules/core/include/opencv2/core/types.hpp typedef Point3_<typename DataType<_Tp>::work_type> work_type; Point3_ 1269 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator * (const Matx<_Tp, 3, 3>& a, const Point_<_Tp>& b) Point3_ 1272 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>(tmp.val[0], tmp.val[1], tmp.val[2]); Point3_ 1304 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::Point3_() Point3_ 1308 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::Point3_(_Tp _x, _Tp _y, _Tp _z) Point3_ 1312 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::Point3_(const Point3_& pt) Point3_ 1316 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::Point3_(const Point_<_Tp>& pt) Point3_ 1320 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::Point3_(const Vec<_Tp, 3>& v) Point3_ 1324 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::operator Point3_<_Tp2>() const Point3_ 1326 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp2>(saturate_cast<_Tp2>(x), saturate_cast<_Tp2>(y), saturate_cast<_Tp2>(z)); Point3_ 1330 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>::operator Vec<_Tp, 3>() const Point3_ 1336 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>& Point3_<_Tp>::operator = (const Point3_& pt) Point3_ 1343 modules/core/include/opencv2/core/types.hpp _Tp Point3_<_Tp>::dot(const Point3_& pt) const Point3_ 1349 modules/core/include/opencv2/core/types.hpp double Point3_<_Tp>::ddot(const Point3_& pt) const Point3_ 1355 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> Point3_<_Tp>::cross(const Point3_<_Tp>& pt) const Point3_ 1357 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>(y*pt.z - z*pt.y, z*pt.x - x*pt.z, x*pt.y - y*pt.x); Point3_ 1362 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>& operator += (Point3_<_Tp>& a, const Point3_<_Tp>& b) Point3_ 1371 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>& operator -= (Point3_<_Tp>& a, const Point3_<_Tp>& b) Point3_ 1380 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>& operator *= (Point3_<_Tp>& a, int b) Point3_ 1389 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>& operator *= (Point3_<_Tp>& a, float b) Point3_ 1398 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>& operator *= (Point3_<_Tp>& a, double b) Point3_ 1407 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>& operator /= (Point3_<_Tp>& a, int b) Point3_ 1416 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>& operator /= (Point3_<_Tp>& a, float b) Point3_ 1425 modules/core/include/opencv2/core/types.hpp Point3_<_Tp>& operator /= (Point3_<_Tp>& a, double b) Point3_ 1434 modules/core/include/opencv2/core/types.hpp double norm(const Point3_<_Tp>& pt) Point3_ 1440 modules/core/include/opencv2/core/types.hpp bool operator == (const Point3_<_Tp>& a, const Point3_<_Tp>& b) Point3_ 1446 modules/core/include/opencv2/core/types.hpp bool operator != (const Point3_<_Tp>& a, const Point3_<_Tp>& b) Point3_ 1452 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator + (const Point3_<_Tp>& a, const Point3_<_Tp>& b) Point3_ 1454 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>( saturate_cast<_Tp>(a.x + b.x), saturate_cast<_Tp>(a.y + b.y), saturate_cast<_Tp>(a.z + b.z)); Point3_ 1458 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator - (const Point3_<_Tp>& a, const Point3_<_Tp>& b) Point3_ 1460 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>( saturate_cast<_Tp>(a.x - b.x), saturate_cast<_Tp>(a.y - b.y), saturate_cast<_Tp>(a.z - b.z)); Point3_ 1464 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator - (const Point3_<_Tp>& a) Point3_ 1466 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>( saturate_cast<_Tp>(-a.x), saturate_cast<_Tp>(-a.y), saturate_cast<_Tp>(-a.z) ); Point3_ 1470 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator * (const Point3_<_Tp>& a, int b) Point3_ 1472 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>( saturate_cast<_Tp>(a.x*b), saturate_cast<_Tp>(a.y*b), saturate_cast<_Tp>(a.z*b) ); Point3_ 1476 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator * (int a, const Point3_<_Tp>& b) Point3_ 1478 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>( saturate_cast<_Tp>(b.x * a), saturate_cast<_Tp>(b.y * a), saturate_cast<_Tp>(b.z * a) ); Point3_ 1482 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator * (const Point3_<_Tp>& a, float b) Point3_ 1484 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>( saturate_cast<_Tp>(a.x * b), saturate_cast<_Tp>(a.y * b), saturate_cast<_Tp>(a.z * b) ); Point3_ 1488 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator * (float a, const Point3_<_Tp>& b) Point3_ 1490 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>( saturate_cast<_Tp>(b.x * a), saturate_cast<_Tp>(b.y * a), saturate_cast<_Tp>(b.z * a) ); Point3_ 1494 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator * (const Point3_<_Tp>& a, double b) Point3_ 1496 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>( saturate_cast<_Tp>(a.x * b), saturate_cast<_Tp>(a.y * b), saturate_cast<_Tp>(a.z * b) ); Point3_ 1500 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator * (double a, const Point3_<_Tp>& b) Point3_ 1502 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>( saturate_cast<_Tp>(b.x * a), saturate_cast<_Tp>(b.y * a), saturate_cast<_Tp>(b.z * a) ); Point3_ 1506 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator * (const Matx<_Tp, 3, 3>& a, const Point3_<_Tp>& b) Point3_ 1509 modules/core/include/opencv2/core/types.hpp return Point3_<_Tp>(tmp.val[0], tmp.val[1], tmp.val[2]); Point3_ 1513 modules/core/include/opencv2/core/types.hpp Matx<_Tp, 4, 1> operator * (const Matx<_Tp, 4, 4>& a, const Point3_<_Tp>& b) Point3_ 1519 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator / (const Point3_<_Tp>& a, int b) Point3_ 1521 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> tmp(a); Point3_ 1527 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator / (const Point3_<_Tp>& a, float b) Point3_ 1529 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> tmp(a); Point3_ 1535 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> operator / (const Point3_<_Tp>& a, double b) Point3_ 1537 modules/core/include/opencv2/core/types.hpp Point3_<_Tp> tmp(a); Point3_ 945 modules/core/include/opencv2/core/types_c.h CvPoint3D32f(const cv::Point3_<_Tp>& pt): x((float)pt.x), y((float)pt.y), z((float)pt.z) {} Point3_ 947 modules/core/include/opencv2/core/types_c.h operator cv::Point3_<_Tp>() const { return cv::Point3_<_Tp>(cv::saturate_cast<_Tp>(x), cv::saturate_cast<_Tp>(y), cv::saturate_cast<_Tp>(z)); } Point3_ 94 modules/stitching/src/blenders.cpp const Point3_<short> *src_row = img.ptr<Point3_<short> >(y); Point3_ 95 modules/stitching/src/blenders.cpp Point3_<short> *dst_row = dst.ptr<Point3_<short> >(dy + y); Point3_ 146 modules/stitching/src/blenders.cpp const Point3_<short>* src_row = img.ptr<Point3_<short> >(y); Point3_ 147 modules/stitching/src/blenders.cpp Point3_<short>* dst_row = dst.ptr<Point3_<short> >(dy + y); Point3_ 384 modules/stitching/src/blenders.cpp const Point3_<short>* src_row = _src_pyr_laplace.ptr<Point3_<short> >(y); Point3_ 385 modules/stitching/src/blenders.cpp Point3_<short>* dst_row = _dst_pyr_laplace.ptr<Point3_<short> >(y); Point3_ 402 modules/stitching/src/blenders.cpp const Point3_<short>* src_row = _src_pyr_laplace.ptr<Point3_<short> >(y); Point3_ 403 modules/stitching/src/blenders.cpp Point3_<short>* dst_row = _dst_pyr_laplace.ptr<Point3_<short> >(y); Point3_ 502 modules/stitching/src/blenders.cpp Point3_<short> *row = src.ptr<Point3_<short> >(y); Point3_ 520 modules/stitching/src/blenders.cpp Point3_<short> *row = src.ptr<Point3_<short> >(y); Point3_ 108 modules/stitching/src/exposure_compensate.cpp const Point3_<uchar>* r1 = subimg1.ptr<Point3_<uchar> >(y); Point3_ 109 modules/stitching/src/exposure_compensate.cpp const Point3_<uchar>* r2 = subimg2.ptr<Point3_<uchar> >(y); Point3_ 241 modules/stitching/src/exposure_compensate.cpp Point3_<uchar>* row = image.ptr<Point3_<uchar> >(y); Point3_ 79 modules/stitching/src/timelapsers.cpp const Point3_<short> *src_row = img.ptr<Point3_<short> >(y); Point3_ 85 modules/stitching/src/timelapsers.cpp Point3_<short> *dst_row = dst.ptr<Point3_<short> >(dy + y); Point3_ 84 modules/videostab/src/deblurring.cpp Point3_<uchar> p = frame.at<Point3_<uchar> >(y,x); Point3_ 109 modules/videostab/src/deblurring.cpp const Point3_<uchar> &p = frame.at<Point3_<uchar> >(y,x); Point3_ 110 modules/videostab/src/deblurring.cpp const Point3_<uchar> &p1 = neighbor.at<Point3_<uchar> >(y1,x1); Point3_ 128 modules/videostab/src/deblurring.cpp frame.at<Point3_<uchar> >(y,x) = Point3_<uchar>( Point3_ 114 modules/videostab/src/inpainting.cpp Point3_<uchar> color; Point3_ 139 modules/videostab/src/inpainting.cpp Mat_<Point3_<uchar> > frame_(frame); Point3_ 154 modules/videostab/src/inpainting.cpp const Mat_<Point3_<uchar> > &framei = at(idx + i, *frames_); Point3_ 186 modules/videostab/src/inpainting.cpp frame_(y, x) = Point3_<uchar>( Point3_ 220 modules/videostab/src/inpainting.cpp err += std::abs(intensity(frame1.at<Point3_<uchar> >(y1,x1)) - Point3_ 221 modules/videostab/src/inpainting.cpp intensity(frame0.at<Point3_<uchar> >(y0,x0))); Point3_ 294 modules/videostab/src/inpainting.cpp Point3_<uchar> cp = frame1(py1,px1), cq = frame1(qy1,qx1); Point3_ 316 modules/videostab/src/inpainting.cpp Mat_<Point3_<uchar> > frame1; Point3_ 445 modules/videostab/src/inpainting.cpp frame(y,x) = Point3_<uchar>( Point3_ 453 modules/videostab/src/inpainting.cpp cv::Mat_<cv::Point3_<uchar> > frame; Point3_ 534 modules/videostab/src/inpainting.cpp frame0.at<Point3_<uchar> >(y0,x0) = frame1.at<Point3_<uchar> >(y1,x1); Point3_ 62 modules/videostab/src/precomp.hpp inline float intensity(const cv::Point3_<uchar> &bgr) Point3_ 138 modules/viz/include/opencv2/viz/vizcore.hpp template<typename _Tp> inline bool isNan(const Point3_<_Tp>& p) Point3_ 75 samples/cpp/openni_capture.cpp rgb.at<Point3_<uchar> >(y,x) = Point3_<uchar>(b, g, r);