#include <vuFixelMap.h>
Inheritance diagram for vuFixelMap_ST:
Public Member Functions | |
virtual const void * | getBuffer () const =0 |
virtual void * | getBuffer ()=0 |
virtual dword | getWidth () const =0 |
virtual dword | getHeight () const =0 |
It's a 2 dimensional datastructure with width and height, but instead of a colour as basic element, it supports so called fixels.
Typical examples are: float RGB-image -> vuFixelMap<3,float> byte RGB-image -> vuFixelMap<3,byte> float intensity image -> vuFixelMap<1,float> byte intensity image -> vuFixelMap<1,byte> complex fourier freq. image -> vuFixelMap<2,float> real fourier freq. image -> vuFixelMap<1,float> real spectral image -> vuFixel<7,float> vuFixel<31,float>
Definition at line 24 of file vuFixelMap.h.
|
Implemented in vuFixelMap< SIZE, TYPE >, vuFixelMap< 1, float >, vuFixelMap< SIZE, float >, vuFixelMap< SIZE, byte >, and vuFixelMap< 3, float >. |
|
Implemented in vuFixelMap< SIZE, TYPE >, vuFixelMap< 1, float >, vuFixelMap< SIZE, float >, vuFixelMap< SIZE, byte >, and vuFixelMap< 3, float >. |
|
Implemented in vuFixelMap< SIZE, TYPE >, vuFixelMap< 1, float >, vuFixelMap< SIZE, float >, vuFixelMap< SIZE, byte >, and vuFixelMap< 3, float >. Referenced by vuFixelMap< SIZE, TYPE >::hasSameDimensions(). |
|
Implemented in vuFixelMap< SIZE, TYPE >, vuFixelMap< 1, float >, vuFixelMap< SIZE, float >, vuFixelMap< SIZE, byte >, and vuFixelMap< 3, float >. Referenced by vuFixelMap< SIZE, TYPE >::hasSameDimensions(). |