Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | RotatedRect
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! To create an instance of RotatedRect that shares the same data with an ndarray instance, use: 'RotatedRect.from_ndarray(a)' or 'asRotatedRect(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__ = 28
|
|
|||
angle | |||
center | |||
ndarray | |||
size | |||
this | |||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (Point2f)_center, (Size2f)_size, (object)_angle) -> None : C++ signature : void __init__(_object*,cv::Point_<float>,cv::Size_<float>,float) __init__( (object)arg1, (CvBox2D)box) -> None : C++ signature : void __init__(_object*,CvBox2D)
|
helper for pickle
|
repr(x)
|
__temp_func( (RotatedRect)arg1) -> CvBox2D : C++ signature : CvBox2D __temp_func(cv::RotatedRect {lvalue}) |
boundingRect( (RotatedRect)arg1) -> Rect : C++ signature : cv::Rect_<int> boundingRect(cv::RotatedRect {lvalue}) |
from_ndarray( (object)arr) -> object : C++ signature : boost::python::api::object from_ndarray(boost::python::ndarray) Creates a RotatedRect view on an ndarray instance. |
points( (RotatedRect)arg1, (Point2f)pt) -> None : C++ signature : void points(cv::RotatedRect {lvalue},cv::Point_<float>*) |
|
angle
|
center
|
ndarray
|
size
|
this
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Apr 13 18:01:51 2010 | http://epydoc.sourceforge.net |