Lynkeos
Public Attributes | List of all members
MyUnsharpMaskParameters Class Reference

Unsharp mask processing parameters. More...

#import <MyUnsharpMask.h>

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

Public Attributes

double _radius
 Half width of the gaussian blur.
 
double _gain
 Amplification of the gradient in the final image.
 
BOOL _gradientOnly
 Do not add the original image to the gradient.
 
NSLock_loopLock
 Exclusive access to members below.
 
LynkeosFourierBuffer_spectrum
 Spectrum being processed.
 
u_short _livingThreadsNb
 Number of threads still living.
 
u_short _nextY
 Next line to process.
 
REAL_expX
 X term of the unsharp gauss.
 
REAL_expY
 Y term of the unsharp gauss.
 

Additional Inherited Members

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

Detailed Description

Unsharp mask processing parameters.


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