how to use setRNG in opencv-python
Is there any function like setRNG in opencv-python?
Is there any function like setRNG in opencv-python?
there is setRNGSeed()
and it's counterpart in python:
>>> help(cv2.setRNGSeed)
Help on built-in function setRNGSeed:
setRNGSeed(...)
setRNGSeed(seed) -> None
. @brief Sets state of default random number generator.
.
. The function cv::setRNGSeed sets state of default random number generator to custom value.
. @Param seed new state for default random number generator
. @sa RNG, randu, randn
Asked: 2017-10-14 22:38:07 -0600
Seen: 2,699 times
Last updated: Oct 15 '17
Area of a single pixel object in OpenCV
how to understand which functions available in python bindings?
Problems installing opencv on mac with python
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Weird result while finding angle
cv2.perspectiveTransform() with Python
Using OpenCV's stitching module, strange error when compositing images