| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Rect
Property 'ndarray' provides a numpy.ndarray view on the object. If you create a reference to 'ndarray', you must keep the object unchanged until your reference is deleted, or Python may crash! Alternatively, you could create a reference to 'ndarray' by using 'asndarray(obj)', where 'obj' is an instance of this class.
To create an instance of Rect that shares the same data with an ndarray instance, use: 'asRect(a), where 'a' is an ndarray instance. Similarly, to avoid a potential Python crash, you must keep the current instance unchanged until the reference is deleted.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 24
|
|||
|
|||
| height | |||
| ndarray | |||
| this | |||
| width | |||
| x | |||
| y | |||
|
Inherited from |
|||
|
|||
__add__( (Rect)arg1, (Point2i)arg2) -> Rect :
C++ signature :
cv::Rect_<int> __add__(cv::Rect_<int>,cv::Point_<int>)
__add__( (Rect)arg1, (Size2i)arg2) -> Rect :
C++ signature :
cv::Rect_<int> __add__(cv::Rect_<int>,cv::Size_<int>)
|
__and__( (Rect)arg1, (Rect)arg2) -> Rect :
C++ signature :
cv::Rect_<int> __and__(cv::Rect_<int>,cv::Rect_<int>)
|
__eq__( (Rect)arg1, (Rect)arg2) -> bool :
C++ signature :
bool __eq__(cv::Rect_<int>,cv::Rect_<int>)
|
__iadd__( (Rect)arg1, (Point2i)arg2) -> Rect :
C++ signature :
cv::Rect_<int> {lvalue} __iadd__(cv::Rect_<int> {lvalue},cv::Point_<int>)
__iadd__( (Rect)arg1, (Size2i)arg2) -> Rect :
C++ signature :
cv::Rect_<int> {lvalue} __iadd__(cv::Rect_<int> {lvalue},cv::Size_<int>)
|
__iand__( (Rect)arg1, (Rect)arg2) -> Rect :
C++ signature :
cv::Rect_<int> {lvalue} __iand__(cv::Rect_<int> {lvalue},cv::Rect_<int>)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (object)_x, (object)_y, (object)_width, (object)_height) -> None :
C++ signature :
void __init__(_object*,int,int,int,int)
__init__( (object)arg1, (Rect)r) -> None :
C++ signature :
void __init__(_object*,cv::Rect_<int>)
__init__( (object)arg1, (Point2i)org, (Size2i)sz) -> None :
C++ signature :
void __init__(_object*,cv::Point_<int>,cv::Size_<int>)
__init__( (object)arg1, (Point2i)pt1, (Point2i)pt2) -> None :
C++ signature :
void __init__(_object*,cv::Point_<int>,cv::Point_<int>)
|
__ior__( (Rect)arg1, (Rect)arg2) -> Rect :
C++ signature :
cv::Rect_<int> {lvalue} __ior__(cv::Rect_<int> {lvalue},cv::Rect_<int>)
|
__isub__( (Rect)arg1, (Point2i)arg2) -> Rect :
C++ signature :
cv::Rect_<int> {lvalue} __isub__(cv::Rect_<int> {lvalue},cv::Point_<int>)
__isub__( (Rect)arg1, (Size2i)arg2) -> Rect :
C++ signature :
cv::Rect_<int> {lvalue} __isub__(cv::Rect_<int> {lvalue},cv::Size_<int>)
|
__or__( (Rect)arg1, (Rect)arg2) -> Rect :
C++ signature :
cv::Rect_<int> __or__(cv::Rect_<int>,cv::Rect_<int>)
|
helper for pickle
|
repr(x)
|
__sub__( (Rect)arg1, (Point2i)arg2) -> Rect :
C++ signature :
cv::Rect_<int> __sub__(cv::Rect_<int>,cv::Point_<int>)
|
area( (Rect)arg1) -> int :
C++ signature :
int area(cv::Rect_<int> {lvalue})
|
assign( (Rect)arg1, (Rect)r) -> Rect :
Wrapped function:
operator=
C++ signature :
cv::Rect_<int> {lvalue} assign(cv::Rect_<int> {lvalue},cv::Rect_<int>)
|
br( (Rect)arg1) -> Point2i :
C++ signature :
cv::Point_<int> br(cv::Rect_<int> {lvalue})
|
contains( (Rect)arg1, (Point2i)pt) -> bool :
C++ signature :
bool contains(cv::Rect_<int> {lvalue},cv::Point_<int>)
|
size( (Rect)arg1) -> Size2i :
C++ signature :
cv::Size_<int> size(cv::Rect_<int> {lvalue})
|
tl( (Rect)arg1) -> Point2i :
C++ signature :
cv::Point_<int> tl(cv::Rect_<int> {lvalue})
|
|
|||
height
|
ndarray
|
this
|
width
|
x
|
y
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:06 2010 | http://epydoc.sourceforge.net |