| area() | OpenCVForUnity.CoreModule.Rect2d | |
| br() | OpenCVForUnity.CoreModule.Rect2d | |
| brAsValueTuple() | OpenCVForUnity.CoreModule.Rect2d | |
| brAsVec2d() | OpenCVForUnity.CoreModule.Rect2d | |
| clone() | OpenCVForUnity.CoreModule.Rect2d | |
| cloneAsValueTuple() | OpenCVForUnity.CoreModule.Rect2d | |
| cloneAsVec4d() | OpenCVForUnity.CoreModule.Rect2d | |
| contains(Point p) | OpenCVForUnity.CoreModule.Rect2d | |
| contains(double x, double y) | OpenCVForUnity.CoreModule.Rect2d | |
| contains(in Vec2d p) | OpenCVForUnity.CoreModule.Rect2d | |
| contains(in(double x, double y) p) | OpenCVForUnity.CoreModule.Rect2d | |
| contains(Rect2d rect) | OpenCVForUnity.CoreModule.Rect2d | |
| contains(in Vec4d rect) | OpenCVForUnity.CoreModule.Rect2d | |
| contains(in(double x, double y, double width, double height) rect) | OpenCVForUnity.CoreModule.Rect2d | |
| empty() | OpenCVForUnity.CoreModule.Rect2d | |
| Equals(Object obj) | OpenCVForUnity.CoreModule.Rect2d | |
| Equals(Rect2d a) | OpenCVForUnity.CoreModule.Rect2d | |
| GetHashCode() | OpenCVForUnity.CoreModule.Rect2d | |
| height | OpenCVForUnity.CoreModule.Rect2d | |
| inflate(double width, double height) | OpenCVForUnity.CoreModule.Rect2d | |
| inflate(Size size) | OpenCVForUnity.CoreModule.Rect2d | |
| inflate(in Vec2d size) | OpenCVForUnity.CoreModule.Rect2d | |
| inflate(in(double width, double height) size) | OpenCVForUnity.CoreModule.Rect2d | |
| inflate(Rect2d rect, double x, double y) | OpenCVForUnity.CoreModule.Rect2d | static |
| inflateAsValueTuple(in(double x, double y, double width, double height) rect, double x, double y) | OpenCVForUnity.CoreModule.Rect2d | static |
| inflateAsVec4d(in Vec4d rect, double x, double y) | OpenCVForUnity.CoreModule.Rect2d | static |
| intersect(Rect2d a, Rect2d b) | OpenCVForUnity.CoreModule.Rect2d | static |
| intersect(Rect2d rect) | OpenCVForUnity.CoreModule.Rect2d | |
| intersectAsValueTuple(in(double x, double y, double width, double height) a, in(double x, double y, double width, double height) b) | OpenCVForUnity.CoreModule.Rect2d | static |
| intersectAsValueTuple(in(double x, double y, double width, double height) rect) | OpenCVForUnity.CoreModule.Rect2d | |
| intersectAsVec4d(in Vec4d a, in Vec4d b) | OpenCVForUnity.CoreModule.Rect2d | static |
| intersectAsVec4d(in Vec4d rect) | OpenCVForUnity.CoreModule.Rect2d | |
| intersectsWith(Rect2d rect) | OpenCVForUnity.CoreModule.Rect2d | |
| intersectsWith(in Vec4d rect) | OpenCVForUnity.CoreModule.Rect2d | |
| intersectsWith(in(double x, double y, double width, double height) rect) | OpenCVForUnity.CoreModule.Rect2d | |
| operator(double x, double y, double width, double height)(Rect2d rect) | OpenCVForUnity.CoreModule.Rect2d | explicitstatic |
| operator Rect2d(in(double x, double y, double width, double height) valueTuple) | OpenCVForUnity.CoreModule.Rect2d | explicitstatic |
| operator Vec4d(Rect2d rect) | OpenCVForUnity.CoreModule.Rect2d | explicitstatic |
| operator!=(Rect2d a, Rect2d b) | OpenCVForUnity.CoreModule.Rect2d | static |
| operator&(Rect2d a, Rect2d b) | OpenCVForUnity.CoreModule.Rect2d | static |
| operator+(Rect2d a, Point b) | OpenCVForUnity.CoreModule.Rect2d | static |
| operator+(Rect2d a, Size b) | OpenCVForUnity.CoreModule.Rect2d | static |
| operator-(Rect2d a, Point b) | OpenCVForUnity.CoreModule.Rect2d | static |
| operator-(Rect2d a, Size b) | OpenCVForUnity.CoreModule.Rect2d | static |
| operator==(Rect2d a, Rect2d b) | OpenCVForUnity.CoreModule.Rect2d | static |
| operator|(Rect2d a, Rect2d b) | OpenCVForUnity.CoreModule.Rect2d | static |
| Rect2d(double x, double y, double width, double height) | OpenCVForUnity.CoreModule.Rect2d | |
| Rect2d() | OpenCVForUnity.CoreModule.Rect2d | |
| Rect2d(Point p1, Point p2) | OpenCVForUnity.CoreModule.Rect2d | |
| Rect2d(Point p, Size s) | OpenCVForUnity.CoreModule.Rect2d | |
| Rect2d(double[] vals) | OpenCVForUnity.CoreModule.Rect2d | |
| Rect2d(in Vec4d vals) | OpenCVForUnity.CoreModule.Rect2d | |
| Rect2d(in(double x, double y, double width, double height) vals) | OpenCVForUnity.CoreModule.Rect2d | |
| set(double[] vals) | OpenCVForUnity.CoreModule.Rect2d | |
| set(in Vec4d vals) | OpenCVForUnity.CoreModule.Rect2d | |
| set(in(double x, double y, double width, double height) vals) | OpenCVForUnity.CoreModule.Rect2d | |
| size() | OpenCVForUnity.CoreModule.Rect2d | |
| sizeAsValueTuple() | OpenCVForUnity.CoreModule.Rect2d | |
| sizeAsVec2d() | OpenCVForUnity.CoreModule.Rect2d | |
| tl() | OpenCVForUnity.CoreModule.Rect2d | |
| tlAsValueTuple() | OpenCVForUnity.CoreModule.Rect2d | |
| tlAsVec2d() | OpenCVForUnity.CoreModule.Rect2d | |
| ToString() | OpenCVForUnity.CoreModule.Rect2d | |
| ToValueTuple() | OpenCVForUnity.CoreModule.Rect2d | |
| ToVec4d() | OpenCVForUnity.CoreModule.Rect2d | |
| union(Rect2d rect) | OpenCVForUnity.CoreModule.Rect2d | |
| union(in(double x, double y, double width, double height) rect) | OpenCVForUnity.CoreModule.Rect2d | |
| union(Rect2d a, Rect2d b) | OpenCVForUnity.CoreModule.Rect2d | static |
| unionAsValueTuple(in(double x, double y, double width, double height) a, in(double x, double y, double width, double height) b) | OpenCVForUnity.CoreModule.Rect2d | static |
| unionAsVec4d(in Vec4d rect) | OpenCVForUnity.CoreModule.Rect2d | |
| unionAsVec4d(in Vec4d a, in Vec4d b) | OpenCVForUnity.CoreModule.Rect2d | static |
| width | OpenCVForUnity.CoreModule.Rect2d | |
| width | OpenCVForUnity.CoreModule.Rect2d | |
| width | OpenCVForUnity.CoreModule.Rect2d | static |
| x | OpenCVForUnity.CoreModule.Rect2d | |
| x | OpenCVForUnity.CoreModule.Rect2d | static |
| y | OpenCVForUnity.CoreModule.Rect2d | |
| y | OpenCVForUnity.CoreModule.Rect2d | |
| y | OpenCVForUnity.CoreModule.Rect2d | static |