OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvSize2D32f
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/include/
cxtypes.h
1043
typedef struct
CvSize2D32f
1048
CvSize2D32f
;
1051
CV_INLINE
CvSize2D32f
cvSize2D32f
( double width, double height )
1053
CvSize2D32f
s;
1064
CvSize2D32f
size; /* Box width and length. */
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
1033
typedef struct
CvSize2D32f
1039
CvSize2D32f
(float w = 0, float h = 0): width(w), height(h) {}
1041
CvSize2D32f
(const cv::Size_<_Tp>& sz): width(cv::saturate_cast<float>(sz.width)), height(cv::saturate_cast<float>(sz.height)) {}
1046
CvSize2D32f
;
1048
/** constructs
CvSize2D32f
structure. */
1049
CV_INLINE
CvSize2D32f
cvSize2D32f
( double width, double height )
1051
CvSize2D32f
s;
1064
CvSize2D32f
size; /**< Box width and length. */
1069
CvBox2D(CvPoint2D32f c = CvPoint2D32f(),
CvSize2D32f
s = CvSize2D32f(), float a = 0) : center(c), size(s), angle(a) {
[
all
...]
Completed in 39 milliseconds