|
Lynkeos
|
Strategy for the stacking mode. More...
#import <MyImageStacker.h>

Instance Methods | |
| (id) | - initWithParameters:list: |
| Dedicated initializer. More... | |
| (void) | - processImage:withOffsets: |
| Add one image to the stack. More... | |
| (void) | - finishOneProcessingThreadInList: |
| Process the end of stacking for the current thread. More... | |
| (void) | - finishAllProcessingInList: |
| Process the complete end of stacking. More... | |
| (LynkeosStandardImageBuffer *) | - stackingResult |
| Access to the stacking result. More... | |
Strategy for the stacking mode.
| - (void) finishAllProcessingInList: | (id< LynkeosImageList >) | list |
Process the complete end of stacking.
| list | the list which is stacked |
| - (void) finishOneProcessingThreadInList: | (id< LynkeosImageList >) | list |
Process the end of stacking for the current thread.
| list | The list which is stacked |
| - (id) initWithParameters: | (id< NSObject >) | params | |
| list: | (id< LynkeosImageList >) | list | |
Dedicated initializer.
| params | the stacking parameters |
| list | The list to stack |
| - (void) processImage: | (id< LynkeosImageBuffer >) | image | |
| withOffsets: | (NSPoint *) | offsets | |
Add one image to the stack.
| image | The image to add |
| offsets | The offsets of this image |
| - (LynkeosStandardImageBuffer*) stackingResult |
Access to the stacking result.
1.8.4