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