0

In NiftyNet framework - what is the purpose of interp_order param in config file? There is very short explanation in documentation which is not clear enough.

Why there is usually set to 0 in label section, and to 3 in image section.

4

1 回答 1

1

0 means 'nearest neighbour': you only want labels to have integer values. 3 means cubic interpolation, which is good for images that are close to continuous-valued.

于 2019-06-10T10:18:00.103 回答