Lynkeos
|
Stacker class. More...
#import <MyImageStacker.h>
Additional Inherited Members | |
![]() | |
(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... | |
![]() | |
(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.