Lynkeos  1.2
Instance Methods | Protected Attributes | List of all members
MyPostProcessing Class Reference

#import <MyPostProcessing.h>

Inheritance diagram for MyPostProcessing:
Inheritance graph
[legend]

Instance Methods

(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
 

Method Documentation

◆ makeImageWithMin:Max:()

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

◆ maxValue()

- (REAL) maxValue

References _maxValue.

Referenced by MyDocument::postProcess::::.

◆ minValue()

- (REAL) minValue

References _minValue.

Referenced by MyDocument::postProcess::::.

◆ process:seqnb:width:height:deconvRadius:deconvThreshold:unsharpRadius:unsharpGain:()

- (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

◆ _deconvGauss

- (FFT_DATA) _deconvGauss
protected

◆ _deconvRadius

- (double) _deconvRadius
protected

◆ _height

- (u_short) _height
protected

◆ _maxValue

- (REAL) _maxValue
protected

◆ _minValue

- (REAL) _minValue
protected

◆ _originalSpectrum

- (FFT_DATA) _originalSpectrum
protected

◆ _result

- (FFT_DATA) _result
protected

◆ _source

- (RGB*) _source
protected

◆ _spectrum_sequence

- (long) _spectrum_sequence
protected

◆ _unsharpGauss

- (FFT_DATA) _unsharpGauss
protected

◆ _unsharpRadius

- (double) _unsharpRadius
protected

◆ _width

- (u_short) _width
protected

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