Skip to content

RNG

Constructors

initialize()

initialize(state: Integer)

Attributes

state: Integer (read/write)

Methods

==(other: Cv::RNG) -> TrueClass

call -> Integer

call(n: Integer) -> Integer

fill(mat: Cv::InputOutputArray, dist_type: Integer, a: Cv::InputArray, b: Cv::InputArray, saturate_range: TrueClass) -> NilClass

gaussian(sigma: Float) -> Float

next -> Integer

to_f -> Float

to_f32 -> Float

to_i -> Integer

to_i16 -> Integer

to_schar -> String

to_u -> Integer

to_uchar -> String

to_ushort -> Integer

uniform(a: Float, b: Float) -> Float

uniform(a: Float, b: Float) -> Float

uniform(a: Integer, b: Integer) -> Integer