|
Lynkeos
|
Image alignment process implementation. More...
#include <objc/runtime.h>#include "processing_core.h"#include "corelation.h"#include "LynkeosStandardImageBufferAdditions.h"#include "LynkeosBasicAlignResult.h"#include "MyImageAlignerPrefs.h"#include "MyImageAligner.h"
Macros | |
| #define | K_ALIGN_ORIGIN_KEY @"origin" |
| Key for saving the square origin. | |
| #define | K_ALIGN_SIZE_KEY @"size" |
| Key for saving the square size. | |
| #define | K_ALIGN_DARKFRAME_KEY @"dark" |
| Key for saving dark frame ref. | |
| #define | K_ALIGN_FLATFIELD_KEY @"flat" |
| Key for saving flat field ref. | |
| #define | K_ALIGN_REF_KEY @"refitem" |
| Key for saving the reference item. | |
| #define | K_ALIGN_CUTOFF_KEY @"cutoff" |
| #define | K_ALIGN_PRECISION_KEY @"precision" |
| Key for saving the align precision threshold. | |
Variables | |
| NSString *const | myImageAlignerRef = @"MyImageAligner" |
| Reference string for this process. | |
| NSString *const | myImageAlignerParametersRef = @"AlignParams" |
| Reference for reading/setting the alignment entry parameters. | |
Image alignment process implementation.
| #define K_ALIGN_CUTOFF_KEY @"cutoff" |
Key for saving the cutoff threshold
1.8.4