_AdvancedDenoising, _AXShadingCorrectionGa3, _BackgroundSubtraction, _CannyDetector, _ChangeHue, _ContrastGa3, _Delineate, _Destripe, _DestripeGa3, _DetectPeaksGa3, _DetectValleysGa3, _DilateColor, _DilateColorGa3, _DivideComponents, _EdgesDetect, _EdgesDetectGa3, _EqualizeIntensityTime, _EqualizeIntensityXY, _EqualizeIntensityZ, _ErodeColor, _ErodeColorGa3, _FastDenoising, _GaborResponse, _GaborResponseGa3, _GaussLaplaceSharpenGa3, _GeneralConvolution, _GolayFilter, _GolayFilterGa3, _Homogenization, _HorizontalEdges, _Laplace4, _Laplace4Ga3, _Laplace8, _Laplace8Ga3, _LocalContrastGa3, _LowPassFilterFFT, _LowPassFilterFFTGa3, _Median, _MedianGa3, _MexicanHat, _MexicanHatGa3, _MixComponents, _ND_AutoShadingCorrectionGa3, _ND_ConvertExperiment, _NDAverage, _NDImagesArithmetics, _PatchDenoising3D, _ReduceLowResData, _RegionalMaxima, _RegionalMaximaGa3, _RegionalMinima, _RegionalMinimaGa3, _RegistrationWizard, _Relief, _RGBTransformation, _RollingBallCorrection, _RollingBallCorrectionGa3, _ShadingCorrection, _ShadingCorrectionGa3, _ShadingCorrectionUnderROI, _Sharpen, _SharpenGa3, _SharpenMore, _SharpenMoreGa3, _SharpenSlightly, _SharpenSlightlyGa3, _Smooth, _SmoothGa3, _SubtractBackgroundUsingConstantGa3, _SubtractWhite, _UnsharpMaskGa3, _VerticalEdges, AdvancedDenoising, AdvancedDenoisingSimple, AdvancedDenoisingSimpleEx, AXShadingCorrectionGa3, BackgroundSubtraction, CannyDetector, ChangeHue, ContrastGa3, Correlation, CorrelationND, Delineate, DenoiseAnisotrophic, DestripeGa3, DetectPeaksGa3, DetectValleysGa3, DifSubsequentFramesTime, DifSubsequentFramesZ, DilateColor, DilateColorGa3, DivideComponents, EdgesDetect, EdgesDetectGa3, EqualizeIntensity, EqualizeIntensityTime, EqualizeIntensityTimeEx, EqualizeIntensityXY, EqualizeIntensityXYEx, EqualizeIntensityZ, EqualizeIntensityZEx, ErodeColor, ErodeColorGa3, FastDenoising, GaborResponse, GaborResponseGa3, GaussLaplaceSharpenGa3, GeneralConvolution, GolayFilter, GolayFilterGa3, Homogenization, HorizontalEdges, Laplace4, Laplace4Ga3, Laplace8, Laplace8Ga3, LocalContrastGa3, LowPassFilterFFT, LowPassFilterFFTGa3, Median, MedianGa3, MergeOpenedDocuments, MexicanHat, MexicanHatEx, MexicanHatGa3, MixComponents, ND_AutoShadingCorrectionGa3, NDAverage, ProcessChannel, ProcessChannelGa3, ReduceLowResData, RegionalMaxima, RegionalMaximaGa3, RegionalMinima, RegionalMinimaGa3, Relief, RGBTransformation, RollingBallCorrection, RollingBallCorrectionGa3, SetPreprocessOnRGB, ShadingCorrection, ShadingCorrectionGa3, ShadingCorrectionUnderROI, Sharpen, SharpenGa3, SharpenMore, SharpenMoreGa3, SharpenSlightly, SharpenSlightlyGa3, Smooth, SmoothGa3, SubtractAvgTime, SubtractAvgZ, SubtractBackgroundUsingConstantGa3, SubtractMaxIntensityTime, SubtractMaxIntensityZ, SubtractMinIntensityTime, SubtractMinIntensityZ, SubtractSubsequentFramesTime, SubtractSubsequentFramesZ, SubtractWhite, SubtractWhiteND, TogglePreprocessOnRGB, UnsharpMaskGa3, VerticalEdges
Interactive command to this function: Image > Advanced Denoising
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
AdvancedDenoisingSimple( intDenoisePBRectTop
, intDenoisePBRectBottom
, intDenoisePBRectLeft
, intDenoisePBRectRight
, intDenoisePB1Power
, char *DenoiseComponentMask
, intNDDimension
);
This function performs advanced noise reduction in the image. Power is common for all channels.
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).
Interactive command to this function: Image > Background > AX Shading Correction
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 > Detect > Canny Edge Detection
Description
CannyDetector( intCannyDetectorLODFrom
, intCannyDetectorLODTo
, intCannyDetectorThresLow
, intCannyDetectorThresHigh
, intNDDimension
);
Applies the Canny Detection.
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 > 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 > More Convolutions > 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).
This function runs the Image > ND Processing > Difference of Subsequent Frames in Time command.
Description
DifSubsequentFramesTime();
See Also
DifSubsequentFramesZ
This function runs the Image > ND Processing > Difference of Subsequent Frames in Z command.
Description
DifSubsequentFramesZ();
See Also
DifSubsequentFramesTime
Interactive command to this function: Image > Morphology > Dilate
Description
DilateColor( intCount
, intMatrixType
, intOnIntensity
, intNDDimension
);
This function performs morphologic dilation on intensity component of a color image except for multichannel images where it is performed on every selected component. An interactive equivalent is the _DilateColor 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
Dilation of color images changes their intensity. Light areas grow and small dark objects and structures disappear. Hue and saturation are not affected.
See Also
_DilateColor, LinDilateColor, _LinDilateColor, ErodeColor, _ErodeColor, LinErodeColor, _LinErodeColor, OpenColor, _OpenColor, LinOpenColor, _LinOpenColor, CloseColor, _CloseColor, LinCloseColor, _LinCloseColor, _DilateColor
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 > Adjust Image > Divide Components
Description
DivideComponents( intComp1
, intComp2
, doubleMult
, doubleDivOffset
, intFloatOutput
, intNDDimension
);
Enables you to divide components of an image. An interactive equivalent is the _DivideComponents function.
Parameters
Comp1
Component of the current color image. For RGB images use 2 for red 1 for green and 0 for blue.
Comp2
Component of the current color image. For RGB images use 2 for red 1 for green and 0 for blue.
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 function calculates the fraction of two selected image components, multiplies and adds offset to the result.
See Also
_DivideComponents, _DivideComponents
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
VerticalEdges, HorizontalEdges
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
Interactive command to this function: Image > ND Processing > Equalize Intensity in Time
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
Interactive command to this function: Image > ND Processing > Equalize Intensity in XY
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
Interactive command to this function: Image > ND Processing > Equalize Intensity in Z
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
Interactive command to this function: Image > Morphology > Erode
Description
ErodeColor( intCount
, intMatrixType
, intOnIntensity
, intNDDimension
);
This function performs morphologic erosion on intensity component of a color image except for multichannel images where it is performed on every selected component. An interactive equivalent is the _ErodeColor 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
Erosion affects the intensity of color image. Hue and saturation are not affected. Dark areas grow whereas light areas shrink.
See Also
_ErodeColor, LinErodeColor, _LinErodeColor, DilateColor, _DilateColor, LinDilateColor, _LinDilateColor, OpenColor, _OpenColor, LinOpenColor, _LinOpenColor, CloseColor, _CloseColor, LinCloseColor, _LinCloseColor, _ErodeColor
Description
ErodeColorGa3( intiCount
, intiMatrix
, intNDDimension
);
Performs morphologic erosion on intensity component of a color image except for multichannel images where it is performed on every selected component.
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
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).
Interactive command to this function: Image > Detect > Gabor Edge Detection
Description
GaborResponse( intGaborResponseDirectio
, intGaborResponseFilter
, intGaborResponseValue
, doubleGaborResponseAmplitude
, intNDDimension
);
This function performs the Gabor Edge Detection. Gabor Edge Detection method represents a linear filter useful for visualizing specific features of an 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
GaborResponseGa3( intiOrientation
, intiAmplitude
, intiFilter
, intiValue
, intNDDimension
);
This function performs the Gabor Edge Detection. Gabor Edge Detection method represents a linear filter useful for visualizing specific features of an 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
GaussLaplaceSharpenGa3( doubledPower
, intNDDimension
);
Increases sharpness of the image. However, the scale in which the sharpening is performed is bigger than standard - i.e. large objects are affected, not tiny details.
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 > More Convolutions > General Convolution
Description
GeneralConvolution( char *Name
, intSize
, intAutoContrast
, intIntensity
, intConvertToFloat
, intNDDimension
);
Applies the selected convolution kernel to the current image.
Parameters
Name
Name of the kernel as it is displayed in the Image > More Convolutions > General Convolution dialog.
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).
Interactive command to this function: Image > More Convolutions > 7. Golay Filter
Description
GolayFilter( intSize
, intFilterType
, intOnIntensity
, intNDDimension
);
This function smooths an image using polynomial fitting. Smoothing is performed on intensity component of the image except for multichannel images where it is performed on every selected component. An interactive equivalent is the _GolayFilter function.
Parameters
Size
Size of neighborhood, where polynomial fitting is performed. Values are ranging from 5 to 21 for smoothing and from 3 to 21 for the other types of filtering.
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
Golay filter function uses polynomial (second order) fitting of the image data for smoothing image. Fitting is performed in the neighborhood defined by Size parameter. The Vertical Edges detection is derived from the 1st derivation of image data in the X direction. The same is true for Horizontal Edges detection (Y direction). General edge detection is calculated as the sum of the absolute values of the 1st derivations in X and Y directions. Edge detection includes dynamics corrections. Algorithm exactly calculates edge values.
See Also
_GolayFilter, Smooth, _Smooth
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
GolayFilter
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).
Interactive command to this function: Image > More Convolutions > 4. Horizontal Edges
Description
HorizontalEdges(
int NDDimension
);
The HorizontalEdges function performs horizontal edge detection. The operation is performed on image intensity values except for multichannel images where 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
VerticalEdges, EdgesDetect
Interactive command to this function: Image > More Convolutions > 1. Laplace 4 Neighbors
Description
Laplace4(
int NDDimension
);
The Laplace4 function performs edge detection by the Laplace4 detector. The detection is performed on intensity component of the image 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
Laplace8
Description
Laplace4Ga3( intiType
, intNDDimension
);
Performs edge detection by the Laplace4 detector. The detection is performed on intensity component of the image 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
Laplace4
Interactive command to this function: Image > More Convolutions > 2. Laplace 8 Neighbors
Description
Laplace8(
int NDDimension
);
The Laplace8 function performs edge detection by the Laplace8 detector. The detection is performed on intensity component of the image 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
Laplace4
Description
Laplace8Ga3( intiType
, intNDDimension
);
Performs edge detection by the Laplace8 detector. The detection is performed on intensity component of the image 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
Laplace8
Description
LocalContrastGa3( doubledRadius
, doubledDegree
, intNDDimension
);
Applies the local contrast settings with 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).
Interactive command to this function: Image > Low-Pass Filter
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).
Description
LowPassFilterFFTGa3( intiCount
, intNDDimension
);
Suppresses sharp edges in the image (makes the image blurry).
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 > 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, GolayFilter
Description
MedianGa3( intiRadius
, intNDDimension
);
Filters small irregularities in color or grayscale images.
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
MergeOpenedDocuments(
char *Filename
);
This function merges all opened documents into one ND2 document and arranges the frame succession according to the meta-information included.
Interactive command to this function: Image > More Convolutions > 6. Mexican Hat
Description
MexicanHat(
int NDDimension
);
The MexicanHat function performs filtration on intensity component of an image using convolution with 5x5 kernel. The operation is performed on image Intensity values except for multichannel images where it is performed on every selected component. 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).
/* Mexican Hat transformation is convolution with the following 5x5 kernel: -2 -1 -1 -1 -2 ; -1 2 2 2 -1 ; -1 2 5 2 -1; -1 2 2 2 -1; -2 -1 -1 -1 -2; */
See Also
MexicanHatEx, GeneralConvolution
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
MexicanHatEx(
int NDDimension
);
This function is a fine clone of the MexicanHat function. The two functions use a different auto contrast 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).
See Also
MexicanHat, GeneralConvolution
Interactive command to this function: Image > Adjust Image > Mix Components
Description
MixComponents( intMixMode
, intMixSaturation
, intMixR1
, intMixG1
, intMixB1
, intMixR2
, intMixG2
, intMixB2
, intMixR3
, intMixG3
, intMixB3
, intNDDimension
);
Processes the current color image. In HSI mode the function changes saturation of the image, in RGB mode it is possible to mix red, green and blue components.
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
_MixComponents, _MixComponents
Description
ND_AutoShadingCorrectionGa3( intiType
, intNDDimension
);
Performs autoshading correction on the connected 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
_ND_AutoShadingCorrectionGa3
Interactive command to this function: Image > ND Processing > ND Image Average
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
Interactive command to this function: Image > Homogenization
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 > Detect > Regional Maxima
Description
RegionalMaxima( intCount
, intMatrixType
, intConvertToGray
, intAutoContrast
, intOnIntensity
, intNDDimension
);
The RegionalMaxima function detects regional maxima on image intensity component except for multichannel images. For multichannel images, it is performed on every selected component. It is a “subset” of top hat transformation. An interactive equivalent is _RegionalMaxima function.
Parameters
MatrixType
Type of the structuring element used for the processing with the center in the enhanced pixel.
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.
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
This function uses geodesic reconstruction algorithm for detecting local (== regional) maxima. If Count < 0, auto contrast on the result image is performed. If MatrixType < 0, the result image is converted to the gray image.
See Also
_RegionalMaxima, RegionalMinima, _RegionalMinima, _RegionalMaxima
Description
RegionalMaximaGa3( intiCount
, intiMatrix
, intNDDimension
);
Detects regional maxima. It is a subset of top hat transformations.
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).
See Also
RegionalMaxima
Interactive command to this function: Image > Detect > Regional Minima
Description
RegionalMinima( intCount
, intMatrixType
, intConvertToGray
, intAutoContrast
, intOnIntensity
, intNDDimension
);
The RegionalMinima function detects regional minima on image intensity component except for multichannel images. For multichannel images, it is performed on every selected component. It is a “subset” of top hat transformation. An interactive equivalent is _RegionalMinima function.
Parameters
MatrixType
Type of the structuring element used for the processing with the center in the enhanced pixel.
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.
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
This function uses geodesic reconstruction algorithm for detecting local (== regional) minima. If Count < 0, auto contrast on the result image is performed. If MatrixType < 0, the result image is converted to the gray image.
See Also
_RegionalMinima, RegionalMaxima
Description
RegionalMinimaGa3( intCount
, intiMatrix
, intNDDimension
);
This function detects the regional minima. It is a subset of top hat transformations.
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).
See Also
RegionalMinima
Interactive command to this function: Image > More Convolutions > 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.
Interactive command to this function: Image > Background > Rolling Ball Correction
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
RollingBallCorrectionGa3( doubledRadius
, intiSignal
, intNDDimension
);
Opens the 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 > Background > Shading Correction
Description
ShadingCorrection( intCorrectionSmoothness
, intCorrectionDirection
, intNDDimension
);
This function defines parameters of the shading correction.
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
ShadingCorrectionGa3( intiType
, intiPower
, intiIntensity
, intNDDimension
);
Performs the shading correction.
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 > Background > Shading Correction under ROI
Description
ShadingCorrectionUnderROI( intCorrectionDirection
, intNDDimension
);
Executes the Shading Correction inside a ROI.
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 > Sharpen > 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, SharpenMore, Smooth
Description
SharpenGa3(
int NDDimension
);
This function sharpens the currently opened image using the Sharpen action from General Analysis 3.
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 > More Convolutions > 3. Sharpen More
Description
SharpenMore(
int NDDimension
);
The SharpenMore function sharpens color or gray images using eight 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, Sharpen, Smooth
Description
SharpenMoreGa3( intiType
, intNDDimension
);
Sharpens color or grayscale images using eight 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
SharpenMore
Interactive command to this function: Image > Sharpen > 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).
See Also
Sharpen, SharpenMore, Smooth
Description
SharpenSlightlyGa3(
int NDDimension
);
Slightly sharpens 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).
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, GolayFilter, _GolayFilter, OpenColor, _OpenColor, CloseColor, _CloseColor, _Smooth
Description
SmoothGa3( intiCount
, intiMatrix
, intNDDimension
);
Performs smooth on the connected color or grayscale image.
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).
This function runs the Image > ND Processing > Subtract Average in Time command.
Description
SubtractAvgTime();
Calculates an average from the whole time sequence and subtracts it from each frame.
This function runs the Image > ND Processing > Subtract Average in Z command.
Description
SubtractAvgZ();
Calculates an average from the whole Z sequence and subtracts it from each Z plane.
Description
SubtractBackgroundUsingConstantGa3( intiConstant
, intNDDimension
);
Subtracts a value from the connected result.
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).
This function runs the Image > ND Processing > Subtract from Maximum Intensity Projection in Time command.
Description
SubtractMaxIntensityTime();
See Also
SubtractMaxIntensityZ
This function runs the Image > ND Processing > Subtract from Maximum Intensity Projection in Z command.
Description
SubtractMaxIntensityZ();
See Also
SubtractMaxIntensityTime
This function runs the Image > ND Processing > Subtract Minimum Intensity Projection in Time command.
Description
SubtractMinIntensityTime();
See Also
SubtractMinIntensityZ
This function runs the Image > ND Processing > Subtract Minimum Intensity Projection in Z command.
Description
SubtractMinIntensityZ();
See Also
SubtractMinIntensityTime
This function runs the Image > ND Processing > Subtract Subsequent Frames in Time command.
Description
SubtractSubsequentFramesTime();
This function runs the Image > ND Processing > Subtract Subsequent Frames in Z command.
Description
SubtractSubsequentFramesZ();
Interactive command to this function: Image > Adjust Image > Subtract White
Description
SubtractWhite(
int NDDimension
);
This function subtracts white proportion of intensity from 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
SubtractWhiteND, _SubtractWhite, _SubtractWhite
Description
SubtractWhiteND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function subtracts white proportion of intensity from image.
Parameters
See Also
SubtractWhite, _SubtractWhite, _SubtractWhite
Description
TogglePreprocessOnRGB();
This function calls the SetPreprocessOnRGB and switches its parameter (0 or 1).
See Also
SetPreprocessOnRGB
Description
UnsharpMaskGa3( doubledPower
, intiArea
, intNDDimension
);
Sharpens the image using the unsharp masking technique.
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 > More Convolutions > 5. Vertical Edges
Description
VerticalEdges(
int NDDimension
);
The VerticalEdges function performs vertical edge detection. The operation is performed on image intensity values except for multichannel images where 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
HorizontalEdges, EdgesDetect
This function runs the Image > Advanced Denoising command.
Description
_AdvancedDenoising();
This function opens the Advanced Image Denoising window which reduces noise in the image.
This function runs the Image > Background > AX Shading Correction command.
Description
_AXShadingCorrectionGa3();
This function opens the AX Shading Correction dialog window.
Description
_BackgroundSubtraction();
This function displays the Background Subtraction dialog window.
This function runs the Image > Detect > Canny Edge Detection command.
Description
_CannyDetector();
Opens the Canny Detection dialog window which is used to detect edges of objects based on the Rolling Ball Radius value and Light/Dark signal.
Description
_ContrastGa3();
This function opens the Contrast dialog window. Click on the help button inside the dialog for more information.
See Also
ContrastGa3
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 > More Convolutions > Delineate command.
Description
_Delineate();
The function displays the Delineate dialog box.
See Also
Delineate
This function runs the Image > Destripe command.
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.
Description
_DetectPeaksGa3();
Opens the Detect Peaks dialog window.
See Also
DetectPeaksGa3
Description
_DetectValleysGa3();
Opens the Detect Valleys dialog window.
See Also
DetectValleysGa3
This function runs the Image > Morphology > Dilate command.
Description
_DilateColor();
The function displays the Dilate on Color Image dialog box.
Description
_DilateColorGa3();
Opens the Dilate Color dialog window.
See Also
DilateColorGa3
This function runs the Image > Adjust Image > Divide Components command.
Description
_DivideComponents();
The function displays the Divide RGB Components dialog box for RGB images and Divide Multi Channel Image Components dialog box for multichannel images.
See Also
DivideComponents
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
_EdgesDetectGa3();
Opens the Edges Detect dialog window.
See Also
EdgesDetectGa3
This function runs the Image > ND Processing > Equalize Intensity in Time command.
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
This function runs the Image > ND Processing > Equalize Intensity in XY command.
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.
This function runs the Image > ND Processing > Equalize Intensity in Z command.
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
This function runs the Image > Morphology > Erode command.
Description
_ErodeColor();
The function displays the Erode on Color Image dialog box.
Description
_ErodeColorGa3();
Shows the Erode Color dialog window.
See Also
ErodeColorGa3
Description
_FastDenoising();
This function reduces noise in the image using the Image Denoising on RGB Image window.
This function runs the Image > Detect > Gabor Edge Detection command.
Description
_GaborResponse();
Opens the Gabor Edge Detection dialog window.
See Also
Description
_GaussLaplaceSharpenGa3();
Opens the Gauss Laplace Sharpen dialog window.
See Also
GaussLaplaceSharpenGa3
This function runs the Image > More Convolutions > General Convolution command.
Description
_GeneralConvolution();
This function runs the Image > More Convolutions > 7. Golay Filter command.
Description
_GolayFilter();
The function displays the Golay Filter dialog box.
Description
_GolayFilterGa3();
Opens the Golay Filter dialog window.
See Also
GolayFilterGa3
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
This function runs the Image > More Convolutions > 4. Horizontal Edges command.
Description
_HorizontalEdges();
This function performs horizontal edge detection.
This function runs the Image > More Convolutions > 1. Laplace 4 Neighbors command.
Description
_Laplace4();
This function performs edge detection by Laplace4 detector.
This function runs the Image > More Convolutions > 2. Laplace 8 Neighbors command.
Description
_Laplace8();
This function performs edge detection by Laplace8 detector.
This function runs the Image > Low-Pass Filter command.
Description
_LowPassFilterFFT();
This function opens a window where it is possible to set the Low pass filter settings function.
See Also
LowPassFilterFFT
Description
_LowPassFilterFFTGa3();
Opens the LowPassFilterFFT dialog window.
See Also
LowPassFilterFFTGa3
This function runs the Image > Median Filter command.
Description
_Median();
This function filters small irregularities in images.
This function runs the Image > More Convolutions > 6. Mexican Hat command.
Description
_MexicanHat();
This function performs filtration on intensity component (or every selected component - when working with multi-channel documents) of an image using convolution with 5x5 kernel. It marks edges and also reduce some noise.
Description
_MexicanHatGa3();
Opens the Mexican Hat dialog window.
See Also
MexicanHatGa3
This function runs the Image > Adjust Image > Mix Components command.
Description
_MixComponents();
The function displays the Mix Components dialog box.
See Also
MixComponents
Description
_ND_AutoShadingCorrectionGa3();
Opens the ND_AutoShadingCorrection dialog window.
See Also
ND_AutoShadingCorrectionGa3
This function runs the Image > ND Processing > ND Image Average command.
Description
_NDAverage();
This command displays the ND Image Average dialog window.
Description
_ND_ConvertExperiment();
Opens the Convert Experiment dialog window enabling to convert between different ND dimensions (e.g. to create a timelapse from a Z-Stack sequence).
This function runs the Image > ND Processing > ND Images Arithmetics command.
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.
This function runs the Image > Homogenization command.
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 > Detect > Regional Maxima command.
Description
_RegionalMaxima();
Description
_RegionalMaximaGa3();
Opens the Regional Maxima dialog window.
See Also
RegionalMaximaGa3
This function runs the Image > Detect > Regional Minima command.
Description
_RegionalMinima();
This function displays the Regional Minima on Color Image dialog box.
See Also
RegionalMinima, RegionalMaxima, _RegionalMaxima
Description
_RegionalMinimaGa3();
Opens the Regional Minima dialog window.
See Also
RegionalMinimaGa3
This function runs the Image > Channel Alignment and Registration > Multimodal Image Registration command.
Description
_RegistrationWizard();
Opens the Registration Wizard dialog window which can be used to manually align two images and find a perfect match.
This function runs the Image > More Convolutions > Relief command.
Description
_Relief();
This function displays the Relief on Color Image dialog box.
See Also
Relief
This function runs the Image > Background > Rolling Ball Correction command.
Description
_RollingBallCorrection();
Opens the Shading Rolling Ball Correction dialog window.
This function runs the Image > Background > Rolling Ball Correction command.
Description
_RollingBallCorrectionGa3();
Opens the Rolling Ball Correction dialog window.
See Also
RollingBallCorrection
This function runs the Image > Background > Shading Correction command.
Description
_ShadingCorrection();
This function opens the Shading Correction dialog window which defines parameters of the shading correction.
Description
_ShadingCorrectionGa3();
Opens the Shading Correction dialog window.
See Also
ShadingCorrectionGa3
This function runs the Image > Background > Shading Correction under ROI command.
Description
_ShadingCorrectionUnderROI();
Opens the Shading Correction dialog window used for applying the shading correction inside a ROI. Select the modality of your sample (Brightfield/Fluorescence) and apply the shading correction to the selected dimension.
This function runs the Image > Sharpen > 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.
Description
_SharpenGa3();
This function opens the Sharpen dialog window. Click on the help button inside the dialog for more information.
This function runs the Image > More Convolutions > 3. Sharpen More command.
Description
_SharpenMore();
This function sharpens the image.
Description
_SharpenMoreGa3();
Opens the Sharpen More dialog window.
See Also
SharpenMoreGa3
This function runs the Image > Sharpen > 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.
Description
_SharpenSlightlyGa3();
Opens the Sharpen Slightly dialog window.
See Also
SharpenSlightlyGa3
This function runs the Image > Smooth command.
Description
_Smooth();
The function displays the Smooth Color Image dialog box.
See Also
Smooth
Description
_SubtractBackgroundUsingConstantGa3();
Opens the Subtract Background Using Constant dialog window.
See Also
SubtractBackgroundUsingConstantGa3
This function runs the Image > Adjust Image > Subtract White command.
Description
_SubtractWhite();
This function equals the SubtractWhite 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
SubtractWhite, SubtractWhiteND
Description
_UnsharpMaskGa3();
Opens the Unsharp Mask dialog window.
See Also
UnsharpMaskGa3
This function runs the Image > More Convolutions > 5. Vertical Edges command.
Description
_VerticalEdges();
This function performs vertical edge detection.