Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2012-07-25 00:04:53
Size: 1010
Editor: EricPalmer
Comment:
Revision 12 as of 2017-12-08 12:41:31
Size: 826
Editor: EricPalmer
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:

|| SPC Tools Suite || viewShape.sh -- helper app that copies geometery0*.in and runs view_shape ||
Line 12: Line 17:
= image_map_mono.e =

What this program does


=== Input - files ===
 * Bigmap - filename given as stdin
 * PICTFILES -

=== Input - stdin ===
 ! No prompt is given for the name of the bigmap
 * A 6 character filename of a bigmap (which needs to be in ./MAPFILES). The program will append the required suffix "MAP" itself.
 * The program asks for slant angle. 0 is straight down. I assume it from 0 to 90 degrees.

 {{{
Line 28: Line 18:
    * Filename, x and y number of pixels, and bit length
Line 29: Line 20:
    * Focal length and FOV
Line 32: Line 24:
Line 33: Line 26:
    * Sun position
Line 34: Line 28:
    * Point of view, distance from object
Line 37: Line 32:
=== Output ===
 * An image that represents the shape file
 * Name: view.pgm

attachment:view_shape.png
----
CategoryPrograms
 }}}
Line 48: Line 35:
 * An output image, view.pgm  * The output image in pgm format
 * Name: view.pgm (or as described in geometry.in)
Line 50: Line 38:
attachment:image_view_mono.png {{attachment:view_shape.png}}
Line 52: Line 40:
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)