Cortex
10.0.0-a4
|
#include <MImageAccessor.h>
Public Types | |
typedef void | ReturnType |
Public Member Functions | |
BOOST_STATIC_ASSERT (sizeof(T)==0) | |
Static Public Member Functions | |
static ReturnType | getPixels (MImage &i) |
A templated class to allow straight-forward access to pixel data stored in MImage instances. The class is templated on the "raw" type of the data returned, e.g. "float", to retrieve pixel data from an MImage of type MImage::kFloat, or "unsigned char" to retrieve pixel data from an MImage of type MImage::kByte;