Back to FabImage Studio website
You are here: Start » Filter Reference » Image Spatial Transforms Maps » ConvertSpatialMap_ToNearest
Converts any spatial map to NearestNeighbour interpolation.
Name | Type | Description | |
---|---|---|---|
![]() |
inSpatialMap | SpatialMap | |
![]() |
outSpatialMap | SpatialMap |
Applications
Reducing quality for the purpose of speed.
Description
This operation can be used to convert a SpatialMap using Bilinear interpolation to one using nearest neighbour interpolation. If the input SpatialMap is already nearest neighbour, it is returned unchanged.
Remarks
The compatible ImageFormat remains the same as for the input SpatialMap in any case.
This conversion is not reversible, because a SpatialMap with nearest Neighbour interpolation holds less information than one with Bilinear interpolation.
Complexity Level
This filter is available on Advanced Complexity Level.