Contents

vImageMultidimensionalTable_Release(_:)

Releases a multidimensional table.

Declaration

func vImageMultidimensionalTable_Release(_ table: vImage_MultidimensionalTable!) -> vImage_Error

Parameters

  • table:

    The multidimensional table to release.

Mentioned in

Return Value

kvImageNoError; otherwise, one of the error codes in Data Types and Constants.

Discussion

This function decrements the multidimensional table’s reference count. When the reference count reaches 0, the system destroys the object.

See Also

Transforming with a multidimensional lookup table