Home
last modified time | relevance | path

Searched refs:Size_ (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dtypes.hpp156 Point_(const Size_<_Tp>& sz);
284 template<typename _Tp> class Size_ class
290 Size_();
291 Size_(_Tp _width, _Tp _height);
292 Size_(const Size_& sz);
293 Size_(const Point_<_Tp>& pt);
295 Size_& operator = (const Size_& sz);
300 template<typename _Tp2> operator Size_<_Tp2>() const;
305 typedef Size_<int> Size2i;
306 typedef Size_<float> Size2f;
[all …]
Dpersistence.hpp697 template<typename _Tp> static inline void read(const FileNode& node, Size_<_Tp>& value, const Size_ in read()
700 …value = temp.size() != 2 ? default_value : Size_<_Tp>(saturate_cast<_Tp>(temp[0]), saturate_cast<_… in read()
871 void write(FileStorage& fs, const Size_<_Tp>& sz ) in write()
939 void write(FileStorage& fs, const String& name, const Size_<_Tp>& sz ) in write()
Dtypes_c.h1015 …CvSize(const cv::Size_<_Tp>& sz): width(cv::saturate_cast<int>(sz.width)), height(cv::saturate_cas… in CvSize()
1017 …operator cv::Size_<_Tp>() const { return cv::Size_<_Tp>(cv::saturate_cast<_Tp>(width), cv::saturat…
1041 …CvSize2D32f(const cv::Size_<_Tp>& sz): width(cv::saturate_cast<float>(sz.width)), height(cv::satur… in CvSize2D32f()
1043 …operator cv::Size_<_Tp>() const { return cv::Size_<_Tp>(cv::saturate_cast<_Tp>(width), cv::saturat…
Dcvstd.inl.hpp250 std::ostream& operator << (std::ostream& out, const Size_<_Tp>& size) in operator <<()
Dbase.hpp595 template<typename _Tp> class Size_;
/external/opencv3/modules/features2d/src/
Devaluation.cpp130 Size_<float> axes; // half length of ellipse axes
131Size_<float> boundingBox; // half sizes of bounding box which sides are parallel to the coordinate…
202 Size_<float> axes = src[i].axes; in convert()
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.hpp213 const cv::Size_<size_t> patternSize;