_ChangeProcessParameters, _CloseColor, _CloseColorGa3, _DetectDICObjects, _DetectDICObjectsGa3, _DetectPeaks, _DetectValleys, _MorphoGradientEx, _MorphoGradientExGa3, _OpenColor, _OpenColorGa3, CloseColor, CloseColorGa3, DetectDICObjects, DetectDICObjectsGa3, DetectPeaks, DetectValleys, MorphoGradientEx, MorphoGradientExGa3, OpenColor, OpenColorGa3
Interactive command to this function: Image > Morphology > Close
Description
CloseColor( intCount
, intMatrixType
, intOnIntensity
, intNDDimension
);
The CloseColor function performs morphological closing on current color image. An interactive equivalent is the _CloseColor 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
Morphological closing is a dilation followed by an erosion of the same amount. The transformation is performed on the intensity component except for multichannel images where it is performed on every selected component. Small dark areas are removed by this transformation. Hue and saturation are not affected. If a structuring element dimension is an even value, there are two enhanced pixels in structuring element depicting centers: one for erosion and the other for dilation.
Description
CloseColorGa3( intiCount
, intiMatrix
, intNDDimension
);
Performs morphological closing on the color 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).
See Also
Interactive command to this function: Image > Detect > Detect DIC Objects
Description
DetectDICObjects( doubledDIC
, intNDDimension
);
Enhances objects in a DIC image. Please see Image > Detect > Detect DIC Objects.
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
DetectDICObjectsGa3( doubleAngleRot
, intNDDimension
);
Enhances objects in a DIC image. Please see Image > Detect > Detect DIC Objects.
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 > Detect Peaks
Description
DetectPeaks( intCount
, intMatrixType
, intConvertToGray
, intAutoContrast
, intOnIntensity
, intNDDimension
);
The DetectPeaks function enhances small light objects. The function is performed on intensity component of a color image except for multichannel images. For multichannel images, it is performed on every selected component. An interactive equivalent is the _DetectPeaks 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
The Detect Peaks command enhances small light objects by “Top Hat” morphologic transformation. The size of objects selected is determined by the size of the used structuring element, which depends both on MatrixType and Count parameters. This function enables the specific segmentation of small objects to the exclusion of larger objects and also can help you in the case of non-homogeneous background. If Count < 0, auto contrast on the result image is performed. If MatrixType < 0, then result image is converted to gray one.
See Also
_DetectPeaks, DetectValleys, _DetectValleys, _DetectPeaks
Interactive command to this function: Image > Detect > Detect Valleys
Description
DetectValleys( intCount
, intMatrixType
, intConvertToGray
, intAutoContrast
, intOnIntensity
, intNDDimension
);
This function enhances small dark objects. The function is performed on intensity component of a color image except for multichannel images. For multichannel images, it is performed on every selected component. An interactive equivalent is the _DetectValleys 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
The Detect Valleys command enhances small dark objects by “Top Hat” morphologic transformation. The size of the objects selected is determined by level of the transformation, which depends on MatrixType and Count of steps. This command enables the specific segmentation of small objects to the exclusion of larger objects and also can help you in the case of non-homogeneous background. If Count < 0, auto contrast on the result image is performed. If MatrixType < 0, then result image is converted to gray one.
See Also
_DetectValleys, DetectPeaks, _DetectPeaks
Interactive command to this function: Image > Detect > Gradient Morpho
Description
MorphoGradientEx( intCount
, intMatrixType
, intConvertToGray
, intAutoContrast
, intOnIntensity
, intNDDimension
);
This function detects edges by morphologic transformation. 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 _MorphoGradientEx 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
Morphologic gradient is the difference of dilated and eroded images. It enhances edges. If Count < 0, auto contrast on the result image is performed. If MatrixType < 0, then result image is converted to gray one.
See Also
_MorphoGradientEx, EdgesDetect, GolayFilter, _MorphoGradientEx
Description
MorphoGradientExGa3( intiCount
, intiMatrix
, intNDDimension
);
Detects edges by morphological transformations of 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).
Interactive command to this function: Image > Morphology > Open
Description
OpenColor( intCount
, intMatrixType
, intOnIntensity
, intNDDimension
);
The OpenColor function performs morphological opening on current color image. An interactive equivalent is the _OpenColor 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
Morphological opening is erosion followed by a dilation of the same amount. The transformation is performed on the intensity component except for multichannel images where it is performed on every selected component and removes small light objects. If a structuring element dimension is an even value, there are two enhanced pixels in structuring element depicting centers: one for erosion and the other for dilation.
Description
OpenColorGa3( intCount
, intiMatrix
, intNDDimension
);
Performs morphological opening on the color 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 > Morphology > Close command.
Description
_CloseColor();
The function displays the Close on Color Image dialog box.
Description
_CloseColorGa3();
This function opens the Close Color dialog window.
See Also
CloseColorGa3
This function runs the Image > Detect > Detect DIC Objects command.
Description
_DetectDICObjects();
See Also
DetectDICObjects
Description
_DetectDICObjectsGa3();
Opens the Detect DIC Objects dialog window.
See Also
DetectDICObjectsGa3
This function runs the Image > Detect > Detect Peaks command.
Description
_DetectPeaks();
This function displays the Detect Peaks dialog box.
See Also
DetectPeaks, DetectValleys, _DetectValleys
This function runs the Image > Detect > Detect Valleys command.
Description
_DetectValleys();
This function displays the Detect Valleys dialog box.
See Also
DetectValleys, DetectPeaks, _DetectPeaks
Description
_ChangeProcessParameters(
char *ProcName
);
If “DetectValleys” is entered into the parameter field, the function _DetectValleys is called.
See Also
_DetectValleys
This function runs the Image > Detect > Gradient Morpho command.
Description
_MorphoGradientEx();
The function displays the Morphologic Gradient on Color Image dialog box.
See Also
MorphoGradientEx
Description
_MorphoGradientExGa3();
The function opens the Morphologic Gradient.
See Also
MorphoGradientExGa3
This function runs the Image > Morphology > Open command.
Description
_OpenColor();
The function displays the Open on Color Image dialog box.
See Also
OpenColor
Description
_OpenColorGa3();
Displays the Open Color dialog window.
See Also
OpenColorGa3