Lynkeos  1.2
Public Member Functions | Protected Attributes
MyPostProcessing Class Reference

#import <MyPostProcessing.h>

Inheritance diagram for MyPostProcessing:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(REAL- minValue
(REAL- maxValue
(void) - process:seqnb:width:height:deconvRadius:deconvThreshold:unsharpRadius:unsharpGain:
(NSBitmapImageRep *) - makeImageWithMin:Max:

Protected Attributes

RGB_source
FFT_DATA _originalSpectrum
long _spectrum_sequence
FFT_DATA _result
FFT_DATA _unsharpGauss
FFT_DATA _deconvGauss
double _unsharpRadius
double _deconvRadius
u_short _width
u_short _height
REAL _minValue
REAL _maxValue

Member Function Documentation

- (NSBitmapImageRep *) makeImageWithMin: (REAL minV
Max: (REAL maxV 

References _maxValue.

Referenced by MyDocument::postProcess::::.

References _minValue.

Referenced by MyDocument::postProcess::::.

- (void) process: (RGB*)  src
seqnb: (long)  sequence
width: (u_short)  width
height: (u_short)  height
deconvRadius: (double)  dRadius
deconvThreshold: (double)  threshold
unsharpRadius: (double)  uRadius
unsharpGain: (double)  gain 

Member Data Documentation

- (FFT_DATA) _deconvGauss [protected]
- (double) _deconvRadius [protected]
- (u_short) _height [protected]
- (REAL) _maxValue [protected]
- (REAL) _minValue [protected]
- (FFT_DATA) _originalSpectrum [protected]
- (FFT_DATA) _result [protected]
- (RGB*) _source [protected]
- (long) _spectrum_sequence [protected]
- (FFT_DATA) _unsharpGauss [protected]
- (double) _unsharpRadius [protected]
- (u_short) _width [protected]

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