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


Protected Attributes | |
| MyUnsharpMaskParameters * | _params |
| Unsharp mask parameters. | |
| id< LynkeosProcessableItem > | _item |
| void(* | _process_One_Line )(MyUnsharpMaskParameters *, u_short) |
| Strategy (vector or not) method for processing one image line. | |
| void(* | _lock )(id, SEL) |
| Static access to the lock (for locking) | |
| void(* | _unlock )(id, SEL) |
| Static access to the lock (for unlocking) | |
Additional Inherited Members | |
Instance Methods inherited from <LynkeosProcessing> | |
| (id< LynkeosProcessing >) | - initWithDocument:parameters:precision: |
| Initializes the process instance with its document. More... | |
| (void) | - processItem: |
| Apply the processing to an item. More... | |
| (void) | - finishProcessing |
| There will be no more items to process. More... | |
Class Methods inherited from <LynkeosProcessing> | |
| (ParallelOptimization_t) | + supportParallelization |
| Wether this processing class can be executed in parallel threads. More... | |
Unsharp mask processing.
|
protected |
The item being processed
1.8.4