-
Hello, I wanted to know if it is possible to resample a I would like to use bspline for the actual image, but it could "create" new labels on the labels images, by trying to interpolates value. So, I would like to use the NearestNeighbor for the label image. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, @Chop1. Nearest neighbor interpolation is always used to resample instances of |
Beta Was this translation helpful? Give feedback.
Hi, @Chop1. Nearest neighbor interpolation is always used to resample instances of
LabelMap
, so you don't need to worry about this. I will try to make this more clear in the documentation.