Lynkeos
|
Deconvolution processing class. More...
#import <MyDeconvolution.h>
Protected Attributes | |
MyDeconvolutionParameters * | _params |
The parameters of the deconvolution. | |
id< LynkeosProcessableItem > | _item |
void(* | _process_One_Line )(MyDeconvolutionParameters *, u_short) |
Strategy (with vector or not) method for processing one image line. | |
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... | |
Deconvolution processing class.
|
protected |
The item being processed