Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Viewing all articles
Browse latest Browse all 19555

how to generate random point

$
0
0
Dear community, I' have written this function to generate random value at each iteration in a for loop, however, it seems that it doesn't do the expected job Point initPt(int nx0, int ny0, int nx1, int ny1){ RNG rng; Point pt; double D = rng.uniform((double) nx0, (double) nx1); pt.x = round(D); D = rng.uniform((double) ny0, (double) ny1); pt.y = round(D); return pt; } I wrote this demo loop to see the results for (int i=0; i(i,1) = pt.x; nest.at(i,2) = pt.y; cout << pt <

Viewing all articles
Browse latest Browse all 19555

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>