Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | RNG
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
A = -130063606
|
|||
NORMAL = 1
|
|||
UNIFORM = 0
|
|||
__instance_size__ = 16
|
|
|||
state | |||
this | |||
Inherited from |
|
__call__( (RNG)arg1 [, (object)N]) -> int : C++ signature : unsigned int __call__(cv::RNG {lvalue} [,unsigned int]) |
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (long)_state) -> None : C++ signature : void __init__(_object*,unsigned long long)
|
helper for pickle
|
repr(x)
|
as_float32( (RNG)arg1) -> float : C++ signature : float as_float32(cv::RNG {lvalue}) |
as_float64( (RNG)arg1) -> float : C++ signature : double as_float64(cv::RNG {lvalue}) |
as_int16( (RNG)arg1) -> int : C++ signature : short as_int16(cv::RNG {lvalue}) |
as_int32( (RNG)arg1) -> int : C++ signature : int as_int32(cv::RNG {lvalue}) |
as_int8( (RNG)arg1) -> int : C++ signature : signed char as_int8(cv::RNG {lvalue}) |
as_uint16( (RNG)arg1) -> int : C++ signature : unsigned short as_uint16(cv::RNG {lvalue}) |
as_uint32( (RNG)arg1) -> int : C++ signature : unsigned int as_uint32(cv::RNG {lvalue}) |
as_uint8( (RNG)arg1) -> int : C++ signature : unsigned char as_uint8(cv::RNG {lvalue}) |
fill( (RNG)arg1, (Mat)mat, (object)distType, (Scalar)a, (Scalar)b) -> None : C++ signature : void fill(cv::RNG {lvalue},cv::Mat {lvalue},int,cv::Scalar_<double>,cv::Scalar_<double>) fill( (RNG)arg1, (MatND)mat, (object)distType, (Scalar)a, (Scalar)b) -> None : C++ signature : void fill(cv::RNG {lvalue},cv::MatND {lvalue},int,cv::Scalar_<double>,cv::Scalar_<double>) |
gaussian( (RNG)arg1, (object)sigma) -> float : C++ signature : double gaussian(cv::RNG {lvalue},double) |
next( (RNG)arg1) -> int : C++ signature : unsigned int next(cv::RNG {lvalue}) |
uniform( (RNG)arg1, (object)a, (object)b) -> int : C++ signature : int uniform(cv::RNG {lvalue},int,int) uniform( (RNG)arg1, (object)a, (object)b) -> float : C++ signature : float uniform(cv::RNG {lvalue},float,float) uniform( (RNG)arg1, (object)a, (object)b) -> float : C++ signature : double uniform(cv::RNG {lvalue},double,double) |
|
state
|
this
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 08 01:48:20 2010 | http://epydoc.sourceforge.net |