_AdvancedDenoising, _BackgroundSubtraction, _ChangeHue, _Delineate, _Destripe, _EdgesDetect, _EqualizeIntensityTime, _EqualizeIntensityXY, _EqualizeIntensityZ, _FastDenoising, _GaussLaplaceSharpenGa3, _GeneralConvolution, _Homogenization, _LowPassFilterFFT, _Median, _NDAverage, _NDImagesArithmetics, _PatchDenoising3D, _ReduceLowResData, _Relief, _RGBTransformation, _RollingBallCorrection, _Sharpen, _SharpenSlightly, _Smooth, AdvancedDenoising, AdvancedDenoisingSimpleEx, AXShadingCorrectionGa3, BackgroundSubtraction, ChangeHue, ContrastGa3, Correlation, CorrelationND, Delineate, DenoiseAnisotrophic, DestripeGa3, DetectPeaksGa3, DetectValleysGa3, DifSubsequentFramesTime, DifSubsequentFramesZ, DilateColorGa3, EdgesDetect, EdgesDetectGa3, EqualizeIntensity, EqualizeIntensityTime, EqualizeIntensityTimeEx, EqualizeIntensityXY, EqualizeIntensityXYEx, EqualizeIntensityZ, EqualizeIntensityZEx, FastDenoising, GeneralConvolution, GolayFilterGa3, Homogenization, LowPassFilterFFT, Median, MexicanHatGa3, NDAverage, ProcessChannel, ProcessChannelGa3, ReduceLowResData, Relief, RGBTransformation, RollingBallCorrection, SetPreprocessOnRGB, Sharpen, SharpenSlightly, Smooth, SubtractAvgTime, SubtractAvgZ, SubtractMaxIntensityTime, SubtractMaxIntensityZ, SubtractMinIntensityTime, SubtractMinIntensityZ, SubtractSubsequentFramesTime, SubtractSubsequentFramesZ, TogglePreprocessOnRGB
Description
AdvancedDenoising( intDenoisePBRectTop
, intDenoisePBRectBottom
, intDenoisePBRectLeft
, intDenoisePBRectRight
, doubleDenoisePB1Power
, doubleDenoisePB2Power
, doubleDenoisePB3Power
, doubleDenoisePB4Power
, doubleDenoisePB5Power
, doubleDenoisePB6Power
, doubleDenoisePB7Power
, doubleDenoisePB8Power
, intDenoiseGUIUseGPU
, intDenoiseType
, intNDDimension
);
This function performs advanced noise reduction in the image. Denoising power for each channel can be set.
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
AdvancedDenoisingSimpleEx( intDenoisePBRectTop
, intDenoisePBRectBottom
, intDenoisePBRectLeft
, intDenoisePBRectRight
, doubleDenoisePB1Power
, char *DenoiseComponentMask
, intNDDimension
, int64DenoiseProgressCallback
);
Performs advanced denoising using an old algorithm.
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
AXShadingCorrectionGa3( intiStrength
, intNDDimension
);
This General Analysis 3 function runs the AX Shading Correction using the specified parameters.
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
BackgroundSubtraction( doubleBGSubtractDegree
, intBGSubtractInvert
, intBGSubtractRGB
, intBGSubtractAutocontrast
, intNDDimension
);
This function subtracts background from an image. An interactive equivalent is the _BackgroundSubtraction function.
Parameters
BGSubtractDegree
Degree of background inhomogeneity. This means the maximal change of brightness per one pixel. Value range from 0.1 to 5. Use negative values to perform auto contrast on the output image.
BGSubtractRGB
Selects whether to perform the processing on the intensity component or on color channels.
BGSubtractAutocontrast
Usage of some kernels may result in pixel values which are impossible to display within the image (negative values, high values). Such values would be clipped to fit the acceptable range (0-255 for 8-bit images), and you could loose certain amount of image information because such pixels would turn black/white. However, you can prevent this image distortion by using this option. It maps all the computed values to the acceptable range so it can be displayed correctly.
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
_BackgroundSubtraction
Interactive command to this function: Image > Adjust Image > Change Hue
Description
ChangeHue( intHue
, intNDDimension
);
This function transforms the color image by a hue shift.
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. Note, for instance, that positive hue shift turn blue color towards red.
See Also
_ChangeHue, _ChangeHue
Description
ContrastGa3( intiType
, doubledLow
, doubledHigh
, double dGamma
, intNDDimension
);
This General Analysis 3 function performs contrast processing.
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
Correlation(
char *DocumentName
);
This function is for internal purposes only.
Description
CorrelationND( char *DocumentName
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function is for internal purposes only.
Parameters
Interactive command to this function: Image > Delineate
Description
Delineate( intGradient
, intSmooth
, intThreshold
, intOnIntensity
, intNDDimension
);
This function removes small objects from an image. The operation is performed on image intensity values except for multichannel images. For multichannel images, it is performed on every selected component. An interactive equivalent is the _Delineate 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
On the resulting image edges are enhanced and smooth areas are more homogeneous.
See Also
_Delineate, _Delineate
Description
DenoiseAnisotrophic( intDenoiseEdge
, intDenoiseLOD
, intDenoiseStrength
, intNDDimension
);
This function performs image denoising.
Parameters
DenoiseStrength
Set the strength of the denoising. The higher the value, the stronger the resulting image will be affected. Insert the values from 1 to 10.
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
DestripeGa3( intiStrength
, intNDDimension
);
Removes stripes created by the VisiTech iSIM device.
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
DetectPeaksGa3( intiCount
, intiMatrix
, intNDDimension
);
Enhances small light objects.
Parameters
iMatrix
Type of the structuring element used for the processing with the center in the enhanced pixel.
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
DetectValleysGa3( intiCount
, intiMatrix
, intNDDimension
);
Detects edges by morphological transformations on color images.
Parameters
iMatrix
Type of the structuring element used for the processing with the center in the enhanced pixel.
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
DilateColorGa3( intiCount
, intiMatrix
, intNDDimension
);
Performs morphological dilation on the color image. Dilation of color images changes their intensity. Light areas grow and small dark objects and structures disappear. Hue and saturation are not affected.
Parameters
iMatrix
Type of the structuring element used for the processing with the center in the enhanced pixel.
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 > Detect > Detect Edges
Description
EdgesDetect(
int NDDimension
);
Enhances edges on intensity component of a color image except for multichannel images. For multichannel images, it is performed on every selected component. The operation is performed on image intensity values.
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
Transformation affects the intensity component of the color image. The hue and saturation are not affected. Sobel algorithm is used.
See Also
Description
EdgesDetectGa3(
int NDDimension
);
This function enhances edges in the 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
EdgesDetect
Description
EqualizeIntensity( intEqualizeIsTime
, intEqualizeLeft
, intEqualizeTop
, intEqualizeRight
, intEqualizeBottom
, doubleEqualizeQuantile
, intEqualizeMethodBottom
, intEqualizeMethodTop
, intEqualizeIsFluorescense
);
The function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates autocontrast values common for the whole time, Z stack, or multipoint sequence and then process all frames of the ND document.
Parameters
Description
EqualizeIntensityTime();
The function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates autocontrast values common for the whole time sequence and then process all frames of the ND document.
Note
Function is suitable for enhancing visibility of a whole Time sequence at a given position in an experiment. If an acquisition includes more locations (XY position, Z stacks), each time sequence at a given location will have got full dynamic range after processing, but intensity changes during a time.
See Also
EqualizeIntensityZ
Description
EqualizeIntensityTimeEx();
The function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates autocontrast values common for the whole time sequence and then process all frames of the ND document. The dialog which appears corresponds to the _EqualizeIntensityTime window.
See Also
_EqualizeIntensityTime
Description
EqualizeIntensityXY();
The function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates auto-contrast values common for all XY points and then process all frames of the ND multipoint document.
Note
Function is suitable for enhancing visibility of all multipoints with regard to changing intensity during each multipoint acquisition. If the ND document contains more XY points and global intensity is changing during a time, each XY point will have got full dynamic range after processing, but intensity changes persist inside each multipoint.
Description
EqualizeIntensityXYEx();
The function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates auto-contrast values common for all XY points and then process all frames of the ND multipoint document. The dialog that appears corresponds to the _EqualizeIntensityXY window.
See Also
_EqualizeIntensityXY
Description
EqualizeIntensityZ();
The function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates auto-contrast values common for the whole Z sequence and then process all frames of the ND document.
Note
Function is suitable for enhancing visibility of whole Z stacks with regard to changing intensity during each Z Stack acquisition. If the ND document contains more Z stacks and global intensity is changing during a time, each Z stack will have got full dynamic range after processing, but intensity changes persist inside each Z stack.
See Also
EqualizeIntensityTime
Description
EqualizeIntensityZEx();
This function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates auto-contrast values common for the whole Z sequence and then process all frames of the ND document. The dialog that appears corresponds to the _EqualizeIntensityZ window.
See Also
_EqualizeIntensityZ
Description
FastDenoising( intNDDimension
, intDenoiseIsConf
, intDenoisePB1Power
, intDenoisePB2Power
, intDenoisePB3Power
, intDenoisePB4Power
, intDenoisePB5Power
, intDenoisePB6Power
, intDenoisePB7Power
, intDenoisePB8Power
);
This function reduces noise in the 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
GeneralConvolution( char *Name
, intSize
, intAutoContrast
, intIntensity
, intConvertToFloat
, intNDDimension
);
Applies the selected convolution kernel to the current image.
Parameters
AutoContrast
Usage of some kernels may result in pixel values which it is impossible to display within the image (negative values, high values). Such values would be clipped to fit the acceptable range (0-255 for 8bit images), and you could loose certain amount of image information because such pixels would turn black/white. However, you can prevent this image distortion by using this option. It maps all the computed values to the acceptable range so it can be displayed correctly.
Intensity
You can decide whether to perform the convolution channel by channel, or on the intensity only.
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
GolayFilterGa3( intiCount
, intiType
, intNDDimension
);
Smooths and detects edges 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).
See Also
Description
Homogenization( intHomogenizationDegree
, intNDDimension
);
Homogenization enhances details of the image.
Parameters
HomogenizationDegree
Results of homogenization witch different degrees vary, but it is important that you try out several values and decide which one is the best for your purposes.
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
LowPassFilterFFT( intLowPassFFTLOD
, intNDDimension
);
This function suppresses sharp edges in the image (makes the image blurry).
Parameters
LowPassFFTLOD
Size of details to keep in the image (larger details will not be affected by the transformation).
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 > Median Filter
Description
Median( intSize
, intOnIntensity
, intNDDimension
);
The Median function filters small irregularities in color or gray images. Size parameter represents the kernel size.
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).
See Also
Smooth
Description
MexicanHatGa3( doubledSigma
, intNDDimension
);
Performs filtration on intensity component (or on every selected component - when working with multichannel images) of an image using convolution with 5x5 kernel. Mexican Hat kernel is defined as a combination of Laplacian kernel and Gaussian kernel, it marks edges and also reduce some noise.
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
NDAverage( intAverageType
, intLoopIndex
, intFrames
);
This function performs averaging on ND frames. It is the low level function that is called by the ND Image Average command.
Parameters
See Also
_NDAverage
Description
ProcessChannel(
char *ProcessingChannelName
);
Processes the specified channel.
Description
ProcessChannelGa3(
char *ProcessingChannelName
);
This General Analysis 3 function processes the specified channel.
Interactive command to this function: Image > Adjust Image > RGB Transformation
Description
RGBTransformation( intOperType
, intRed
, intGreen
, intBlue
, intNDDimension
);
This function performs the specified RGB operation on the color or gray 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
For multiplication and division the values are considered to be in %.
See Also
_RGBTransformation, IntensityTransformation, _IntensityTransformation, _RGBTransformation
Description
ReduceLowResData( intLODDegree
, intNDDimension
);
Enhances details of the image by creating a plastic like imprint.
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 > Relief
Description
Relief( intHorizontal
, intVertical
, intGrayOutput
, intOnIntensity
, intNDDimension
);
The Relief function makes pseudo 3-D image. The function calculates relief on intensity component of the image except for multichannel images where it is performed on every selected component. An interactive equivalent is _Relief 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
The difference of original and shifted images results in a pseudo 3-D image.
Description
RollingBallCorrection( intCorrectionBallRadius
, intCorrectionDirection
, intNDDimension
);
Opens the Shading Rolling Ball Correction dialog window.
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
SetPreprocessOnRGB(
int SetPreprocessToRGB
);
This function enables RGB preprocessing.
Parameters
See Also
TogglePreprocessOnRGB
Interactive command to this function: Image > Sharpen
Description
Sharpen(
int NDDimension
);
The Sharpen function sharpens color or gray images using four neighbors pixels. The operation is performed on image Intensity values except for multichannel images. For multichannel images, it is performed on every selected component.
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
SharpenSlightly, Smooth
Interactive command to this function: Image > Sharpen Slightly
Description
SharpenSlightly(
int NDDimension
);
The SharpenSlightly function sharpens an image. The operation is performed on image Intensity values except for multichannel images. For multichannel images, it is performed on every selected component.
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 > Smooth
Description
Smooth( intCount
, intMatrixType
, intOnIntensity
, intNDDimension
);
The Smooth function performs smoothing of color or gray images. An interactive equivalent is _Smooth function.
Parameters
MatrixType
Type of the structuring element used for the processing with the center in the enhanced pixel.
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
Smoothing is performed on the intensity component of an image except for multichannel images. The intensity of every pixel in the target image is the mean value of the neighboring pixels intensities from original image. Hue and saturation components of color images keep their original values. For multichannel images, smoothing is always performed on every selected component.
See Also
_Smooth, OpenColor, _OpenColor, CloseColor, _CloseColor, _Smooth
Description
SubtractAvgTime();
Calculates an average from the whole time sequence and subtracts it from each frame.
Description
SubtractAvgZ();
Calculates an average from the whole Z sequence and subtracts it from each Z plane.
Description
TogglePreprocessOnRGB();
This function calls the SetPreprocessOnRGB and switches its parameter (0 or 1).
See Also
SetPreprocessOnRGB
Description
_AdvancedDenoising();
This function opens the Advanced Image Denoising window which reduces noise in the image.
Description
_BackgroundSubtraction();
This function displays the Background Subtraction dialog window.
This function runs the Image > Adjust Image > Change Hue command.
Description
_ChangeHue();
The function displays the Change Hue dialog box.
See Also
ChangeHue
This function runs the Image > Delineate command.
Description
_Delineate();
The function displays the Delineate dialog box.
See Also
Delineate
Description
_Destripe();
For users of the VT-iSIM superresolution device. The device may produce stripe-like artifacts in the captured image. This function removes the stripes from the image.
This function runs the Image > Detect > Detect Edges command.
Description
_EdgesDetect();
This function opens the Edges Detect dialog window. Specify which frames are processed by the Edges Detect function. You can select the current frame, all frames or pick up a free selection.
Description
_EqualizeIntensityTime();
The function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates autocontrast values common for the whole time sequence and then process all frames of the ND document. A confirmation dialog about modification and loss the quantitative information appears.
See Also
EqualizeIntensityZ
Description
_EqualizeIntensityXY();
The function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates auto-contrast values common for all XY points and then process all frames of the ND multipoint document. A confirmation dialog about modification and loss the quantitative information appears.
Description
_EqualizeIntensityZ();
The function adjusts image data of an ND document in order to enhance dynamic range (contrast). It calculates auto-contrast values common for the whole Z sequence and then process all frames of the ND document. A confirmation dialog about modification and loss the quantitative information appears.
See Also
EqualizeIntensityTime
Description
_FastDenoising();
This function reduces noise in the image using the Image Denoising on RGB Image window.
Description
_GaussLaplaceSharpenGa3();
Opens the Gauss Laplace Sharpen dialog window.
See Also
Description
_Homogenization();
This function opens a window where it is possible to set Homogenization Degree of the image for the homogenization function.
See Also
Homogenization
Description
_LowPassFilterFFT();
This function opens a window where it is possible to set the Low pass filter settings function.
See Also
LowPassFilterFFT
This function runs the Image > Median Filter command.
Description
_Median();
This function filters small irregularities in images.
Description
_NDImagesArithmetics();
The function displays the ND Images Arithmetics dialog box.
Description
_PatchDenoising3D();
Displays the 3D denoising dialog window. The current document must be Time or Z sequence.
Description
_ReduceLowResData();
Opens a dialog window enhancing details of the image by creating a plastic like imprint.
This function runs the Image > Adjust Image > RGB Transformation command.
Description
_RGBTransformation();
This function displays the RGB Transformation dialog box.
See Also
RGBTransformation, IntensityTransformation, _IntensityTransformation
This function runs the Image > Relief command.
Description
_Relief();
This function displays the Relief on Color Image dialog box.
See Also
Relief
Description
_RollingBallCorrection();
Opens the Shading Rolling Ball Correction dialog window.
This function runs the Image > Sharpen command.
Description
_Sharpen();
This function opens the Sharpen dialog window. Specify which frames are processed by the Sharpen function. You can select the current frame, all frames or pick up a free selection.
This function runs the Image > Sharpen Slightly command.
Description
_SharpenSlightly();
This function opens the Sharpen Slightly dialog window. Specify which frames are processed by the Sharpen Slightly function. You can select the current frame, all frames or pick up a free selection.
This function runs the Image > Smooth command.
Description
_Smooth();
The function displays the Smooth Color Image dialog box.
See Also
Smooth