Differences between revisions 7 and 8
Revision 7 as of 2016-05-20 13:57:59
Size: 750
Editor: DianeLambert
Comment:
Revision 8 as of 2018-05-05 19:23:20
Size: 818
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Appears to generate an image that shows the location of landmarks on it. == Description ==
 '''display'''a
ppears to generate an image that shows the location of landmarks on it.
Line 9: Line 10:
=== Input - files === == Input Files ==
Line 12: Line 13:
=== Input - stdin === == Input stdin ==
Line 14: Line 15:
 * It asks you for an image in which to show the landmarks on it  * '''display''' asks you for an image from which to show the landmarks.

Here's
an example:
Line 16: Line 19:
  Example
  
   
Line 39: Line 41:
=== Output ===
 * Makes file TEMPFILE.pgm which is a view of the image with small white dots showing the location of the landmarks.
=== Output Files ===
 * '''display'''makes the file TEMPFILE.pgm which is a view of the image with small white dots showing the location of the landmarks.

display

Category D

Version ?

Description

  • displayappears to generate an image that shows the location of landmarks on it.

Input Files

  • An image

Input stdin

  • display asks you for an image from which to show the landmarks.

Here's an example:

 input picnm
FC21A0006549

 Show single landmark? (y/n)
n

 gc TEMPFILE.pgm

 Size =         1024        1024

cp TEMPFILE.pgm ./Display/FC21A0006549R.pgm

 Current T1/KS:            6   KS =           64
 Update T1? (y/n)
y
 Input new T1/KS
6 64

Output Files

  • displaymakes the file TEMPFILE.pgm which is a view of the image with small white dots showing the location of the landmarks.

filename.jpg

display (last edited 2018-05-05 21:16:31 by BMittan)