Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2012-07-25 00:06:06
Size: 431
Editor: EricPalmer
Comment:
Revision 4 as of 2012-07-25 00:08:17
Size: 524
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
    * Filename, filesize and bit length
Line 25: Line 26:
 * An output image, view.pgm  * The output image in pgm format
 * Name: view.pgm (or as described in geometry.in)
Line 27: Line 29:
attachment:image_view_mono.png attachment:view_shape.png

view_shape.e

The generates a point-of-view image of the shape model.

Input - files

  • Shapefiles - filename given as stdin
  • geometry.in

Input - geometry.in

  •   'view'  1024   1024   8
        * Filename, filesize and bit length
      1500  40  40
      -1   0   0
      0   0   -1
      0  -1   0
     -1   3   0
      0   50000  0

Output

  • The output image in pgm format
  • Name: view.pgm (or as described in geometry.in)

attachment:view_shape.png


CategoryPrograms

view_shape (last edited 2020-10-21 12:04:56 by EricPalmer)