There is a newer version of the record available.

Published February 26, 2021 | Version v0.4.8
Software Open

elasticdeform: Elastic deformations for N-dimensional images

Description

This library implements elastic grid-based deformations for N-dimensional images.

The elastic deformation approach is described in

The procedure generates a coarse displacement grid with a random displacement for each grid point. This grid is then interpolated to compute a displacement for each pixel in the input image. The input image is then deformed using the displacement vectors and a spline interpolation.

In addition to the normal, forward deformation, this package also provides a function that can backpropagate the gradient through the deformation. This makes it possible to use the deformation as a layer in a convolutional neural network. For convenience, a TensorFlow wrapper is provided in elasticdeform.tf.

See https://github.com/gvtulder/elasticdeform

Files

gvtulder/elasticdeform-v0.4.8.zip

Files (125.3 kB)

Name Size Download all
md5:7ccdb702b4f67420727b3f340d51603f
125.3 kB Preview Download

Additional details

Related works