| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Size2f
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 Size2f that shares the same data with an ndarray instance, use: 'asSize2f(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__ = 16
|
|||
|
|||
| height | |||
| ndarray | |||
| this | |||
| width | |||
|
Inherited from |
|||
|
|||
__add__( (Size2f)arg1, (Size2f)arg2) -> Size2f :
C++ signature :
cv::Size_<float> __add__(cv::Size_<float>,cv::Size_<float>)
|
__eq__( (Size2f)arg1, (Size2f)arg2) -> bool :
C++ signature :
bool __eq__(cv::Size_<float>,cv::Size_<float>)
|
__iadd__( (Size2f)arg1, (Size2f)arg2) -> Size2f :
C++ signature :
cv::Size_<float> {lvalue} __iadd__(cv::Size_<float> {lvalue},cv::Size_<float>)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (object)_width, (object)_height) -> None :
C++ signature :
void __init__(_object*,float,float)
__init__( (object)arg1, (Size2f)sz) -> None :
C++ signature :
void __init__(_object*,cv::Size_<float>)
__init__( (object)arg1, (Point2f)pt) -> None :
C++ signature :
void __init__(_object*,cv::Point_<float>)
|
__isub__( (Size2f)arg1, (Size2f)arg2) -> Size2f :
C++ signature :
cv::Size_<float> {lvalue} __isub__(cv::Size_<float> {lvalue},cv::Size_<float>)
|
__mul__( (Size2f)arg1, (object)arg2) -> Size2f :
C++ signature :
cv::Size_<float> __mul__(cv::Size_<float>,float)
|
__ne__( (Size2f)arg1, (Size2f)arg2) -> bool :
C++ signature :
bool __ne__(cv::Size_<float>,cv::Size_<float>)
|
helper for pickle
|
repr(x)
|
__sub__( (Size2f)arg1, (Size2f)arg2) -> Size2f :
C++ signature :
cv::Size_<float> __sub__(cv::Size_<float>,cv::Size_<float>)
|
area( (Size2f)arg1) -> float :
C++ signature :
float area(cv::Size_<float> {lvalue})
|
assign( (Size2f)arg1, (Size2f)sz) -> Size2f :
Wrapped function:
operator=
C++ signature :
cv::Size_<float> {lvalue} assign(cv::Size_<float> {lvalue},cv::Size_<float>)
|
|
|||
height
|
ndarray
|
this
|
width
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:06 2010 | http://epydoc.sourceforge.net |