Revision: 55853
          http://sourceforge.net/p/brlcad/code/55853
Author:   brlcad
Date:     2013-06-26 15:00:29 +0000 (Wed, 26 Jun 2013)
Log Message:
-----------
leave a comment about implementing support for raw voxel data per a discussion 
last summer during g-voxel's development

Modified Paths:
--------------
    brlcad/trunk/TODO

Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO   2013-06-26 09:21:02 UTC (rev 55852)
+++ brlcad/trunk/TODO   2013-06-26 15:00:29 UTC (rev 55853)
@@ -833,6 +833,15 @@
 
 * automatic geometry voxelizer (perhaps using arbs or vol primitive)
 
+* implement support for raw voxel data (g-voxel) where each position
+  in the binary array (unsigned 8-bit integer) corresponds to a voxel
+  coordinate given by X + Y x Nx + Z x Nx * Ny where Nx = grid width
+  and Ny = grid height.  this consequently happens to match our bw
+  format if you concatenated N bw image slices into one file.  for a
+  2x2 example, position=>coordinate: 0=>0,0,0; 1=>1,0,0; 2=>0,1,0;
+  3=>1,1,0; 4=>0,0,1; 5=>1,0,1; 6=>0,1,1; 7=>1,1,1. See
+  
http://support.echoview.com/WebHelp/Reference/File_formats/Export_file_formats/Volume_data_set_file_formats.htm
+
 * turn geometry converters and image converters into libraries
   (started as libraries libgcv and libicv)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to