1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: octave-brain2mesh
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Qianqian Fang <fangqq@gmail.com>
Section: science
Priority: optional
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
dh-sequence-octave
Homepage: https://mcx.space/brain2mesh
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-brain2mesh.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-brain2mesh
Rules-Requires-Root: no
Package: octave-brain2mesh
Architecture: all
Depends: octave-iso2mesh, octave-image, ${octave:Depends}, ${misc:Depends}
Description: automated brain tetrahedral mesh generation toolbox for Octave
The Brain2Mesh toolbox provides a streamlined matlab function to convert
a segmented brain volumes and surfaces into a high-quality multi-layered
tetrahedral brain/full head mesh. Typical inputs include segmentation
outputs from SPM, FreeSurfer, FSL etc. This tool does not handle the
segmentation of MRI scans, but examples of how commonly encountered
segmented datasets can be used to create meshes can be found in the
package named brain2mesh-demos.
Package: matlab-brain2mesh
Section: contrib/science
Architecture: all
Depends: matlab-iso2mesh, matlab-support, ${misc:Depends}
Description: automated brain tetrahedral mesh generation toolbox for MATLAB
Brain2Mesh is a fully automated 3D multi-layered brain mesh generator
that supports both MATLAB and Octave. This package provides the toolbox
for MATLAB. It requires the Image Processing Toolbox of MATLAB.
Package: brain2mesh-demos
Architecture: all
Depends: octave-brain2mesh, ${octave:Depends}, ${misc:Depends}
Description: sample files and demo scripts for Brain2Mesh
This package contains sample JNIfTI sample data and meshing script
to demonstrate the basic functionalities of the Brain2Mesh Toolbox.
|