PANDORE Version 6 | GREYC-IMAGE |
pvaluenumber counts the number of non null pixels in the input image im_in. If the input object is a graph, pvaluenumber counts the number of non null nodes.
Returns the number of non null pixels in the input image im_in. This value can be get using operator pstatus.
Returns the number of non null pixels in tangram.pan (Unix version):
pvaluenumber tangram.pan val=`pstatus` echo "Total = $val"
Returns the number of non null pixels in tangram.pan (MsDOS version):
pvaluenumber tangram.pan call pstatus call pset val echo Total = %val%
Comptage du nombre de pixels non nuls dans une image (un graphe ou une carte de régions).
Author: Régis Clouard