Make performance tests for solvePnPRansec more determenistic
This commit is contained in:
@@ -260,6 +260,8 @@ namespace cv
|
||||
{
|
||||
rvec.copyTo(initRvec);
|
||||
tvec.copyTo(initTvec);
|
||||
|
||||
generator.state = theRNG().state; //to control it somehow...
|
||||
}
|
||||
private:
|
||||
PnPSolver& operator=(const PnPSolver&);
|
||||
|
Reference in New Issue
Block a user