Differences between revisions 3 and 15 (spanning 12 versions)
Revision 3 as of 2012-07-25 00:07:19
Size: 472
Editor: EricPalmer
Comment:
Revision 15 as of 2017-12-21 15:30:38
Size: 827
Editor: WikiAdmin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= view_shape.e = ## page was renamed from view_shape.e
= view_shape =
||Category D ||Version 3.0 ||
Line 4: Line 7:

=== 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
 }}}
||SPC Tools Suite ||viewShape.sh -- helper app that copies geometery0*.in and runs view_shape ||
Line 25: Line 12:
=== 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
}}}
Line 26: Line 33:
 * An output image, view.pgm  * The output image in pgm format
 * Name: view.pgm (or as described in geometry.in)
Line 28: Line 36:
attachment:image_view_mono.png {{attachment:view_shape.png}}
Line 30: Line 39:
CategoryPrograms CategoryPrograms [[CategorySPCTools]]

view_shape

Category D

Version 3.0

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

SPC Tools Suite

viewShape.sh -- helper app that copies geometery0*.in and runs view_shape

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 CategorySPCTools

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