RNG¶
Constructors¶
initialize(state: Integer)
Attributes¶
Methods¶
==(other: Cv::RNG) -> TrueClass
fill(mat: Cv::InputOutputArray, dist_type: Integer, a: Cv::InputArray, b: Cv::InputArray, saturate_range: TrueClass) -> NilClass
gaussian(sigma: Float) -> Float
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