Differences between revisions 15 and 17 (spanning 2 versions)
Revision 15 as of 2017-12-21 15:30:38
Size: 827
Editor: WikiAdmin
Comment:
Revision 17 as of 2018-05-05 20:26:45
Size: 906
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

The generates a point-of-view image of the shape model.
== Description ==
'''view_shape''' generates a point-of-view image of the shape model.
Line 9: Line 9:
== Input Files ==
 * '''Shapefiles''' - filename given as stdin
 * '''geometry.in'''
Line 10: Line 13:


=== Input - files ===
 * Shapefiles - filename given as stdin
 * geometry.in

=== Input - geometry.in ===
 . {{{
== Input geometry.in ==
 {{{
Line 19: Line 16:
    * Filename, x and y number of pixels, and bit length
  1500 40 40
    * Focal length and FOV
 }}}
* Filename, x and y number of pixels, and bit length
 {{{
  
1500 40 40
 }}}
* Focal length and FOV
 {{{
Line 27: Line 28:
    * Sun position  }}}
* Sun position
 }}}
Line 29: Line 32:
    * Point of view, distance from object
}}}
 }}}
* Point of view, distance from object
Line 40: Line 44:
----
CategoryThreeOh

view_shape

Category D

Version 3.0

Description

view_shape 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


CategoryThreeOh

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