Uses of Class
adams.data.image.YUVChannel
-
Packages that use YUVChannel Package Description adams.data.image adams.data.image.transformer -
-
Uses of YUVChannel in adams.data.image
Methods in adams.data.image that return YUVChannel Modifier and Type Method Description static YUVChannel
YUVChannel. valueOf(String name)
Returns the enum constant of this type with the specified name.static YUVChannel[]
YUVChannel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of YUVChannel in adams.data.image.transformer
Fields in adams.data.image.transformer declared as YUVChannel Modifier and Type Field Description protected YUVChannel[]
SplitChannelsYUV. m_Channels
the channels to extract.Methods in adams.data.image.transformer that return YUVChannel Modifier and Type Method Description YUVChannel[]
SplitChannelsYUV. getChannels()
Returns the channels.Methods in adams.data.image.transformer with parameters of type YUVChannel Modifier and Type Method Description void
SplitChannelsYUV. setChannels(YUVChannel[] value)
Sets the channels.
-