Lynkeos
|
Lucy Richardson deconvolution parameters. More...
#import <MyLucyRichardson.h>
Instance Methods | |
(id) | - initWithPSF:andIterations: |
Dedicated initializer. More... | |
![]() | |
(void) | - setProcessingClass: |
Sets the processing class which handles this parameter. More... | |
(Class) | - processingClass |
Accessor to the associated processing class. More... | |
(BOOL) | - isExcluded |
Whether the process is excluded from processing. More... | |
(void) | - setExcluded: |
Set whether the process is excluded from processing. More... | |
Public Attributes | |
unsigned int | _numberOfIteration |
Number of algorithm iterations. | |
LynkeosStandardImageBuffer * | _psf |
Point spread function. | |
NSObject < MyLucyRichardsonDelegate > * | _delegate |
Called on main thread. | |
Additional Inherited Members | |
![]() | |
< LynkeosProcessingParameter, NSCopying > u_long | _sequence |
Class | _processingClass |
Needed to autocomplete processings. | |
Lucy Richardson deconvolution parameters.
- (id) initWithPSF: | (LynkeosStandardImageBuffer*) | psf | |
andIterations: | (unsigned int) | nb | |
Dedicated initializer.
psf | The point spread function |
nb | The number of algorithm iterations |
References _numberOfIteration, and _psf.