layer_resample_tensor_to_target_tensor_3d: Resampling a spatial tensor (3-D).

View source: R/resampleTensorUtilities.R

layer_resample_tensor_to_target_tensor_3dR Documentation

Resampling a spatial tensor (3-D).

Description

Resamples a spatial tensor based on the specified shape and interpolation type.

Usage

layer_resample_tensor_to_target_tensor_3d(
  object,
  interpolationType = c("nearestNeighbor", "nearest", "linear", "bilinear", "cubic",
    "bicubic"),
  name = NULL,
  trainable = FALSE
)

Arguments

object

Object to compose layer with. This is either a keras::keras_model_sequential to add the layer to, or another Layer which this layer will call.

interpolationType

type of interpolation for resampling. Can be nearestNeighbor, nearest, linear, bilinear, cubic, or bicubic.

name

The name of the layer

trainable

Whether the layer weights will be updated during training.

Value

a keras layer tensor

Author(s)

Tustison NJ


ANTsX/ANTsRNet documentation built on April 28, 2024, 12:16 p.m.