Package pyopencv :: Module pyopencvext :: Class RNG
[hide private]
[frames] | no frames]

Class RNG

 object --+    
          |    
??.instance --+
              |
             RNG

Instance Methods [hide private]
 
__call__(...)
__call__( (RNG)arg1 [, (object)N]) -> int :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
__repr__(self)
repr(x)
 
as_float32(...)
as_float32( (RNG)arg1) -> float :
 
as_float64(...)
as_float64( (RNG)arg1) -> float :
 
as_int16(...)
as_int16( (RNG)arg1) -> int :
 
as_int32(...)
as_int32( (RNG)arg1) -> int :
 
as_int8(...)
as_int8( (RNG)arg1) -> int :
 
as_uint16(...)
as_uint16( (RNG)arg1) -> int :
 
as_uint32(...)
as_uint32( (RNG)arg1) -> int :
 
as_uint8(...)
as_uint8( (RNG)arg1) -> int :
 
fill(...)
fill( (RNG)arg1, (Mat)mat, (object)distType, (Scalar)a, (Scalar)b) -> None :
 
gaussian(...)
gaussian( (RNG)arg1, (object)sigma) -> float :
 
next(...)
next( (RNG)arg1) -> int :
 
uniform(...)
uniform( (RNG)arg1, (object)a, (object)b) -> int :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  A = -130063606
  NORMAL = 1
  UNIFORM = 0
  __instance_size__ = 16
Properties [hide private]
  state
  this

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (RNG)arg1 [, (object)N]) -> int :

    C++ signature :
        unsigned int __call__(cv::RNG {lvalue} [,unsigned int])

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (long)_state) -> None :

    C++ signature :
        void __init__(_object*,unsigned long long)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

as_float32(...)

 

as_float32( (RNG)arg1) -> float :

    C++ signature :
        float as_float32(cv::RNG {lvalue})

as_float64(...)

 

as_float64( (RNG)arg1) -> float :

    C++ signature :
        double as_float64(cv::RNG {lvalue})

as_int16(...)

 

as_int16( (RNG)arg1) -> int :

    C++ signature :
        short as_int16(cv::RNG {lvalue})

as_int32(...)

 

as_int32( (RNG)arg1) -> int :

    C++ signature :
        int as_int32(cv::RNG {lvalue})

as_int8(...)

 

as_int8( (RNG)arg1) -> int :

    C++ signature :
        signed char as_int8(cv::RNG {lvalue})

as_uint16(...)

 

as_uint16( (RNG)arg1) -> int :

    C++ signature :
        unsigned short as_uint16(cv::RNG {lvalue})

as_uint32(...)

 

as_uint32( (RNG)arg1) -> int :

    C++ signature :
        unsigned int as_uint32(cv::RNG {lvalue})

as_uint8(...)

 

as_uint8( (RNG)arg1) -> int :

    C++ signature :
        unsigned char as_uint8(cv::RNG {lvalue})

fill(...)

 

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(...)

 

gaussian( (RNG)arg1, (object)sigma) -> float :

    C++ signature :
        double gaussian(cv::RNG {lvalue},double)

next(...)

 

next( (RNG)arg1) -> int :

    C++ signature :
        unsigned int next(cv::RNG {lvalue})

uniform(...)

 

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)


Property Details [hide private]

state

Get Method:
unreachable(...)
Set Method:
unreachable(...)

this

Get Method:
unreachable(...)