Differences between revisions 10 and 11
Revision 10 as of 2016-05-20 13:59:20
Size: 693
Editor: DianeLambert
Comment:
Revision 11 as of 2017-12-08 09:00:17
Size: 707
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
    * Filename, filesize and bit length     * Filename, x and y number of pixels, and bit length
Line 18: Line 18:
    * Some essence of stretch     * Focal length and FOV

view_shape

Category D

Version 3.0

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, x and y number of pixels, and bit length
      1500  40  40
        * Focal length and FOV
      -1   0   0
      0   0   -1
      0  -1   0
    
     -1   3   0
        * Sun position
      0   50000  0
        *  Point of view, distance from object

Output

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

view_shape.png


CategoryPrograms

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