There is a newer version of the record available.

Published September 21, 2022 | Version v0.5.0
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.5.0.zip

Files (126.5 kB)

Name Size Download all
md5:2e8bb265c0c782e1e45501c57e3c694d
126.5 kB Preview Download

Additional details

Related works