Get Maximum value from a vector which hold the image label
Is it possible to get the maximum value with in this vector 'label'
vector<mat> images; vector<int> labels; read_csv(fn_csv, images, labels);
so, you're reading a csv file. and then ? the maximum of what ?
Would like to know if it is possible to get the maximum value that is stored in a variable of type "vector <mat>" or "vector<int>"