All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by nifti with all dependencies

Search JAR files by class name

zorbage-nifti from group io.github.bdezonia (version 0.1.8)

zorbage-nifti: code for reading nifti data files into zorbage structures for further processing

Group: io.github.bdezonia Artifact: zorbage-nifti
Show all versions Show documentation Show source 
 

0 downloads
Artifact zorbage-nifti
Group io.github.bdezonia
Version 0.1.8
Last update 28. December 2023
Organization not specified
URL https://github.com/bdezonia/zorbage-nifti
License MIT
Dependencies amount 1
Dependencies zorbage,
There are maybe transitive dependencies!

nifiLoader from group nz.ac.waikato.cms.weka (version 1.0.1)

Package for loading a directory containing MRI data in NIfTI format. The directory to be loaded must contain as many subdirectories as there are classes of MRI data. Each subdirectory name will be used as the class label for the corresponding .nii files in that subdirectory. (This is the same strategy as the one used by WEKA's TextDirectoryLoader.) Currently, the package only reads volume information for the first time slot from each .nii file. The readDoubleVol(short ttt) method from the Nifti1Dataset class (http://niftilib.sourceforge.net/java_api_html/Nifti1Dataset.html) is used to read the data for each volume into a sparse WEKA instance (with ttt=0). For an LxMxN volume (the dimensions must be the same for each .nii file in the directory!), the order of values in the generated instance is [(z_1, y_1, x_1), ..., (z_1, y_1, x_L), (z_1, y_2, x_1), ..., (z_1, y_M, x_L), (z_2, y_1, x_1), ..., (z_N, y_M, x_L)]. If the volume is an image, then only x and y coordinates are used.

Group: nz.ac.waikato.cms.weka Artifact: nifiLoader
Show all versions Show documentation Show source 
 

0 downloads
Artifact nifiLoader
Group nz.ac.waikato.cms.weka
Version 1.0.1
Last update 09. December 2015
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/niftiLoader
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!



Page 1 from 1 (items total 2)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy