Lynkeos
Instance Methods | Public Attributes | List of all members
MyLucyRichardsonParameters Class Reference

Lucy Richardson deconvolution parameters. More...

#import <MyLucyRichardson.h>

Inheritance diagram for MyLucyRichardsonParameters:
Inheritance graph
[legend]
Collaboration diagram for MyLucyRichardsonParameters:
Collaboration graph
[legend]

Instance Methods

(id) - initWithPSF:andIterations:
 Dedicated initializer. More...
 
- Instance Methods inherited from LynkeosImageProcessingParameter
(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

- Protected Attributes inherited from LynkeosImageProcessingParameter
< LynkeosProcessingParameter,
NSCopying > u_long 
_sequence
 
Class _processingClass
 Needed to autocomplete processings.
 

Detailed Description

Lucy Richardson deconvolution parameters.

Method Documentation

- (id) initWithPSF: (LynkeosStandardImageBuffer*)  psf
andIterations: (unsigned int)  nb 

Dedicated initializer.

Parameters
psfThe point spread function
nbThe number of algorithm iterations

References _numberOfIteration, and _psf.


The documentation for this class was generated from the following files: