Lynkeos
Instance Methods | List of all members
LynkeosStandardImageBuffer(Private) Category Reference

Private methods. More...

Instance Methods

(void) - stackPlane:fromImage:
 Stacks one color plane. More...
 
(void) - stackPlane:fromImage:withOffset:withExpansion:
 Stacks one color plane with an image shift. More...
 
(void) - stackLRGBfromImage:
 Stack the plane 0 of the argument image into our luminance channel. More...
 
(void) - stackLRGBfromImage:withOffset:withExpansion:
 Stack the plane 0 of the argument image with a shift into our luminance channel. More...
 
(void) - one_thread_process_image:
 "Shared" multiply method
 
(void) - std_image_process:result:processOneLine:
 Multiply method for strategy "no parallelization".
 
(void) - parallel_image_process:result:processOneLine:
 Multiply method for strategy "parallelize".
 

Detailed Description

Private methods.

Method Documentation

- (void) stackLRGBfromImage: (LynkeosStandardImageBuffer*)  image

Stack the plane 0 of the argument image into our luminance channel.

Parameters
imageThe image to add to ourselves

Both layers are required to have the same size.

References colorValue.

- (void) stackLRGBfromImage: (LynkeosStandardImageBuffer*)  image
withOffset: (NSPoint)  offset
withExpansion: (u_short)  expand 

Stack the plane 0 of the argument image with a shift into our luminance channel.

Parameters
imageThe image to add to ourselves
offsetOffset applied to the other image before adding.
expandThe pixel expansion factor

Both layers are required to have the same size.

- (void) stackPlane: (u_short)  plane
fromImage: (LynkeosStandardImageBuffer*)  image 

Stacks one color plane.

Parameters
planeThe color plane to stack
imageThe image to add to ourselves

Both layers are required to have the same size.

References colorValue.

- (void) stackPlane: (u_short)  plane
fromImage: (LynkeosStandardImageBuffer*)  image
withOffset: (NSPoint)  offset
withExpansion: (u_short)  expand 

Stacks one color plane with an image shift.

Parameters
planeThe color plane to stack
imageThe image to add to ourselves
offsetOffset applied to the other image before adding.
expandThe pixel expansion factor

Add two layers with the required offset. Both layers are required to have the same size, taking the expansion into account.


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