Contents

vImageDestroyResamplingFilter(_:)

Disposes of a resampling filter object.

Declaration

func vImageDestroyResamplingFilter(_ filter: ResamplingFilter!)

Parameters

  • filter:

    The resampling filter object to dispose of.

Discussion

This function deallocates the memory associated with a resampling filter object that was created by calling the function vImageNewResamplingFilter(_:_:). Don’t directly deallocate this memory yourself.

Don’t pass this function a resampling filter object created by the function vImageNewResamplingFilterForFunctionUsingBuffer(_:_:_:_:_:_:). You’re responsible for deallocating the memory associated with resampling filter objects created by that call.

See Also

Resampling filters