#import <AppKit/AppKit.h>
#include "LynkeosProcessing.h"


Classes | |
| protocol | < LynkeosImageBuffer > |
| Generic image management. More... | |
Defines | |
| #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. | |
| #define | SET_SAMPLE(s, p, x, y, w, v) |
| Convenience macro for accessing a sample plane with the required precision. | |
| #define RED_PLANE 0 |
Index of the red plane in RGB buffers.
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).
1.5.4