[][src]Module nanachi::interpolation

Collection of interpolation types.

Currently, 2 types of interpolation are available.

  • NearestNeighbor
  • Bilinear

Structs

Bilinear

Bi-linear interpolation.

NearestNeighbor

Nearest neighbor interpolation.

Traits

Interpolation