Lynkeos
|
Sigma reject strategy stacker. More...
#import <MyImageStacker_SigmaReject.h>
Additional Inherited Members | |
![]() | |
(id) | - initWithParameters:list: |
Dedicated initializer. More... | |
(void) | - processImage:withOffsets: |
Add one image to the stack. More... | |
(void) | - finishOneProcessingThreadInList: |
Process the end of stacking for the current thread. More... | |
(void) | - finishAllProcessingInList: |
Process the complete end of stacking. More... | |
(LynkeosStandardImageBuffer *) | - stackingResult |
Access to the stacking result. More... | |
Sigma reject strategy stacker.
This stacking is performed in two pass, the first one computes the mean and standard deviation for each pixel, the second one excludes the pixels with values too far from the mean and performs a "regular" stacking with the remainig ones.