__header__
Description
Blends in range parts of an image into a new image,
scaling size as appropriate.
Inputs
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 the
width defined the output size to which the input images are
scaled
DestViewer
If provided this is the viewer on which the ouput image
is renderd
OptionalFilter
an optional LUT to apply to the thresholded image.
Parameters
ThresholdType
for the group of pixels that defined one output pixel
this set whter to use the min max or mean value
Threshold1
Threshold2
the threshold at which to copy the data image
else the output is set to the Nonthresholdvalue
NonThresholdValue
Pixel value to set non mended pixels
MaxLinesToAvg
if more that 1 line has ellpased on the input images
the this sets the maximum number os lines to blend
at once into the output line. Currenly the maximum
of the values is used
NumberInputLinesAdded
Read only informing of the number of linseskipped/blned since the last call
__footer__