edu.jhu.ece.iacl.jist.io
Class DTISVecReader

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.io.DTISVecReader

public class DTISVecReader
extends java.lang.Object

The Class DTISVecReader.


Constructor Summary
DTISVecReader()
           
 
Method Summary
static ImageDataFloat readFloatVecImg(java.lang.String filename, int xdim, int ydim, int zdim)
          Read float vec img.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTISVecReader

public DTISVecReader()
Method Detail

readFloatVecImg

public static ImageDataFloat readFloatVecImg(java.lang.String filename,
                                             int xdim,
                                             int ydim,
                                             int zdim)
Read float vec img.

Parameters:
filename - the filename
xdim - the xdim
ydim - the ydim
zdim - the zdim
Returns:
the image data float