| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Vec4i
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 Vec4i that shares the same data with an ndarray instance, use: 'asVec4i(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
|
|||
channels = 4
|
|||
depth = 4
|
|||
type = 28
|
|||
|
|||
| ndarray | |||
| this | |||
|
Inherited from |
|||
|
|||
__add__( (Vec4i)arg1, (Vec4i)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> __add__(cv::Vec<int, 4>,cv::Vec<int, 4>)
|
__eq__( (Vec4i)arg1, (Vec4i)arg2) -> bool :
C++ signature :
bool __eq__(cv::Vec<int, 4>,cv::Vec<int, 4>)
|
__iadd__( (Vec4i)arg1, (Vec4b)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __iadd__(cv::Vec<int, 4> {lvalue},cv::Vec<unsigned char, 4>)
__iadd__( (Vec4i)arg1, (Vec4s)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __iadd__(cv::Vec<int, 4> {lvalue},cv::Vec<short, 4>)
__iadd__( (Vec4i)arg1, (Vec4w)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __iadd__(cv::Vec<int, 4> {lvalue},cv::Vec<unsigned short, 4>)
__iadd__( (Vec4i)arg1, (Vec4i)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __iadd__(cv::Vec<int, 4> {lvalue},cv::Vec<int, 4>)
__iadd__( (Vec4i)arg1, (Vec4f)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __iadd__(cv::Vec<int, 4> {lvalue},cv::Vec<float, 4>)
__iadd__( (Vec4i)arg1, (Vec4d)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __iadd__(cv::Vec<int, 4> {lvalue},cv::Vec<double, 4>)
|
__imul__( (Vec4i)arg1, (object)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __imul__(cv::Vec<int, 4> {lvalue},int)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (object)v0) -> None :
C++ signature :
void __init__(_object*,int)
__init__( (object)arg1, (object)v0, (object)v1) -> None :
C++ signature :
void __init__(_object*,int,int)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2) -> None :
C++ signature :
void __init__(_object*,int,int,int)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3) -> None :
C++ signature :
void __init__(_object*,int,int,int,int)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3, (object)v4) -> None :
C++ signature :
void __init__(_object*,int,int,int,int,int)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3, (object)v4, (object)v5) -> None :
C++ signature :
void __init__(_object*,int,int,int,int,int,int)
__init__( (object)arg1, (object)v0, (object)v1, (object)v2, (object)v3, (object)v4, (object)v5, (object)v6) -> None :
C++ signature :
void __init__(_object*,int,int,int,int,int,int,int)
__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*,int,int,int,int,int,int,int,int)
__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*,int,int,int,int,int,int,int,int,int)
__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*,int,int,int,int,int,int,int,int,int,int)
__init__( (object)arg1, (Vec4i)v) -> None :
C++ signature :
void __init__(_object*,cv::Vec<int, 4>)
|
__isub__( (Vec4i)arg1, (Vec4b)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __isub__(cv::Vec<int, 4> {lvalue},cv::Vec<unsigned char, 4>)
__isub__( (Vec4i)arg1, (Vec4s)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __isub__(cv::Vec<int, 4> {lvalue},cv::Vec<short, 4>)
__isub__( (Vec4i)arg1, (Vec4w)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __isub__(cv::Vec<int, 4> {lvalue},cv::Vec<unsigned short, 4>)
__isub__( (Vec4i)arg1, (Vec4i)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __isub__(cv::Vec<int, 4> {lvalue},cv::Vec<int, 4>)
__isub__( (Vec4i)arg1, (Vec4f)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __isub__(cv::Vec<int, 4> {lvalue},cv::Vec<float, 4>)
__isub__( (Vec4i)arg1, (Vec4d)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> {lvalue} __isub__(cv::Vec<int, 4> {lvalue},cv::Vec<double, 4>)
|
__mul__( (Vec4i)arg1, (object)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> __mul__(cv::Vec<int, 4>,int)
|
__ne__( (Vec4i)arg1, (Vec4i)arg2) -> bool :
C++ signature :
bool __ne__(cv::Vec<int, 4>,cv::Vec<int, 4>)
|
__neg__( (Vec4i)arg1) -> Vec4i :
C++ signature :
cv::Vec<int, 4> __neg__(cv::Vec<int, 4>)
|
helper for pickle
|
repr(x)
|
__rmul__( (object)arg1, (Vec4i)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> __rmul__(int,cv::Vec<int, 4>)
|
__sub__( (Vec4i)arg1, (Vec4i)arg2) -> Vec4i :
C++ signature :
cv::Vec<int, 4> __sub__(cv::Vec<int, 4>,cv::Vec<int, 4>)
|
all( (object)alpha) -> Vec4i :
C++ signature :
cv::Vec<int, 4> all(int)
|
cross( (Vec4i)arg1, (Vec4i)v) -> Vec4i :
C++ signature :
cv::Vec<int, 4> cross(cv::Vec<int, 4> {lvalue},cv::Vec<int, 4>)
|
ddot( (Vec4i)arg1, (Vec4i)v) -> float :
C++ signature :
double ddot(cv::Vec<int, 4> {lvalue},cv::Vec<int, 4>)
|
dot( (Vec4i)arg1, (Vec4i)v) -> int :
C++ signature :
int dot(cv::Vec<int, 4> {lvalue},cv::Vec<int, 4>)
|
|
|||
ndarray
|
this
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:08 2010 | http://epydoc.sourceforge.net |