PANDORE Version 6 | GREYC-IMAGE |
parrayargmax builds the array name_out in the output collection col_out with the indexes of the array that contains the maximum values between item at the same index. The input collection is supposed to contain arrays name_in.1 ... name_in.n with the same size. The result is a new array name_out where each item name_out[i] is set with the number of the array that contains the maximum value between each array name_in.1 ... name_in.n at the same index i.
Returns SUCCESS or FAILURE.
Extraction des valeurs maxima entre plusieurs tableaux.
Author: Alexandre Duret-Lutz