_AddNewComponent, _AdjustImageForSave, _ChangeColorDepth, _ConvertFloatToPic, _ConvertToMCH, _ConvertToRGB, _Extract, _VAASOffline, _VAASOnline, AddNewComponent, AdjustImage, AdjustImageForSave, ChangeColorDepth, ChangeColorDepthND, ChangeColorDepthVSL, ConvertBinaryToColorComponent, ConvertFloatToPic, ConvertIHStoRGB, ConvertRGBtoIHS, ConvertRGBtoLab, ConvertRGBtoXYZ, ConvertTo8bitRGBVSL, ConvertToFloatPic, ConvertToMCH, ConvertToMCHND, ConvertToRGB, ConvertToRGBND, ConvertToRGBVSL, CopyChannels, Extract, ExtractComponent, VAASOffline
Interactive command to this function: Image > Convert > Add New Component
Description
AddNewComponent( char *DocumentName
, intComponent
, char *ComponentName
, intColor
, intValM
);
This function creates a new channel within an opened document. If the document name is left blank, the channel will be appended to the active image.
Parameters
Color
The RGB color as a 32bit integer. Use the RGB function to get the value.
Description
AdjustImage( intWidth
, intHeight
, intColorDepth
, intComponents
, intStretchMode
, intImType
);
This function adjusts the current image according to the specified parameters.
Parameters
See Also
ImageResize
Description
AdjustImageForSave( char *Filename
, intImType
);
This function adjusts the current image so that it can be saved to the file format specified by the first parameter.
Parameters
See Also
_AdjustImageForSave
Interactive command to this function: Image > Convert > Change Color Depth
Description
ChangeColorDepth( intColorDepth
, intScale
);
This function changes the color bit depth of the current image.
Parameters
See Also
_ChangeColorDepth
Description
ChangeColorDepthND( intColorDepth
, intScale
);
This function changes the color bit depth of the current ND document.
Description
ChangeColorDepthVSL( intColorDepth
, intScaleValues
);
This function changes the color bit depth of the current image. It operates on large VSL images which do not fit into the memory.
Parameters
See Also
ChangeColorDepth
This function runs the Image > Convert > Convert Binary to Color Component command.
Description
ConvertBinaryToColorComponent( char *DocumentName
, intComponent
);
This function takes the currently selected binary layers and creates one color channel from each of them. The channels will be named with the binary layers names.
Interactive command to this function: Image > Convert > Convert Floating Point Image to
Description
ConvertFloatToPic(
int ScaleValues
);
This function converts the floating point image to a new document.
Parameters
See Also
_ConvertFloatToPic
This function runs the Image > Convert > Convert HSI to RGB command.
Description
ConvertIHStoRGB();
This function converts the color image from the HSI representation to the standard RGB representation.
Note
The HSI color image is transformed to the RGB representation. It is the inverse function to Convert RGB to HSI. After these transformations the image retains its original colors.
See Also
ConvertRGBtoIHS
This function runs the Image > Convert > Convert RGB to HSI command.
Description
ConvertRGBtoIHS();
This function converts a color image from the standard RGB representation to the HSI representation.
Note
The standard RGB color image representation is natural for the application and the image is displayed in its original colors on the monitor. The HSI image cannot be displayed in its original colors.
See Also
ConvertIHStoRGB
Description
ConvertRGBtoLab();
This function converts the current RGB image to the Lab color model.
Description
ConvertRGBtoXYZ();
This function converts the current RGB image to the XYZ color model.
Description
ConvertTo8bitRGBVSL();
This function converts the current image opened in the “progressive mode” (large images which exceed available memory) to an 8-bit RGB image.
This function runs the Image > Convert > Convert to Floating Point Image command.
Description
ConvertToFloatPic();
This command converts the current image to a new floating point image.
Interactive command to this function: Image > Convert > Convert to Multichannel
Description
ConvertToMCH();
This function converts the image to Multichannel (MCH).
See Also
ConvertToMCHND, ConvertToRGB
Description
ConvertToMCHND();
This function converts the sequence to Multichannel (MCH).
See Also
ConvertToMCH, ConvertToRGBND
Interactive command to this function: Image > Convert > Convert to RGB
Description
ConvertToRGB();
This function converts one component image (e.g. gray) into 3-component RGB image.
See Also
ConvertRGBtoIHS, ConvertIHStoRGB
Description
ConvertToRGBND();
This function converts one component image (e.g. gray) into 3-component RGB image.
See Also
ConvertRGBtoIHS, ConvertIHStoRGB, _ConvertToRGB
Description
ConvertToRGBVSL();
This function converts the current image to an RGB image. It operates on large VSL images which do not fit into the memory.
See Also
ConvertToRGB
Description
CopyChannels( charDstDoc
, charSrcDoc
, charChannels
);
This function copies the selected channels from one opened document to another.
Interactive command to this function: Image > Convert > Extract Component
Description
Extract(
int Component
);
This function transforms the color image to one of its RGB or HSI components.
Parameters
Note
In the resulting gray image all RGB components are identical and the image is stored in the same way as a “normal” color image.
See Also
_Extract
Description
ExtractComponent( intComponent
, intNDDimension
, char *DocumentName
);
This function takes a channel of the active image and creates a new document out of it.
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 > Calculate VAAS
Description
VAASOffline( char *DocumentName
, double *pVAASCoefList
);
This function calculates VAAS (Virtual Adjustable Aperture System) according to set coefficients on the captured image. Document name is the name of the output VAAS image.
Parameters
Note
The Alpha value ranges from -1 to 1. The lower this value is set, the bigger contrast and confocality will appear in the output image. The higher this value is set, the brighter and less confocal output image will appear. The default Alpha value is set to -0,25.
This function runs the Image > Convert > Add New Component command.
Description
_AddNewComponent();
Description
_AdjustImageForSave( char *Filename
, intImType
);
This function adjusts the current image so that it can be saved to the file format specified by the first parameter. User is informed about any necessary changes before these changes are applied.
Parameters
See Also
AdjustImageForSave
This function runs the Image > Convert > Change Color Depth command.
Description
_ChangeColorDepth();
This function changes the color bit depth of the current image. It displays the Change Color Depth dialog window.
This function runs the Image > Convert > Convert Floating Point Image to command.
Description
_ConvertFloatToPic();
This function opens the Convert Image Bit Depth dialog window. Use this function to convert the floating point image to a new document.
This function runs the Image > Convert > Convert to Multichannel command.
Description
_ConvertToMCH();
This function converts any image to a multi channel image.
See Also
_ColorToGray, _ConvertToRGB
This function runs the Image > Convert > Convert to RGB command.
Description
_ConvertToRGB();
This function converts the current image to RGB channels. 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.
See Also
_ColorToGray, _ConvertToMCH
This function runs the Image > Convert > Extract Component command.
Description
_Extract();
This function opens the Extract Component dialog window.
This function runs the Image > Calculate VAAS command.
Description
_VAASOffline();
Set the VAAS Live Settings in a dialog window which appears after you run this function.