_ColorBinCombine, _ColorCombine, _ColorOperations, _WeightedAddition, ColorBinCombine, ColorCombine, ColorFromReference, ColorOperations, ColorSwapReference, ColorToReference, WeightedAddition
Interactive command to this function: Reference > Combine via Binary
Description
ColorBinCombine(
int ReverseCondition
);
This function enables mixing of two color images (current and reference) based on a binary image. The current binary image determines which part of a result image is taken from the current color image and which part from the reference color image.
Parameters
Note
You can mix two images using typical parts or a texture in the image. It is useful especially for the video copy printer to enhance or adjust the color of the particular texture, cells or for suppressing the background color. For example, if you have some particles or cells well defined compared to the background, you can threshold them e.g. you can create a binary - condition image. Then you can copy the current color image to the reference one by Color > RefColor command (Reference menu). Then, you can enhance, adjust or assign color to cells by any of the following commands from the Transform menu: Change Hue, Change Saturation, Intensity Transformation. After you are satisfied with the cell´s color, apply Combine via binary command.
See Also
_ColorBinCombine, ColorToReference
Interactive command to this function: Reference > Combine Components
Description
ColorCombine( intRedComp
, intGreenComp
, intBlueComp
, intRefOut
);
This function enables components mixture over two color images. An interactive equivalent is the _ColorCombine function.
Parameters
See Also
_ColorCombine, ColorOperations, _ColorOperations, _ColorCombine
This function runs the Reference > Current Image <- Reference command.
Description
ColorFromReference();
This function copies the reference color image to the current color image.
See Also
ColorToReference, ColorSwapReference
Interactive command to this function: Reference > Image Arithmetics
Description
ColorOperations( intArithmOp
, intColorsFrom
);
This function enables operations over two color images.
Parameters
Note
In case of Addition, Subtraction, Min, Max, and Abs (on RGB images), operations are performed on intensities. Then, the ColorsFrom parameter is used to specify which of the two images defines hue and saturation of the resulting image. In case of the shading operation and operations with binary, grayscale, and multichannel images, the ColorsFrom parameter is ignored, and the operation is performed on each channel separately. If values in the resulting image are greater than the maximal intensity value (e.g. 255 for 8-bit images), these values are clipped to that maximal value. If values in the resulting image are less than zero, they are set to zero.
See Also
_ColorOperations
This function runs the Reference > Current Image <-> Reference command.
Description
ColorSwapReference();
This function swaps the reference and current color images.
See Also
ColorToReference, ColorFromReference
This function runs the Reference > Current Image -> Reference command.
Description
ColorToReference();
This function copies the current color image to a reference color image.
See Also
ColorSwapReference, ColorFromReference
Interactive command to this function: Reference > Weighted Addition
Description
WeightedAddition( intAddWeight
, intAddContrast
, intAddMode
, intColorsFrom
);
This function weights intensities from the current and result images.
This function runs the Reference > Combine via Binary command.
Description
_ColorBinCombine();
This function displays the Combine via Binary Condition dialog box.
See Also
ColorBinCombine
This function runs the Reference > Combine Components command.
Description
_ColorCombine();
This function displays the Combine Components dialog box.
This function runs the Reference > Image Arithmetics command.
Description
_ColorOperations();
This function displays the Image Arithmetics dialog box.
See Also
ColorOperations
This function runs the Reference > Weighted Addition command.
Description
_WeightedAddition();
This function displays the Weighted Addition dialog box.
See Also
WeightedAddition