Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | Point2d
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 Point2d that shares the same data with an ndarray instance, use: 'Point2d.from_ndarray(a)' or 'asPoint2d(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
|
|
|||
ndarray | |||
this | |||
x | |||
y | |||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (object)_x, (object)_y) -> None : C++ signature : void __init__(_object*,double,double) __init__( (object)arg1, (Point2d)pt) -> None : C++ signature : void __init__(_object*,cv::Point_<double>) __init__( (object)arg1, (CvPoint)pt) -> None : C++ signature : void __init__(_object*,CvPoint) __init__( (object)arg1, (CvPoint2D32f)pt) -> None : C++ signature : void __init__(_object*,CvPoint2D32f) __init__( (object)arg1, (Size2d)sz) -> None : C++ signature : void __init__(_object*,cv::Size_<double>) __init__( (object)arg1, (Vec2d)v) -> None : C++ signature : void __init__(_object*,cv::Vec<double, 2>)
|
helper for pickle
|
repr(x)
|
__temp_func( (Point2d)arg1) -> CvPoint : C++ signature : CvPoint __temp_func(cv::Point_<double> {lvalue}) __temp_func( (Point2d)arg1) -> CvPoint2D32f : C++ signature : CvPoint2D32f __temp_func(cv::Point_<double> {lvalue}) |
as_Vec2d( (Point2d)arg1) -> Vec2d : C++ signature : cv::Vec<double, 2> as_Vec2d(cv::Point_<double> {lvalue}) |
assign( (Point2d)arg1, (Point2d)pt) -> Point2d : C++ signature : cv::Point_<double> {lvalue} assign(cv::Point_<double> {lvalue},cv::Point_<double>) |
ddot( (Point2d)arg1, (Point2d)pt) -> float : C++ signature : double ddot(cv::Point_<double> {lvalue},cv::Point_<double>) |
dot( (Point2d)arg1, (Point2d)pt) -> float : C++ signature : double dot(cv::Point_<double> {lvalue},cv::Point_<double>) |
from_ndarray( (object)arr) -> object : C++ signature : boost::python::api::object from_ndarray(boost::python::ndarray) Creates a Point2d view on an ndarray instance. |
inside( (Point2d)arg1, (Rectd)r) -> bool : C++ signature : bool inside(cv::Point_<double> {lvalue},cv::Rect_<double>) |
|
ndarray
|
this
|
x
|
y
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Apr 13 18:01:51 2010 | http://epydoc.sourceforge.net |