Skip to content

LayNii v2.1.1

Compare
Choose a tag to compare
@ofgulban ofgulban released this 13 Sep 17:17
· 233 commits to master since this release

New programs

LN2_GEODISTANCES to measure geodesic distances in a set of voxels from another set of voxels.
LN2_IFPOINTS is a simplified (and more general) version of the iterative farthest points algorithm used in LN2_COLUMNS.
LN2_MASK is intended to help with voxel section for layer-profile extraction.
LN2_BORDERIZE is introduced to find borders in an integer nifti (e.g. segmentation files, rim files).

Modifications

LN2_MULTILATERATE algorithm is significantly improved through using pin axis geodesic distances rather than point based geodesic distances.
LN2_LAYERS now have a very minimal masked smoothing applied to the equivolume and equidistance metrics. This is done to mitigate the discrete sampling effects present close to the borders.
[2.1.1] LN2_PATCH_FLATTEN minor improvements.