_ConvexHull, _MorphoSeparateObjects, ConvexHull, ConvexHullGa3, ConvexHullND, CreateMaxIPBinary, CreateMaxIPBinaryExt, CreateMinIPBinary, CreateMinIPBinaryExt, MorphoSeparateObjects, MorphoSeparateObjectsEx, MorphoSeparateObjectsExND, MorphoSeparateObjectsND, SkeletonizeGa3
Interactive command to this function: Binary > Convex Hull
Description
ConvexHull();
This function expands non-convex binary image objects to their convex boundaries.
Note
A convex hull of an object can be defined as the intersection of all half spaces that contain the object, e.g. it is the smallest convex set, which covers the object. This operation uses half spaces rotating in 10 degrees step. Union of all convex hulls is displayed.
See Also
ConvexHullND, _ConvexHull, FillHoles, FillHolesND, _FillHoles, _ConvexHull
Description
ConvexHullGa3(
int NDDimension
);
Expands non-convex binary image objects to their convex boundaries.
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
A convex hull of an object can be defined as the intersection of all half spaces that contain the object, e.g. it is the smallest convex set, which covers the object. This operation uses half spaces rotating in 10 degrees step. Union of all convex hulls is displayed.
See Also
ConvexHull
Description
ConvexHullND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function expands non-convex binary image objects to their convex boundaries.
Parameters
Note
A convex hull of an object can be defined as the intersection of all half spaces that contain the object, e.g. it is the smallest convex set, which covers the object. This operation uses half spaces rotating in 10 degrees step. Union of all convex hulls is displayed.
See Also
ConvexHull, _ConvexHull, FillHoles, FillHolesND, _FillHoles, _ConvexHull
Description
CreateMaxIPBinary();
This function applies maximum intensity projection to all binary layers of the current ND2 image. The result will be union of the binary layers.
Description
CreateMaxIPBinaryExt( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function applies maximum intensity projection to all binary layers of the current ND2 image. The result will be union of the binary layers.
Parameters
Description
CreateMinIPBinary();
This function applies minimum intensity projection to all binary layers of the current ND2 image. The result will be intersection of the binary layers.
Description
CreateMinIPBinaryExt( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function applies minimum intensity projection to all binary layers of the current ND2 image. The result will be intersection of the binary layers.
Parameters
Interactive command to this function: Binary > Morpho Separate Objects
Description
MorphoSeparateObjects( intMatrixType
, intCount
);
This function separates objects using mathematical morphology methods. Count parameter is the number of “quench” dilations from the “seed” points.
Parameters
Description
MorphoSeparateObjectsEx( intMatrixType
, intCount
, intCloseHoles
);
Separates objects using mathematical morphology methods.
Parameters
Description
MorphoSeparateObjectsExND( intMatrixType
, intCount
, intCloseHoles
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function separates objects using mathematical morphology methods.
Parameters
Description
MorphoSeparateObjectsND( intMatrixType
, intCount
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function separates objects using mathematical morphology methods. The count parameter is the number of “quench” dilations from the “seed” points. An interactive equivalent is the _MorphoSeparateObjects function.
Parameters
See Also
MorphoSeparateObjects, _MorphoSeparateObjects, _MorphoSeparateObjects
Description
SkeletonizeGa3(
int NDDimension
);
Makes a skeleton of the binary 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
This function runs the Binary > Convex Hull command.
Description
_ConvexHull();
This function equals the ConvexHull 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
ConvexHull, ConvexHullND, FillHoles, FillHolesND, _FillHoles
This function runs the Binary > Morpho Separate Objects command.
Description
_MorphoSeparateObjects();
The function displays the Morphologically Separate Objects dialog box.
See Also
MorphoSeparateObjects, MorphoSeparateObjectsND