build: eliminate calls of removed functionality from C++17
Most part is deprecated since C++11
This commit is contained in:
@@ -105,7 +105,7 @@ protected:
|
||||
}
|
||||
|
||||
// Uniformly sampling
|
||||
random_shuffle(contoursQuery.begin(), contoursQuery.end());
|
||||
cv::randShuffle(contoursQuery);
|
||||
int nStart=NP;
|
||||
vector<PointType> cont;
|
||||
for (int i=0; i<nStart; i++)
|
||||
|
||||
Reference in New Issue
Block a user