1 FIELD_FIND FIELD_FIND Makes the field labelling of an image, i.e. identifies connex areas with image values higher than a given threshold and attribute them a number. The result is an image (of same size as the input one), in which the value of a pixel is the number of the field to which it belongs. A zero value is attributed to pixels under the threshold. Note that blanked pixels may adversely affect the field labelling... 2 Y_NAME$ TASK\FILE "Input file name" Y_NAME$ This is the the name of the image to be labelled. 2 X_NAME$ TASK\FILE "Output image" X_NAME$ This is the name of the output label image. 2 THRESHOLD$ TASK\REAL "Threshold" THRESHOLD$ This is the value of the threshold used during field labelling. 1 END