| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.RNG |
opencv_core.RNG.position(long position) |
opencv_core.RNG |
opencv_core.RNG.state(int state) |
static opencv_core.RNG |
opencv_core.theRNG()
\brief Returns the default random number generator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_core.RNG.equals(opencv_core.RNG other) |
static void |
opencv_core.randShuffle(opencv_core.GpuMat dst,
double iterFactor,
opencv_core.RNG rng) |
static void |
opencv_core.randShuffle(opencv_core.Mat dst,
double iterFactor,
opencv_core.RNG rng)
\brief Shuffles the array elements randomly.
|
static void |
opencv_core.randShuffle(opencv_core.UMat dst,
double iterFactor,
opencv_core.RNG rng) |
void |
opencv_ml.ANN_MLP.setAnnealEnergyRNG(opencv_core.RNG rng)
\brief Set/initialize anneal RNG
|
void |
opencv_ml.ANN_MLP_ANNEAL.setAnnealEnergyRNG(opencv_core.RNG rng)
\brief Set/initialize anneal RNG
|
Copyright © 2018. All rights reserved.