Type alias BorderInterpolationFunction

BorderInterpolationFunction: ((column, row, channel, image) => number)

Type declaration

    • (column, row, channel, image): number
    • Parameters

      • column: number
      • row: number
      • channel: number
      • image: Image

      Returns number