typos
This commit is contained in:
@@ -271,7 +271,7 @@ TEST(DISABLED_Calib3d_SolvePnPRansac, concurrency)
|
||||
Mat tvec1, tvec2;
|
||||
|
||||
{
|
||||
// limit concurrency to get determenistic result
|
||||
// limit concurrency to get deterministic result
|
||||
cv::theRNG().state = 20121010;
|
||||
cv::Ptr<tbb::task_scheduler_init> one_thread = new tbb::task_scheduler_init(1);
|
||||
solvePnPRansac(object, image, camera_mat, dist_coef, rvec1, tvec1);
|
||||
|
||||
Reference in New Issue
Block a user