|
Lynkeos
|
Stacker class. More...
#import <MyImageStacker.h>


Additional Inherited Members | |
Instance Methods inherited from <LynkeosProcessing> | |
| (id< LynkeosProcessing >) | - initWithDocument:parameters:precision: |
| Initializes the process instance with its document. More... | |
| (void) | - processItem: |
| Apply the processing to an item. More... | |
| (void) | - finishProcessing |
| There will be no more items to process. More... | |
Class Methods inherited from <LynkeosProcessing> | |
| (ParallelOptimization_t) | + supportParallelization |
| Wether this processing class can be executed in parallel threads. More... | |
Stacker class.
This class is able to stack on parallel threads.
It stacks separately monochrome and RGB images, the stacked buffers (ie: one mono and one RGB per thread) are all recombined at the end.
1.8.4