MyImageAlignerListParameters Class Reference

Alignment parameters saved at the document level. More...

#import <MyImageAligner.h>

Inheritance diagram for MyImageAlignerListParameters:

Inheritance graph
[legend]
Collaboration diagram for MyImageAlignerListParameters:

Collaboration graph
[legend]

List of all members.

Public Attributes

MyIntegerSize _alignSize
id< LynkeosProcessableItem_referenceItem
 The item against which align is done.
double _cutoff
 Frequency cutoff applied before corelation.
double _precisionThreshold
BOOL _checkAlignResult
 Check for false align.
NSLock_refSpectrumLock
MyFourierBuffer_referenceSpectrum


Detailed Description

Alignment parameters saved at the document level.

Member Data Documentation

- (MyIntegerSize) _alignSize

Size of the alignment rectangles

- (double) _precisionThreshold

Correlation peak standard deviation threshold, above wich the alignment is failed

- (NSLock*) _refSpectrumLock

This lock is not saved with the document. It's sole purpose is to enforce that only one processing thread computes the reference spectrum, and that the reference spectrum is computed before any thread uses it

- (MyFourierBuffer*) _referenceSpectrum

The spectrum of the reference item, it is shared by all processing threads. And is no more saved.
It shall be nil at process creation.


The documentation for this class was generated from the following file:
Generated on Sat Mar 22 17:44:50 2008 for Lynkeos by  doxygen 1.5.4