OpenCV
Random Forest setting random seed
C++
ml
berak
June 8, 2021, 6:46am
3
since this is using
the global random generator
, you can just seed that:
theRNG().state = 987654321;
show post in topic
Related topics
Topic
Replies
Views
Activity
OpenCV random forest parallelization
C++
ml
0
296
October 7, 2022
RANSAC-like estimators not random across multiple runs?
Python
calib3d
3
1301
June 9, 2022
Sift with Flann, results differs over iterations on same images
Python
features2d
9
2458
March 14, 2023
Are there any native functions in C++, OpenCV that add Noise to an image?
C++
core
2
524
October 8, 2021
Boost training issue: vector subscript out of range
C++
ml
5
938
June 18, 2021