|
Lynkeos
|
Unsharp mask processing parameters. More...
#import <MyUnsharpMask.h>


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. | |
Unsharp mask processing parameters.
1.8.4