Lynkeos
Classes | Macros
LynkeosImageBuffer.h File Reference

Image buffer protocol. More...

#import <AppKit/AppKit.h>
#include "LynkeosCore/LynkeosProcessing.h"
Include dependency graph for LynkeosImageBuffer.h:

Classes

protocol  <LynkeosImageBuffer>
 Generic image management. More...
 

Macros

#define RED_PLANE   0
 Index of the red plane in RGB buffers.
 
#define GREEN_PLANE   1
 Index of the green plane in RGB buffers.
 
#define BLUE_PLANE   2
 Index of the blue plane in RGB buffers.
 

Detailed Description

Image buffer protocol.

Protocol to be conformed by the classes which manage image data. These classes are expected to internally represent the image data with floating precision (for efficient calibration and stacking).