Lut Class

CVB.Net Documentation
Lookup table functions.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationLut

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static class Lut
Methods

  NameDescription
Public methodStatic memberApply(ImagePlane, Byte)
Apply a lookup table to an 8 bit per pixel input image plane.
Public methodStatic memberApply(ImagePlane, Int32)
Apply a lookup table to an 8 bit per pixel input image plane.
Public methodStatic memberApply(ImagePlane, IEnumerableLutLevel, LutInterpolation)
Apply a lookup table that is the result of interpolation between a series of levels and values to an input image.
Public methodStatic memberApply(ImagePlane, IListLutLevel, LutInterpolation)
Apply a lookup table that is the result of interpolation between a series of levels and values to an input image.
Top
See Also

Reference