PANDORE Version 6 | GREYC-IMAGE |
parrayeuclideannorm calculates the euclidean norm of each array named name_in.1, name_in.2, ... , name_in.n in the input collection col_in. The result is a new array name_out in the output collection col_out in which each item contains the euclidean value of the related arrays (eg., name_out[5] = euclidean norm of name_in.5).
Returns SUCCESS or FAILURE.
Errc PArrayEuclideanNorm( const Collection &col_in, Collection &col_out const std::string &name_in, const std::string &name_out );
Calcul de la norme euclidienne de vecteurs.
Author: Alexandre Duret-Lutz