PANDORE Version 6 | GREYC-IMAGE |
parraymean calculates the mean of the items of the name_in array in the input collection col_in. The result is stored in the output collection col_out as the value named name_out.
Returns SUCCESS or FAILURE
Compute the average height of the tangram pieces:
pbinarization 100 255 ~/pantheon/software/pandore/examples/tangram.pan a.pan plabeling 8 a.pan b.pan pregionheight height b.pan c.pan parraymean height mode c.pan d.pan pcolgetvalue mode d.pan pstatus
Errc PArrayMean( const Collection &col_in, Collection &col_out const std::string &name_in, const std::string &name_out );
Author: Alexandre Duret-Lutz