Maven module :un.api : api-image :
Class :
un.api.image.ImageModel
Extends/Implements : -
Subclasses : -
Variables :
MODEL_RAW,
MODEL_COLOR,
MODEL_PHYSIC
Functions :
asTupleBuffer
public Chars
MODEL_RAW
public Chars
MODEL_COLOR
public Chars
MODEL_PHYSIC
TupleBuffer
asTupleBuffer (Image image)
ImageModel produce views of the image for a given purpose.
They add meaning to the image by providing an interpretation of the byte bugger
content as tuples with units.
Additionaly they may transform the buffer values or ignore some parts of the byte buffer.
There are typicaly 3 types of image models :
- Raw model : access to the datas with no transformation
- Color model : interpretation of the datas as colors
- Physic model : interpretation of the datas as their real values
Image may not necessarly have a color or physic model.Other types of image models may be available.
author Johann Sorel