__header__

Description

Blends in two LSImages such that the ouput is a percentage of the two inputs
ie out = Image1 *scale1 + Image2 * scale2

Inputs

H3>Image1 the Linescan image that acts as the threshold image

Line1

the line segment the defines the line on the threshold image Note the size of the line is used to scale. The Line is assumed horizontal ie in the direction of the line scan

Image2

the Linescan image that acts as the data image

Line2

the line segment the defines the line on the dataimage Note the size of the line is used to scale. The Line is assumed horizontal ie in the direction of the line scan

ImageOutput

the linescan image into which to add the data. Note can be Image1 or Image2 or NULL which is Image1

DestViewer

If provided this is the viewer on which the ouput image is renderd

Parameters

Scale1
Scale2

the scale factor to apply to the blend __footer__