PANDORE Version 6 | GREYC-IMAGE |
pminimumvalue returns the minimum value in the input object im_in. if im_in is an image, the minimum value is the minimum pixel value on each band. If im_in is a region map, the minimum value is the minimum label value. If im_in is a graph, the minimum value is the minimum node value.
The minimum values for each band are stored in the collection col_out.
Returns the minimum value (for the first band only). This value can be get using operator pstatus.
Measures the global minimum of the tangram.pan (Unix version):
pminimumvalue tangram.pan col.pan var=`pstatus` echo "Minimum = $val"
Measures the global minimum of the tangram.pan (MsDos version):
pminimumvalue tangram.pan col.pan call pstatus call pset var echo Minimum = %val%
Recherche de la valeur de pixel minimum dans une image (un graphe ou une carte de régions).
Author: Régis Clouard