Rect_ 2099 modules/calib3d/src/calibration.cpp cv::Rect_<float>& inner, cv::Rect_<float>& outer ) Rect_ 2135 modules/calib3d/src/calibration.cpp inner = cv::Rect_<float>(iX0, iY0, iX1-iX0, iY1-iY0); Rect_ 2136 modules/calib3d/src/calibration.cpp outer = cv::Rect_<float>(oX0, oY0, oX1-oX0, oY1-oY0); Rect_ 2149 modules/calib3d/src/calibration.cpp cv::Rect_<float> inner1, inner2, outer1, outer2; Rect_ 2355 modules/calib3d/src/calibration.cpp cv::Rect_<float> inner, outer; Rect_ 2385 modules/calib3d/src/calibration.cpp inner = cv::Rect_<float>((float)((inner.x - cx0)*s + cx), Rect_ 1071 modules/calib3d/src/circlesgrid.cpp Rect_<float> rect(samples[i] - Point2f(parameters.densityNeighborhoodSize) * 0.5, Rect_ 596 modules/core/include/opencv2/core/base.hpp template<typename _Tp> class Rect_; Rect_ 256 modules/core/include/opencv2/core/cvstd.inl.hpp std::ostream& operator << (std::ostream& out, const Rect_<_Tp>& rect) Rect_ 496 modules/core/include/opencv2/core/opengl.hpp Rect_<double> wndRect = Rect_<double>(0.0, 0.0, 1.0, 1.0), Rect_ 497 modules/core/include/opencv2/core/opengl.hpp Rect_<double> texRect = Rect_<double>(0.0, 0.0, 1.0, 1.0)); Rect_ 709 modules/core/include/opencv2/core/persistence.hpp template<typename _Tp> static inline void read(const FileNode& node, Rect_<_Tp>& value, const Rect_<_Tp>& default_value) Rect_ 712 modules/core/include/opencv2/core/persistence.hpp value = temp.size() != 4 ? default_value : Rect_<_Tp>(saturate_cast<_Tp>(temp[0]), saturate_cast<_Tp>(temp[1]), Rect_ 885 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const Rect_<_Tp>& r ) Rect_ 953 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Rect_<_Tp>& r ) Rect_ 173 modules/core/include/opencv2/core/types.hpp bool inside(const Rect_<_Tp>& r) const; Rect_ 380 modules/core/include/opencv2/core/types.hpp Rect_(); Rect_ 381 modules/core/include/opencv2/core/types.hpp Rect_(_Tp _x, _Tp _y, _Tp _width, _Tp _height); Rect_ 382 modules/core/include/opencv2/core/types.hpp Rect_(const Rect_& r); Rect_ 383 modules/core/include/opencv2/core/types.hpp Rect_(const Point_<_Tp>& org, const Size_<_Tp>& sz); Rect_ 384 modules/core/include/opencv2/core/types.hpp Rect_(const Point_<_Tp>& pt1, const Point_<_Tp>& pt2); Rect_ 386 modules/core/include/opencv2/core/types.hpp Rect_& operator = ( const Rect_& r ); Rect_ 398 modules/core/include/opencv2/core/types.hpp template<typename _Tp2> operator Rect_<_Tp2>() const; Rect_ 406 modules/core/include/opencv2/core/types.hpp typedef Rect_<int> Rect2i; Rect_ 407 modules/core/include/opencv2/core/types.hpp typedef Rect_<float> Rect2f; Rect_ 408 modules/core/include/opencv2/core/types.hpp typedef Rect_<double> Rect2d; Rect_ 411 modules/core/include/opencv2/core/types.hpp template<typename _Tp> class DataType< Rect_<_Tp> > Rect_ 414 modules/core/include/opencv2/core/types.hpp typedef Rect_<_Tp> value_type; Rect_ 415 modules/core/include/opencv2/core/types.hpp typedef Rect_<typename DataType<_Tp>::work_type> work_type; Rect_ 1119 modules/core/include/opencv2/core/types.hpp Point_<_Tp>::inside( const Rect_<_Tp>& r ) const Rect_ 1662 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>::Rect_() Rect_ 1666 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>::Rect_(_Tp _x, _Tp _y, _Tp _width, _Tp _height) Rect_ 1670 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>::Rect_(const Rect_<_Tp>& r) Rect_ 1674 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>::Rect_(const Point_<_Tp>& org, const Size_<_Tp>& sz) Rect_ 1678 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>::Rect_(const Point_<_Tp>& pt1, const Point_<_Tp>& pt2) Rect_ 1687 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>& Rect_<_Tp>::operator = ( const Rect_<_Tp>& r ) Rect_ 1697 modules/core/include/opencv2/core/types.hpp Point_<_Tp> Rect_<_Tp>::tl() const Rect_ 1703 modules/core/include/opencv2/core/types.hpp Point_<_Tp> Rect_<_Tp>::br() const Rect_ 1709 modules/core/include/opencv2/core/types.hpp Size_<_Tp> Rect_<_Tp>::size() const Rect_ 1715 modules/core/include/opencv2/core/types.hpp _Tp Rect_<_Tp>::area() const Rect_ 1721 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>::operator Rect_<_Tp2>() const Rect_ 1723 modules/core/include/opencv2/core/types.hpp return Rect_<_Tp2>(saturate_cast<_Tp2>(x), saturate_cast<_Tp2>(y), saturate_cast<_Tp2>(width), saturate_cast<_Tp2>(height)); Rect_ 1727 modules/core/include/opencv2/core/types.hpp bool Rect_<_Tp>::contains(const Point_<_Tp>& pt) const Rect_ 1734 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>& operator += ( Rect_<_Tp>& a, const Point_<_Tp>& b ) Rect_ 1742 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>& operator -= ( Rect_<_Tp>& a, const Point_<_Tp>& b ) Rect_ 1750 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>& operator += ( Rect_<_Tp>& a, const Size_<_Tp>& b ) Rect_ 1758 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>& operator -= ( Rect_<_Tp>& a, const Size_<_Tp>& b ) Rect_ 1766 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>& operator &= ( Rect_<_Tp>& a, const Rect_<_Tp>& b ) Rect_ 1780 modules/core/include/opencv2/core/types.hpp Rect_<_Tp>& operator |= ( Rect_<_Tp>& a, const Rect_<_Tp>& b ) Rect_ 1792 modules/core/include/opencv2/core/types.hpp bool operator == (const Rect_<_Tp>& a, const Rect_<_Tp>& b) Rect_ 1798 modules/core/include/opencv2/core/types.hpp bool operator != (const Rect_<_Tp>& a, const Rect_<_Tp>& b) Rect_ 1804 modules/core/include/opencv2/core/types.hpp Rect_<_Tp> operator + (const Rect_<_Tp>& a, const Point_<_Tp>& b) Rect_ 1806 modules/core/include/opencv2/core/types.hpp return Rect_<_Tp>( a.x + b.x, a.y + b.y, a.width, a.height ); Rect_ 1810 modules/core/include/opencv2/core/types.hpp Rect_<_Tp> operator - (const Rect_<_Tp>& a, const Point_<_Tp>& b) Rect_ 1812 modules/core/include/opencv2/core/types.hpp return Rect_<_Tp>( a.x - b.x, a.y - b.y, a.width, a.height ); Rect_ 1816 modules/core/include/opencv2/core/types.hpp Rect_<_Tp> operator + (const Rect_<_Tp>& a, const Size_<_Tp>& b) Rect_ 1818 modules/core/include/opencv2/core/types.hpp return Rect_<_Tp>( a.x, a.y, a.width + b.width, a.height + b.height ); Rect_ 1822 modules/core/include/opencv2/core/types.hpp Rect_<_Tp> operator & (const Rect_<_Tp>& a, const Rect_<_Tp>& b) Rect_ 1824 modules/core/include/opencv2/core/types.hpp Rect_<_Tp> c = a; Rect_ 1829 modules/core/include/opencv2/core/types.hpp Rect_<_Tp> operator | (const Rect_<_Tp>& a, const Rect_<_Tp>& b) Rect_ 1831 modules/core/include/opencv2/core/types.hpp Rect_<_Tp> c = a; Rect_ 788 modules/core/include/opencv2/core/types_c.h CvRect(const cv::Rect_<_Tp>& r): x(cv::saturate_cast<int>(r.x)), y(cv::saturate_cast<int>(r.y)), width(cv::saturate_cast<int>(r.width)), height(cv::saturate_cast<int>(r.height)) {} Rect_ 790 modules/core/include/opencv2/core/types_c.h operator cv::Rect_<_Tp>() const { return cv::Rect_<_Tp>((_Tp)x, (_Tp)y, (_Tp)width, (_Tp)height); } Rect_ 1413 modules/core/src/opengl.cpp void cv::ogl::render(const ogl::Texture2D& tex, Rect_<double> wndRect, Rect_<double> texRect) Rect_ 3539 modules/objdetect/src/hog.cpp std::vector<cv::Rect_<double> > rrects(nclasses); Rect_ 3558 modules/objdetect/src/hog.cpp cv::Rect_<double> r = rrects[i]; Rect_ 3560 modules/objdetect/src/hog.cpp rrects[i] = cv::Rect_<double>(cv::saturate_cast<double>(r.x*s), Rect_ 657 modules/ts/include/opencv2/ts/ts_perf.hpp public std::binary_function<cv::Rect_<T>, cv::Rect_<T>, bool> Rect_ 659 modules/ts/include/opencv2/ts/ts_perf.hpp bool operator()(const cv::Rect_<T>& r1, const cv::Rect_<T>& r2) const Rect_ 28 samples/cpp/facial_features.cpp static void detectFaces(Mat&, vector<Rect_<int> >&, string); Rect_ 29 samples/cpp/facial_features.cpp static void detectEyes(Mat&, vector<Rect_<int> >&, string); Rect_ 30 samples/cpp/facial_features.cpp static void detectNose(Mat&, vector<Rect_<int> >&, string); Rect_ 31 samples/cpp/facial_features.cpp static void detectMouth(Mat&, vector<Rect_<int> >&, string); Rect_ 32 samples/cpp/facial_features.cpp static void detectFacialFeaures(Mat&, const vector<Rect_<int> >, string, string, string); Rect_ 60 samples/cpp/facial_features.cpp vector<Rect_<int> > faces; Rect_ 126 samples/cpp/facial_features.cpp static void detectFaces(Mat& img, vector<Rect_<int> >& faces, string cascade_path) Rect_ 135 samples/cpp/facial_features.cpp static void detectFacialFeaures(Mat& img, const vector<Rect_<int> > faces, string eye_cascade, Rect_ 156 samples/cpp/facial_features.cpp vector<Rect_<int> > eyes; Rect_ 173 samples/cpp/facial_features.cpp vector<Rect_<int> > nose; Rect_ 189 samples/cpp/facial_features.cpp vector<Rect_<int> > mouth; Rect_ 214 samples/cpp/facial_features.cpp static void detectEyes(Mat& img, vector<Rect_<int> >& eyes, string cascade_path) Rect_ 223 samples/cpp/facial_features.cpp static void detectNose(Mat& img, vector<Rect_<int> >& nose, string cascade_path) Rect_ 232 samples/cpp/facial_features.cpp static void detectMouth(Mat& img, vector<Rect_<int> >& mouth, string cascade_path)