_AdjustColorsRGB, _ApplyOneShotHDR, _ChangeSaturation, _ColorToGray, _ComplementColor, _ComponentContrast, _Contrast, _DetectModality, _IntensityTransformation, _TripleQuadInterleave, _WhiteBalance, AdjustColorsRGB, ApplyOneShotHDR, AutoContrastEx, AutoContrastExND, AutoWhiteEx, AutoWhiteExND, ChangeSaturation, ColorToGray, ColorToGrayND, ColorToGrayVSL, ComplementColor, ComponentContrast, ComponentContrastMCh, Contrast, ConvertTo8bitRGB, DetectModalityBatch, GLPDetails, IntensityTransformation, TripleQuadInterleave, WhiteBalance
Description
AdjustColorsRGB( intCDest
, intCSour
, doubleredR
, doubleredG
, doubleredB
, doublegreenR
, doublegreenG
, doublegreenB
, doubleblueR
, doubleblueG
, doubleblueB
, intmerge
, intNDDimension
);
This function transforms originally red, green and blue colors in current picture to colors specified by color components. Color component value must be greater or equal 0 and lower than 256.
Parameters
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
See Also
_AdjustColorsRGB
Interactive command to this function: Applications > HDR > Apply One-Shot HDR to Current Image
Description
ApplyOneShotHDR(
int NDDimension
);
Applies the One Shot HDR function used for enhancing the dynamic range on the selected dimensions of the currently opened image.
Parameters
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
Description
int AutoContrastEx();
This function performs the auto exposure operation on the captured image.
See Also
AutoWhiteEx
Description
AutoContrastExND();
This function performs the auto exposure operation on the captured ND image.
Description
int AutoWhiteEx();
This function performs auto white operation on captured image. The function balances and adjusts red, green and blue components to get the white. Color gains are affected.
See Also
AutoContrastEx
Description
AutoWhiteExND();
This function performs auto white operation on captured ND image. The function balances and adjusts red, green and blue components to get the white. Color gains are affected.
Interactive command to this function: Image > Adjust Image > Change Saturation
Description
ChangeSaturation( intSaturation
, intNDDimension
);
This function changes saturation of color image.
Parameters
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
Note
This transformation is used for color image enhancement has the similar effect like changing saturation on TV.
This function runs the Image > Convert > Convert to Gray command.
Description
ColorToGray();
This function transforms the current color image to a gray image.
Note
The resulting intensities are defined for every pixel as an average of red, green and blue component values.
See Also
Extract, _ColorToGray, ColorToGrayND
Description
ColorToGrayND();
This function transforms the current color image to a gray image. When it is performed on ND document you will be prompt to select whether to process the current image, selected dimension, or the whole ND document.
Note
The resulting intensities are defined for every pixel as an average of red, green and blue component values.
See Also
Extract, _ColorToGray, ColorToGray
Description
ColorToGrayVSL();
This function transforms the current color image to a gray image. The function operates on large VSL images which do not fit into memory.
See Also
ColorToGray
Interactive command to this function: Image > Adjust Image > Complement Colors
Description
ComplementColor(
int NDDimension
);
This function transforms color image to complementary colors.
Parameters
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
See Also
ViewComponents
Description
ComponentContrast( intRedLowValue
, intGreenLowValue
, intBlueLowValue
, intRedHighValue
, intGreenHighValue
, intBlueHighValue
, doubleRedGamma
, doubleGreenGamma
, doubleBlueGamma
, intNDDimension
);
This function enhances contrast of red, green and blue components of the current color image. An interactive equivalent is the _ComponentContrast function.
Parameters
RedHighValue
The intensity of the red image component, which is set to maximum value (255 for 8bit).
GreenHighValue
The intensity of the green image component, which is set to maximum value (255 for 8bit).
BlueHighValue
The intensity of the blue image component, which is set to maximum value (255 for 8bit).
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
Note
Component contrast changes intensities of the components the current color image. Transformation stretches the component intensity interval <XLow, XHigh> to the full intensity range <0, 255> (8bit). All values below XLow are set to zero and all values above XHigh are set to a maximum of 255 (8bit).
Description
ComponentContrastMCh( int *MChLowArray
, int *MChHighArray
, double *MChGammaArray
, intNDDimension
);
This function defines the component contrast parameters each channel of the current multichannel document separately. An interactive equivalent is the _ComponentContrast function.
Parameters
MChLowArray
The array containing contrast low values. The array size should correspond to the number of channels.
MChHighArray
The array containing contrast high values. The array size should correspond to the number of channels.
MChGammaArray
The array containing contrast gamma values. The array size should correspond to the number of channels.
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
See Also
ComponentContrast, _ComponentContrast, _ComponentContrast
Interactive command to this function: Image > Contrast
Description
Contrast( intContrastType
, intLowValue
, intHighValue
, intOnIntensity
, intNDDimension
);
This function enhances contrast of current color (gray) image. Contrast(ContrastType, 0, 0) performs automatic enhancement. An interactive equivalent is the _Contrast function.
Parameters
OnIntensity
Selects whether to perform the processing on the intensity component or on color channels (one by one).
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
Note
Contrast changes intensities of the current color (gray) image. Hue and saturation values of color images are not affected. Intensities are rescaled according to selected scale iType. Linear, Logarithmic and Exponential transformations stretch the intensity interval <dLow, dHigh> to the full intensity range <0, 255> (8 bit). All values below dLow are set to zero and all values above dHigh are set to a maximum of 255 (8 bit). Equalize transforms the intensities so that the resulting intensity histogram becomes uniform. In this case dLow and dHigh represent the minimum and maximum intensities in the resulting image. Using Contrast in command mode, dLow=dHigh=0 implies automatic contrast enhancement.
This function runs the Edit > Convert to 8bit RGB command.
Description
ConvertTo8bitRGB();
This function converts the image to RGB (8 bit).
Description
DetectModalityBatch( char *MDB_Folder
, intMDB_Frame
);
This function is for internal purposes only.
Description
GLPDetails( doubleGLPDetailsAlpha
, doubleGLPDetailsSigmaDetails
, doubleGLPDetailsSigmaNoise
, intNDDimension
);
Runs the Ultra Details function on the current image.
Parameters
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
See Also
Interactive command to this function: Image > Adjust Image > Intensity Transformation
Description
IntensityTransformation( intOperType
, intIntensity
, intFloatOutput
, intNDDimension
);
This function transforms intensities by arithmetics operations. An interactive equivalent is the _IntensityTransformation function.
Parameters
Intensity
Value for Intensity. For multiplication and division the values are considered to be in %.
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
See Also
_IntensityTransformation, RGBTransformation, _RGBTransformation, _IntensityTransformation
Description
TripleQuadInterleave(
int NDDimension
);
Converts the current image from “frame storage layout” (produced by triple/quad cameras) to “pixel storage layout” which is the format used by the software.
Parameters
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
Interactive command to this function: Image > Adjust Image > White Balance
Description
WhiteBalance( intWhiteRed
, intWhiteGreen
, intWhiteBlue
, intBlackRed
, intBlackGreen
, intBlackBlue
, intBlackBalance
, intDynCorrection
, doubleGamma
, intNDDimension
);
This function balances and adjusts red, green and blue components of the current color image.
Parameters
NDDimension
Frame selection of the ND document.
Current frame | |
Time dimension | |
Multipoint dimension | |
Z dimension | |
All frames (the whole ND document). | |
Selection - the frames/dimensions selected by mouse within the ND control bar will be affected. |
Note
Value combination is also possible (e.g.: M+T=3, Z+T=5, M+Z=6).
See Also
_WhiteBalance, _WhiteBalance
Description
_AdjustColorsRGB();
This function shows a dialog window for transforming originally red, green and blue colors in the picture to new selected colors.
See Also
AdjustColorsRGB
This function runs the Applications > HDR > Apply One-Shot HDR to Current Image command.
Description
_ApplyOneShotHDR();
Opens the Apply One Shot HDR dialog window used for enhancing the dynamic range on the currently opened image.
See Also
ApplyOneShotHDR
This function runs the Image > Adjust Image > Change Saturation command.
Description
_ChangeSaturation();
Opens a dialog window for changing saturation of the current image.
Description
_ColorToGray();
This function converts the current image into gray scale.
See Also
_ConvertToRGB
This function runs the Image > Adjust Image > Complement Colors command.
Description
_ComplementColor();
This function equals the ComplementColor function except when performed on ND2 document you will be prompt to select whether to process the current image, selected dimension, or the whole ND document.
See Also
ComplementColor
Description
_ComponentContrast();
The function displays the Component Contrast dialog box.
See Also
ComponentContrast, ComponentContrastMCh
This function runs the Image > Contrast command.
Description
_Contrast();
The function displays the Contrast Enhancement dialog box.
See Also
Contrast
Description
_DetectModality();
Shows the channel modality of the current image in the Modality dialog window.
This function runs the Image > Adjust Image > Intensity Transformation command.
Description
_IntensityTransformation();
The function displays the Image Intensity dialog box.
See Also
IntensityTransformation, RGBTransformation, _RGBTransformation
Description
_TripleQuadInterleave();
Converts the current image from “frame storage layout” (produced by triple/quad cameras) to “pixel storage layout” which is the format used by the software.
This function runs the Image > Adjust Image > White Balance command.
Description
_WhiteBalance();
This function displays the White Balance Adjustment dialog box.
See Also
WhiteBalance