_ClearBinary, _InvertBinary, _InvertBinaryGa3, _KeepSegmenting, _RemoveAllTouchingBinary, _SmoothBinaryGa3, BinaryFromGraticuleMask, BinaryWatershed, ClearBinary, ClearBinaryND, InvertBinary, InvertBinaryND, ProcessBinLayerGa3, RemoveAllTouchingBinary, RemoveAllTouchingBinaryGa3, SetShowBinLayerContours, SmoothBinaryGa3, TrackBinaries, TrackBinariesParam
This function runs the Copy Binary to Graticule Mask command.
Description
BinaryFromGraticuleMask();
This function copies the current graticule to the current binary image.
See Also
BinaryFromMask, BinaryFromReference, DefineGraticuleMask
Description
BinaryWatershed( intBrightObjects
, intNDDimension
);
This function performs the watershed algorithm starting from the objects of the binary layer. The flooding is based on image pixel intensities.
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
Combinations of the NDDimension parameter values are allowed. E.g. 3 stands for MP+T dimension. For more information about the watershed image processing principle please see: https://en.wikipedia.org/wiki/Watershed_(image_processing)
This function runs the Image > Clear > Clear Binary command.
Description
ClearBinary();
This function clears the current binary image and sets all pixels to zero.
See Also
ClearBinaryND, _ClearBinary, ClearColor, _ClearBinary
Description
ClearBinaryND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function clears the current binary image and sets all pixels to zero.
Parameters
See Also
ClearBinary, _ClearBinary, ClearColor, _ClearBinary
This function runs the Binary > Invert command.
Description
InvertBinary();
This function inverts the binary layer of the current image.
See Also
InvertBinaryND, _InvertBinary, _InvertBinary
Description
InvertBinaryND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function inverts the binary layer of the ND image.
Parameters
See Also
InvertBinary, _InvertBinary, _InvertBinary
Description
ProcessBinLayerGa3(
char *ProcessingBinLayerName
);
This General Analysis 3 function processes the selected binary layer.
This function runs the Binary > Remove Objects Touching Borders command.
Description
RemoveAllTouchingBinary();
This function removes all binary objects which touch the image border.
Description
RemoveAllTouchingBinaryGa3(
int NDDimension
);
Removes binary objects touching the image border.
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
RemoveAllTouchingBinary
Description
SetShowBinLayerContours(
int Enabled
);
This function modifies appearance of binary layers displayed in Overlay mode. If transparency of the binary layer is set, non-transparent contours can be enabled using this function.
Description
SmoothBinaryGa3( doubledSize
, intNDDimension
);
This General Analysis 3 function smooths contours of all binary image objects. Click on the help button in the dialog for more information.
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
TrackBinaries();
This function starts automatic tracking of binary objects throughout the time-dimension of an ND2 file.
Description
TrackBinariesParam(
char *ParametersFileName
);
This function enables you to run the TrackBinaries function using tracking parameters loaded from an external INI file. The INI file can be created within the Tracking Options control window by the button.
Description
_ClearBinary();
This function equals the ClearBinary 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
ClearBinary, ClearBinaryND
Description
_InvertBinary();
This function equals the InvertBinary 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
InvertBinary, InvertBinaryND
Description
_KeepSegmenting(
char *Method
);
This function sets a segmentation method for continuous update. The method will be used to continuously segment (create binary on) the current image. If the corresponding Control is not visible, it also shows it.
Description
_RemoveAllTouchingBinary();
Opens the Remove Objects Touching Borders dialog window.
See Also
RemoveAllTouchingBinaryGa3