I want to make the control points generation be deterministic every time, that is to say, the number, coordinate and matching of control points should be same evey time.
I found one of the random source is `srandom((unsigned int)time(NULL));` in `void PanoDetector::run()`, so I change it to `srandom(0);`, but I found the results of two times are still different. I guess the remaining randomness comes from `MatchDataRunnable`, but I don't know eactly where -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/aa9d9793-88c9-486b-a6f4-9ceb55c03b7dn%40googlegroups.com.
