User Tools

Site Tools


jvs:fscan:manual:chapter2:create

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvs:fscan:manual:chapter2:create [2013/07/12 22:08]
voyvodic
jvs:fscan:manual:chapter2:create [2023/02/23 18:43] (current)
Line 2: Line 2:
 ===== Create -- Create surface reconstructions or paint surfaces from images===== ===== Create -- Create surface reconstructions or paint surfaces from images=====
 ==== usage: ==== ==== usage: ====
- -create surface SURFNAME COLOR IMIN IMAX FLAG DOTSIZE\\+ -create surface SURFNAME COLOR IMIN IMAX FLAG DOTSIZE EDGEFLAG EDGEVAL\\
  -create plane WIDTH NPIXS FLAG\\  -create plane WIDTH NPIXS FLAG\\
  -create corner\\  -create corner\\
Line 18: Line 18:
  
   * FLAG - The FLAG argument lets you specify sampling options:   * FLAG - The FLAG argument lets you specify sampling options:
-    * 1 - binary  +    * 1 - binary: use low bit (maskbits) as voxel values for creating surface 
-    * 2 - fastsurf +    * 2 - fastsurf: flag this as a FAST surface (coarser 2nd surface version within data set) 
-    * 4 - ROI +    * 4 - ROI: only include image voxels within current active ROI 
-    * 010 - growonly +    * 010 - growonly: just set flag (bit=4) on image voxels that would be included on surface 
-    * 020 - colors +    * 020 - colors: set surface color to image color (default if COLOR not specified) 
-    * 040 - height set Z value to intensity +    * 040 - heightset Z value to intensity 
-    * 0100 - notriangles +    * 0100 - notriangles: vertices only, don't create triangles 
-    * 0200 - nosmooth  +    * 0200 - nosmooth: don't smooth vertex locations across neighboring triangles (smooth is default) 
-    * 0400 - noboundary +    * 0400 - boundary: create surface at all image intensity boundaries 
-    * 01000 - addframe +    * 01000 - objects: make different colors different objects 
-    * 02000 - gtdepth +    * 02000 - gtdepth: reverse depth flag; show points with higher (usually lower) Z values  
-    * 04000 - eraseall +    * 010000 - noshow: create surface data but don't create surface display window 
-    * 010000 - noshow +    * 040000 - append: append to existing data set 
-    * 040000 - append +    * 0100000 - outside: include voxels <= IMIN or >= IMAX (usually only >= IMIN and <= IMAX) 
-    * 0100000 - outside+  * DOTSIZE -  
 +  * EDGEFLAG: 
 +    * 0 - don't include edge of ROI as surface points 
 +    * 1 - treate edge of ROI as part of surface   
 +    * >=2 - process edges in EDGEFLAG/2 passes (not sure why) 
 +  * EDGEVAL - surface edge value flag (default=2)
  
 **Create PAINT**\\ **Create PAINT**\\
jvs/fscan/manual/chapter2/create.1373666938.txt.gz · Last modified: 2014/08/04 16:03 (external edit)