_BinaryMore, _BinaryOperations, BinaryFromReference, BinaryMore, BinaryOperations, BinaryOperationsND, BinarySwapReference, BinaryToReference
This function runs the Reference > Binary <- RefBinary menu command.
Description
BinaryFromReference();
See Also
BinaryToReference , BinarySwapReference , BinaryToMask , BinarySwapMask
Description
BinaryMore( intBinOper, intDestPic, intSourPic);
This function enables managing binary images.
Parameters
See Also
_BinaryMore , BinaryToMask , BinaryFromMask , BinarySwapMask , BinaryFromReference , BinaryToReference , BinarySwapReference
Interactive menu command to this function: Binary > Binary Operations
Description
BinaryOperations(
int LogOp
);
This function enables logical transformations of binary images.
Parameters
See Also
_BinaryOperations
Description
BinaryOperationsND( intLogOp, intNDTLoop, intNDMPLoop, intNDZLoop);
This function enables logical transformations of binary images.
Parameters
See Also
_BinaryOperations
This function runs the Reference > Binary <-> RefBinary menu command.
Description
BinarySwapReference();
This function swaps reference and current binary images.
Note
This function works if the current image has only one binary layer.
See Also
BinaryToReference , BinaryFromMask , BinaryToMask , BinaryFromReference
This function runs the Reference > Binary -> RefBinary menu command.
Description
BinaryToReference();
This function copies the current binary image to the Reference binary image.
See Also
BinaryToMask , BinaryFromReference , BinarySwapMask , BinarySwapReference , BinaryFromMask
This function runs the Binary > Binary Operations menu command.
Description
_BinaryOperations();
This function displays the Binary Operations dialog box.
See Also
BinaryOperations