Previous: CAD(D)/CSU(B)/CDI(V)/CMU(LT)-Image/scalar arithmetic
Up: SELECTED DATA PROCESSING FACILITIES
Next: IMAGPLOT - Plot an image on the Line Printer
Previous Page: CAD(D)/CSU(B)/CDI(V)/CMU(LT)-Image/scalar arithmetic
Next Page: IMAGPLOT - Plot an image on the Line Printer
SQEL adds together a contiguous set of rows or columns of a 2D image to give a 1D image. EXTRACT extracts a 2D sub-image.
Parameters
SQEL requires five, the input (Integer2) image, the output image, the
direction in which to add (X or Y) and the range of rows/columns to add.
EXTRACT requires six, the input (Integer2) image, the low X limit,
the high X limit, the low Y limit, the high Y limit and the output image.
If omitted, all parameters are prompted for.
Examples
Adam:> SQEL R1 T1 X 100 104
Adam:> EXTRACT R10 100 109 1 580 T2