vImageMultidimensionalTable_Release(_:)
Releases a multidimensional table.
Declaration
func vImageMultidimensionalTable_Release(_ table: vImage_MultidimensionalTable!) -> vImage_ErrorParameters
- 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
Applying color transforms to images with a multidimensional lookup tableCropping to the subject in a chroma-keyed imageApplying transformations to selected colors in an imagevImageMultidimensionalTable_Create(_:_:_:_:_:_:_:)vImageMultiDimensionalInterpolatedLookupTable_PlanarF(_:_:_:_:_:_:)vImageMultiDimensionalInterpolatedLookupTable_Planar16Q12(_:_:_:_:_:_:)vImageMultidimensionalTable_Retain(_:)vImage_MultidimensionalTablevImageMDTableUsageHintvImage_InterpolationMethod