Transforming with lookup tables
Use lookup tables to apply color transformations to images.
Overview
Lookup table functions use the value of a source pixel as an index into a lookup table of colors that defines the corresponding destination pixel. You can use lookup table functions to perform tasks, such as color grading, converting between color spaces, or generating false-color images.
Topics
Transforming planar-to-planar with a lookup table
vImageTableLookUp_Planar8(_:_:_:_:)vImageLookupTable_PlanarFtoPlanar8(_:_:_:_:)vImageLookupTable_Planar8toPlanar16(_:_:_:_:)vImageLookupTable_Planar8toPlanarF(_:_:_:_:)vImageLookupTable_8to64U(_:_:_:_:)vImageLookupTable_Planar16(_:_:_:_:)vImageInterpolatedLookupTable_PlanarF(_:_:_:_:_:_:_:)
Transforming planar-to-interleaved with a lookup table
vImageLookupTable_Planar8toPlanar24(_:_:_:_:)vImageLookupTable_Planar8toPlanar48(_:_:_:_:)vImageLookupTable_Planar8toPlanar96(_:_:_:_:)vImageLookupTable_Planar8toPlanar128(_:_:_:_:)
Transforming interleaved-to-interleaved with a lookup table
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(_:)vImageMultidimensionalTable_Release(_:)vImage_MultidimensionalTablevImageMDTableUsageHintvImage_InterpolationMethod