N-D

Properties

Value accessible by reference

The reference of a value is not a proxy.

Finished-time iteration

We can iterate from start to finish in a finished time.

Buffer

There is 2 way of interpreting data from the buffer :
  • Planar : data are not colocalized, row major.
  • Interleaves : data are colocalized, col major.

Specializations

Image 2D

2D specialization of ImageND on the dimension. Contain specific properties.

../../_images/Lenna.png

Image 3D

../../_images/image3d.png

3D specialization of ImageND on the dimension. Contain specific properties

Hyperspectral

../../_images/cube_hyperspectral.jpg

ImageND with dynamic co-domain dimension (not known at compile-time). Co-domain dimension can go up to 1000 channels. Faire des filtres PCA

Bimodal

TODO add example

Instance of Image2D or image3D with only 2 channels on the value_type.