Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | Range
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 Range that shares the same data with an ndarray instance, use: 'Range.from_ndarray(a)' or 'asRange(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 |
|
|||
Range : |
|
||
|
|
|||
__instance_size__ = 16
|
|
|||
end | |||
ndarray | |||
start | |||
this | |||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (object)_start, (object)_end) -> None : C++ signature : void __init__(_object*,int,int) __init__( (object)arg1, (Range)slice) -> None : C++ signature : void __init__(_object*,CvSlice)
|
helper for pickle
|
repr(x)
|
C++ signature : cv::Range all()
|
as_CvSlice( (Range)arg1) -> object : C++ signature : CvSlice as_CvSlice(cv::Range {lvalue}) |
empty( (Range)arg1) -> bool : C++ signature : bool empty(cv::Range {lvalue}) |
from_ndarray( (object)arr) -> object : C++ signature : boost::python::api::object from_ndarray(boost::python::ndarray) Creates a Range view on an ndarray instance. |
size( (Range)arg1) -> int : C++ signature : int size(cv::Range {lvalue}) |
|
end
|
ndarray
|
start
|
this
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 08 01:48:21 2010 | http://epydoc.sourceforge.net |