| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
Vec2s
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 Vec2s that shares the same data with an ndarray instance, use:
'Vec2s.from_ndarray(a)' or 'asVec2s(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__ = 12
|
|||
channels = 2
|
|||
depth = 3
|
|||
type = 11
|
|||
|
|||
| ndarray | |||
| this | |||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (object)v0) -> None :
C++ signature :
void __init__(_object*,short)
__init__( (object)arg1, (object)v0, (object)v1) -> None :
C++ signature :
void __init__(_object*,short,short)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2) -> None :
C++ signature :
void __init__(_object*,short,short,short)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3) -> None :
C++ signature :
void __init__(_object*,short,short,short,short)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3, (object)v4) -> None :
C++ signature :
void __init__(_object*,short,short,short,short,short)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3, (object)v4, (object)v5) -> None :
C++ signature :
void __init__(_object*,short,short,short,short,short,short)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3, (object)v4, (object)v5, (object)v6) -> None :
C++ signature :
void __init__(_object*,short,short,short,short,short,short,short)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3, (object)v4, (object)v5, (object)v6, (object)v7) -> None :
C++ signature :
void __init__(_object*,short,short,short,short,short,short,short,short)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3, (object)v4, (object)v5, (object)v6, (object)v7, (object)v8) -> None :
C++ signature :
void __init__(_object*,short,short,short,short,short,short,short,short,short)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3, (object)v4, (object)v5, (object)v6, (object)v7, (object)v8, (object)v9) -> None :
C++ signature :
void __init__(_object*,short,short,short,short,short,short,short,short,short,short)
__init__( (object)arg1, (Vec2s)v) -> None :
C++ signature :
void __init__(_object*,cv::Vec<short, 2>)
|
helper for pickle
|
repr(x)
|
__temp_func( (Vec2s)arg1) -> CvScalar :
C++ signature :
CvScalar __temp_func(cv::Vec<short, 2> {lvalue})
|
all( (object)alpha) -> Vec2s :
C++ signature :
cv::Vec<short, 2> all(short)
|
cross( (Vec2s)arg1, (Vec2s)v) -> Vec2s :
C++ signature :
cv::Vec<short, 2> cross(cv::Vec<short, 2> {lvalue},cv::Vec<short, 2>)
|
ddot( (Vec2s)arg1, (Vec2s)v) -> float :
C++ signature :
double ddot(cv::Vec<short, 2> {lvalue},cv::Vec<short, 2>)
|
dot( (Vec2s)arg1, (Vec2s)v) -> int :
C++ signature :
short dot(cv::Vec<short, 2> {lvalue},cv::Vec<short, 2>)
|
from_ndarray( (object)arr) -> object :
C++ signature :
boost::python::api::object from_ndarray(boost::python::ndarray)
Creates a Vec2s view on an ndarray instance.
|
|
|||
ndarray
|
this
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 13 18:01:51 2010 | http://epydoc.sourceforge.net |