<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vImage_InterpolationMethod",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@EA@vImage_InterpolationMethod"
  },
  "title" : "vImage_InterpolationMethod"
}
-->

# vImage_InterpolationMethod

Constants that represent different interpolation methods.

```
struct vImage_InterpolationMethod
```

## Topics

### Interpolation method constants

[`kvImageNoInterpolation`](/documentation/Accelerate/kvImageNoInterpolation)

Nearest neighbor interpolation.

[`kvImageHalfInterpolation`](/documentation/Accelerate/kvImageHalfInterpolation)

Partial linear interpolation.

[`kvImageFullInterpolation`](/documentation/Accelerate/kvImageFullInterpolation)

Full linear interpolation.

### Raw values

[`init(_:)`](/documentation/Accelerate/vImage_InterpolationMethod/init(_:))

Creates an interpolation method constant with an unsigned-integer value.

[`init(rawValue:)`](/documentation/Accelerate/vImage_InterpolationMethod/init(rawValue:))

Creates an interpolation method constant with an unsigned-integer value.

[`rawValue`](/documentation/Accelerate/vImage_InterpolationMethod/rawValue)

The raw value that represents the interpolation method constant.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)