Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | Point2i
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 Point2i that shares the same data with an ndarray instance, use: 'Point2i.from_ndarray(a)' or 'asPoint2i(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
|
|
|||
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*,int,int) __init__( (object)arg1, (Point2i)pt) -> None : C++ signature : void __init__(_object*,cv::Point_<int>) __init__( (object)arg1, (Size2i)sz) -> None : C++ signature : void __init__(_object*,cv::Size_<int>) __init__( (object)arg1, (Vec2i)v) -> None : C++ signature : void __init__(_object*,cv::Vec<int, 2>)
|
helper for pickle
|
repr(x)
|
as_Vec2i( (Point2i)arg1) -> Vec2i : C++ signature : cv::Vec<int, 2> as_Vec2i(cv::Point_<int> {lvalue}) |
assign( (Point2i)arg1, (Point2i)pt) -> Point2i : C++ signature : cv::Point_<int> {lvalue} assign(cv::Point_<int> {lvalue},cv::Point_<int>) |
ddot( (Point2i)arg1, (Point2i)pt) -> float : C++ signature : double ddot(cv::Point_<int> {lvalue},cv::Point_<int>) |
dot( (Point2i)arg1, (Point2i)pt) -> int : C++ signature : int dot(cv::Point_<int> {lvalue},cv::Point_<int>) |
from_ndarray( (object)arr) -> object : C++ signature : boost::python::api::object from_ndarray(boost::python::ndarray) Creates a Point2i view on an ndarray instance. |
inside( (Point2i)arg1, (Rect)r) -> bool : C++ signature : bool inside(cv::Point_<int> {lvalue},cv::Rect_<int>) |
|
ndarray
|
this
|
x
|
y
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 08 01:48:20 2010 | http://epydoc.sourceforge.net |