PANDORE Version 6 | GREYC-IMAGE |
pstatus displays the value returned by the last execution of Pandore operator.
Each Pandore operator returns a value after its execution. This value is operator dependent and can be of the following types:
Such a value can then be used to test the completeness of an operator execution or be used as parameter value for another operator.
plabeling 8 a.pan b.pan a=`pstatus` echo "Number of regions=%a%"
plabeling 8 a.pan b.pan call pstatus call pset a echo "Number of regions=%a%"
pvariancebinarization examples/tangram.pan a.pan plabeling 8 a.pan b.pan a=`pstatus` echo "Number of regions=$a"
pvariancebinarization examples/tangram.pan a.pan plabeling 8 a.pan b.pan call pstatus call pset a echo "Number of regions=%a%"
Author: Régis Clouard