build: eliminate calls of removed functionality from C++17
Most part is deprecated since C++11
This commit is contained in:
@@ -43,7 +43,7 @@ static vector<Point> simpleContour( const Mat& currentQuery, int n=300 )
|
||||
}
|
||||
|
||||
// Uniformly sampling
|
||||
random_shuffle(contoursQuery.begin(), contoursQuery.end());
|
||||
cv::randShuffle(contoursQuery);
|
||||
vector<Point> cont;
|
||||
for (int i=0; i<n; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user