Reference

_BinaryMore, _BinaryOperations, BinaryFromReference, BinaryMore, BinaryOperations, BinarySwapReference, BinaryToReference

BinaryFromReference

This function runs the Reference > Binary <- RefBinary command.

Description 

 BinaryFromReference();

See Also 
BinaryToReference, BinarySwapReference, BinaryToMask, BinarySwapMask

BinaryMore

Description 

 BinaryMore(
   int  BinOper,
   int  DestPic,
   int  SourPic
);

This function enables managing binary images.

Parameters

int BinOper

Type of memory operation.

0

Copy source to destination images.

1

Exchange source and destination images.

int DestPic

Destination binary image.

0

Current binary image.

1

Undo for binary image.

2

Reference binary image.

3

Measurement ROI.

4

Ref1 binary image.

5

Ref2 binary image.

6

Ref3 binary image.

int SourPic

Source binary image.

0

Current binary image.

1

Undo for binary image.

2

Reference binary image.

3

Measurement ROI.

4

Ref1 binary image.

5

Ref2 binary image.

6

Ref3 binary image.

See Also 
_BinaryMore, BinaryToMask, BinaryFromMask, BinarySwapMask, BinaryFromReference, BinaryToReference, BinarySwapReference

BinaryOperations

Interactive command to this function: Binary > Binary Operations

Description 

 BinaryOperations(
   int  LogOp
);

This function enables logical transformations of binary images.

Parameters

int LogOp

Specifies type of logical operation.

0

(A) AND (B)

1

(A) OR (B)

2

(A) / (B)

3

(B) / (A)

4

(A) XOR (B)

5

(A) EQU (B)

See Also 
_BinaryOperations

BinarySwapReference

This function runs the Reference > Binary <-> RefBinary 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

BinaryToReference

This function runs the Reference > Binary -> RefBinary command.

Description 

 BinaryToReference();

This function copies the current binary image to the Reference binary image.

See Also 
BinaryToMask, BinaryFromReference, BinarySwapMask, BinarySwapReference, BinaryFromMask

_BinaryMore

Description 

 _BinaryMore();

This function has been deprecated.

See Also 
_BinaryOperations

_BinaryOperations

This function runs the Binary > Binary Operations command.

Description 

 _BinaryOperations();

This function displays the Binary Operations dialog box.

See Also 
BinaryOperations