Home
last modified time | relevance | path

Searched defs:RotatedRect (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+RotatedRect.java4 public class RotatedRect { class
10 public RotatedRect() { in RotatedRect() method in RotatedRect
16 public RotatedRect(Point c, Size s, double a) { in RotatedRect() method in RotatedRect
22 public RotatedRect(double[] vals) { in RotatedRect() method in RotatedRect
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/gen/jl_cxx_files/
H A Dtypestructs.jl27 struct RotatedRect struct
28 center::Point{Float32}
29 size::Size{Float32}
30 angle::Float32
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DMatOfRotatedRect.mm38 - (instancetype)initWithArray:(NSArray<RotatedRect*>*)array {
52 - (void)fromArray:(NSArray<RotatedRect*>*)array {
H A DRotatedRect.mm14 @implementation RotatedRect { implementation in x
49 + (instancetype)fromNative:(cv::RotatedRect&)rotatedRect {
H A DRotatedRect.h26 CV_EXPORTS @interface RotatedRect : NSObject variable
H A DConverters.mm197 + (Mat*)vector_RotatedRect_to_Mat:(NSArray<RotatedRect*>*)rs {
/dports/graphics/opencv/opencv-4.5.3/doc/js_tutorials/js_core/js_some_data_structures/
H A Djs_image_arithmetics.markdown85 RotatedRect section in Some Data Structures {#tutorial_js_some_data_structures}
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dtypes.cpp147 RotatedRect::RotatedRect(const Point2f& _point1, const Point2f& _point2, const Point2f& _point3) in RotatedRect() function in cv::RotatedRect
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/matlab/include/opencv2/matlab/
H A Dbridge.hpp344 Bridge& operator=(const cv::RotatedRect& ) { return *this; } in operator =()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dbase.hpp583 class CV_EXPORTS RotatedRect; variable
H A Dtypes.hpp503 class CV_EXPORTS RotatedRect class
2060 RotatedRect::RotatedRect() in RotatedRect() function in cv::RotatedRect
2064 RotatedRect::RotatedRect(const Point2f& _center, const Size2f& _size, float _angle) in RotatedRect() function in cv::RotatedRect
H A Dtypes_c.h1289 operator cv::RotatedRect() const { return cv::RotatedRect(center, size, angle); } in RotatedRect() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/view/
H A Dmedia_view_pip.cpp288 QRect RotatedRect(QRect rect, int rotation) { in RotatedRect() function
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/
H A Dgen_dict.json174 "RotatedRect": { object
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/
H A Dgen_dict.json498 "RotatedRect": { object