Maven module :un.api : api-image :
Class : un.api.image.ImageModel
Extends/Implements : -
Subclasses : -

Images are N dimension raw byte buffers.
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 :
Image may not necessarly have a color or physic model.
Other types of image models may be available.
author  Johann Sorel


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)